COLOR #EBD2DF

HEX: #EBD2DF RGB: (235,210,223)

Color info

#EBD2DF contains red, green and blue colors in about the same proportion. Web safe color of #EBD2DF is #FFCCCC (or #FCC).

RGB color model

#EBD2DF color RGB value is (235,210,223).

RGB: (235,210,223) (92%, 82%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 210 of 255 = 82%
B 223 of 255 = 87%

235
210
223

R + G + B ~ 87%. #EBD2DF is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 210 + 223 = 668 (100%)
R 235 of 668 ~ 35.18%
G 210 of 668 ~ 31.44%
B 223 of 668 ~ 33.38'%

%35.18
%31.44
%33.38

CMYK color model

#EBD2DF color CMYK value is (0,11,5,8).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 5.11%
  • key color value is 7.84%

CMYK: (0,11,5,8)
C0M11Y5K8 (0%, 11%, 5%, 8%)
(0.00 / 0.11 / 0.05 / 0.08)

CMYK percentages

%0
%10.64
%5.11
%7.84

Codes

Color #EBD2DF in popluar color models

EB D2 DF
RGB 235 210 223
HSL 329° 38.46% 87.25%
HSB/HSV 329° 10.64% 92.16%
CMYK 0.00% 10.64% 5.11%
7.84%

Color #EBD2DF in popluar number systems.

HEX EB D2 DF
Decimal 235 210 223
Binary 11101011 11010010 11011111
Octal 353 322 337

Shades and tints

Shades of #EBD2DF

#EBD2DF
(235,210,223)
#D6BFCB
(214,191,203)
#C1ACB7
(193,172,183)
#AC99A3
(172,153,163)
#97868F
(151,134,143)
#82737B
(130,115,123)
#6D6067
(109,96,103)
#584D53
(88,77,83)
#433A3F
(67,58,63)
#2E272B
(46,39,43)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #EBD2DF

#EBD2DF
(235,210,223)
#ECD6E1
(236,214,225)
#EDDAE3
(237,218,227)
#EEDEE5
(238,222,229)
#EFE2E7
(239,226,231)
#F0E6E9
(240,230,233)
#F1EAEB
(241,234,235)
#F2EEED
(242,238,237)
#F3F2EF
(243,242,239)
#F4F6F1
(244,246,241)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD2DF color. Also use rgb(235,210,223) instead hex code.

Text Font Color

.myTextColor { color: #EBD2DF; }

<p style="color:#EBD2DF">This sample text font color is #EBD2DF.</p>

This text font color is #EBD2DF.

Background Color

.myBgColor { background-color: #EBD2DF; }

<div style="background-color:#EBD2DF">Inner text</div>

This div background color is #EBD2DF.

Border color

.myBorderColor { border: 1px solid #EBD2DF; }

<div style="border:3px solid #EBD2DF">Div</div>

This div border color is #EBD2DF.

Opacity

.myOpacity80 { color: #EBD2DF; opacity: 0.8; }

<p style="color:#EBD2DF;opacity:0.8;">80%</p>

Text with #EBD2DF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBD2DF;}

<p style="text-shadow: 3px 3px 1px #EBD2DF">Text here.</p>

This text has shadow with #EBD2DF color.


.textShadow {text-shadow: 3px 3px 1px #EBD2DF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBD2DF, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBD2DF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBD2DF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBD2DF, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBD2DF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBD2DF;
-webkit-box-shadow: 1px 1px 3px 2px #EBD2DF;
box-shadow: 1px 1px 3px 2px #EBD2DF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBD2DF; -webkit-box-shadow: 1px 1px 3px 2px #EBD2DF; box-shadow:1px 1px 3px 2px #EBD2DF;">
Div content here
</div>

This div box has shadow with color #EBD2DF.

Preview

Color preview on black background

This text has color #EBD2DF on black background.


Color preview on white background

This text has color #EBD2DF on white background.


Black color preview on #EBD2DF background

This text has black color on #EBD2DF background.


White color preview on #EBD2DF background

This text has white color on #EBD2DF background.


Related colors

Complementary color

Complementary color for #hex is #142D20.


I love getcolorcode.com

Triadic colors

1 #DFEBD2 and #D2DFEB with #EBD2DF are triadic colors.

2 #DFD2EB and #D2EBDF with #EBD2DF are triadic colors.