#E1D4CE

Color #E1D4CE Dawn Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dawn Pink #E1D4CE

Tints of Dawn Pink #E1D4CE

Color information

#E1D4CE (or 0xE1D4CE) is unknown color: approx Dawn Pink. HEX triplet: E1, D4 and CE. RGB value is (225,212,206). Sum of RGB (Red+Green+Blue) = 225+212+206=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D4CE is #1E2B31. Grayscale: #D7D7D7. Windows color (decimal): -1977138 or 13554913. OLE color: 13554913.

HSL color Cylindrical-coordinate representation of color #E1D4CE: hue angle of 18.95º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D4CE is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225212206-
CMYK00.060.080.12
HSL18.95º24.05%84.51%-
HSV(B)18.95º8.44%88.24%-
XYZ65.7467.5567.97-
YUV215.2122.81134.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.99%
GREEN value IS 212 (83.20% from 255) = 32.97%
BLUE value IS 206 (80.86% from 255) = 32.04%
R=34.99%
G=32.97%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521220600.060.080.1218.9524.0584.51
HexE1D4CE068C131855
Octal3413243160610142330125
Binary11100001110101001100111001101000110010011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D4CE; }

 p { color: rgb(225,212,206); }

 H1.HeaderClassName
 {
   color: #E1D4CE;
 }
 .AnyTagClassName
 {
   color: #E1D4CE;
 }
</style>
background-color css

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

 a { background-color: rgb(225,212,206); }

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

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

 span { border-color: rgb(225,212,206); }

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