#E9D8CF

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

Shades of Dawn Pink #E9D8CF

Tints of Dawn Pink #E9D8CF

Color information

#E9D8CF (or 0xE9D8CF) is unknown color: approx Dawn Pink. HEX triplet: E9, D8 and CF. RGB value is (233,216,207). Sum of RGB (Red+Green+Blue) = 233+216+207=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D8CF is #162730. Grayscale: #DCDCDC. Windows color (decimal): -1451825 or 13621481. OLE color: 13621481.

HSL color Cylindrical-coordinate representation of color #E9D8CF: hue angle of 20.77º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9D8CF is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB233216207-
CMYK00.070.110.09
HSL20.77º37.14%86.27%-
HSV(B)20.77º11.16%91.37%-
XYZ69.4270.9469.07-
YUV220.06120.63137.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.52%
GREEN value IS 216 (84.77% from 255) = 32.93%
BLUE value IS 207 (81.25% from 255) = 31.55%
R=35.52%
G=32.93%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321620700.070.110.0920.7737.1486.27
HexE9D8CF07B9152556
Octal3513303170713112545126
Binary111010011101100011001111011110111001101011001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D8CF; }

 p { color: rgb(233,216,207); }

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

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

 a { background-color: rgb(233,216,207); }

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

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

 span { border-color: rgb(233,216,207); }

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