Html Css Color HEX #E5D9CE Dawn Pink

📋 copy color: '#E5D9CE'

red 229 ◦ green 217 ◦ blue 206

#E5D9CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dawn Pink #E5D9CE

Tints of Dawn Pink #E5D9CE

RGB

 RED value IS 229 (89.84% from 255) = 35.12%

 GREEN value IS 217 (85.16% from 255) = 33.28%

 BLUE value IS 206 (80.86% from 255) = 31.6%

R = 35.12%
G = 33.28%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E5D9CE (or 0xE5D9CE) is known color: Dawn Pink. HEX triplet: E5, D9 and CE. RGB value is (229,217,206). Sum of RGB (Red+Green+Blue) = 229+217+206=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D9CE is #1A2631. Grayscale: #DBDBDB. Windows color (decimal): -1713714 or 13556197. OLE color: 13556197.

HSL color Cylindrical-coordinate representation of color #E5D9CE: hue angle of 28.7º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5D9CE is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 217 206 -
CMYK 0 0.05 0.10 0.10
HSL 28.7º 0.31% 0.85% -
HSV(B) 28.7º 0.1% 0.9% -
XYZ 68.27 70.74 68.45 -
YUV 219.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 229 217 206 0 0.05 0.10 0.10 28.7 0.31 0.85
Hex E5 D9 CE 0 5 A A 1D 1F 55
Octal 345 331 316 0 5 12 12 35 37 125
Binary 11100101 11011001 11001110 0 101 1010 1010 11101 11111 1010101

Color Harmonies of #E5D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D9CE

Black with #E5D9CE

Text Example


Text Example

White with #E5D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D9CE; }

 p { color: rgb(229,217,206); }

 H1.HeaderClassName
 {
   color: #E5D9CE;
 }
 .AnyTagClassName
 {
   color: #E5D9CE;
 }
</style>

background-color css

<style>
 a { background-color: #E5D9CE; }

 a { background-color: rgb(229,217,206); }

 div.DivClassName
 {
   background-color: #E5D9CE;
 }
 .BgClassName
 {
   background-color: #E5D9CE;
 }
</style>

border-color css

<style>
 span { border-color: #E5D9CE; }

 span { border-color: rgb(229,217,206); }

 td.TdClassName
 {
   border-color: #E5D9CE;
 }
 .TagClassName
 {
   border-color: #E5D9CE;
 }
</style>