#E0D4CF

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

Shades of Dawn Pink #E0D4CF

Tints of Dawn Pink #E0D4CF

Color information

#E0D4CF (or 0xE0D4CF) is unknown color: approx Dawn Pink. HEX triplet: E0, D4 and CF. RGB value is (224,212,207). Sum of RGB (Red+Green+Blue) = 224+212+207=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D4CF is #1F2B30. Grayscale: #D7D7D7. Windows color (decimal): -2042673 or 13620448. OLE color: 13620448.

HSL color Cylindrical-coordinate representation of color #E0D4CF: hue angle of 17.65º degrees, saturation: 0.22, 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 #E0D4CF is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224212207-
CMYK00.050.080.12
HSL17.65º21.52%84.51%-
HSV(B)17.65º7.59%87.84%-
XYZ65.5567.4468.59-
YUV215.02123.48134.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.84%
GREEN value IS 212 (83.20% from 255) = 32.97%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=34.84%
G=32.97%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421220700.050.080.1217.6521.5284.51
HexE0D4CF058C121655
Octal3403243170510142226125
Binary11100000110101001100111101011000110010010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D4CF; }

 p { color: rgb(224,212,207); }

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

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

 a { background-color: rgb(224,212,207); }

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

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

 span { border-color: rgb(224,212,207); }

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