#E1D4CC

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

Shades of Dawn Pink #E1D4CC

Tints of Dawn Pink #E1D4CC

Color information

#E1D4CC (or 0xE1D4CC) is unknown color: approx Dawn Pink. HEX triplet: E1, D4 and CC. RGB value is (225,212,204). Sum of RGB (Red+Green+Blue) = 225+212+204=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D4CC is #1E2B33. Grayscale: #D7D7D7. Windows color (decimal): -1977140 or 13423841. OLE color: 13423841.

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

Color convert

RGB225212204-
CMYK00.060.090.12
HSL22.86º25.93%84.12%-
HSV(B)22.86º9.33%88.24%-
XYZ65.4967.4566.69-
YUV214.98121.81135.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.10%
GREEN value IS 212 (83.20% from 255) = 33.07%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=35.10%
G=33.07%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521220400.060.090.1222.8625.9384.12
HexE1D4CC069C171a54
Octal3413243140611142732124
Binary11100001110101001100110001101001110010111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D4CC; }

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

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

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

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

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

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

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

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