Html Css Color HEX #E5D4CC Dawn Pink

📋 copy color: '#E5D4CC'

red 229 ◦ green 212 ◦ blue 204

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

Shades of Dawn Pink #E5D4CC

Tints of Dawn Pink #E5D4CC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.87%

 BLUE value IS 204 (80.08% from 255) = 31.63%

R = 35.5%
G = 32.87%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E5D4CC (or 0xE5D4CC) is known color: Dawn Pink. HEX triplet: E5, D4 and CC. RGB value is (229,212,204). Sum of RGB (Red+Green+Blue) = 229+212+204=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D4CC is #1A2B33. Grayscale: #D8D8D8. Windows color (decimal): -1714996 or 13423845. OLE color: 13423845.

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

Color convert

RGB 229 212 204 -
CMYK 0 0.07 0.11 0.10
HSL 19.2º 0.32% 0.85% -
HSV(B) 19.2º 0.11% 0.9% -
XYZ 66.76 68.1 66.75 -
YUV 216.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 229 212 204 0 0.07 0.11 0.10 19.2 0.32 0.85
Hex E5 D4 CC 0 7 B A 13 20 55
Octal 345 324 314 0 7 13 12 23 40 125
Binary 11100101 11010100 11001100 0 111 1011 1010 10011 100000 1010101

Color Harmonies of #E5D4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D4CC

Black with #E5D4CC

Text Example


Text Example

White with #E5D4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D4CC; }

 p { color: rgb(229,212,204); }

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

background-color css

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

 a { background-color: rgb(229,212,204); }

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

border-color css

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

 span { border-color: rgb(229,212,204); }

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