#E9D6CA

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

Shades of Dawn Pink #E9D6CA

Tints of Dawn Pink #E9D6CA

Color information

#E9D6CA (or 0xE9D6CA) is unknown color: approx Dawn Pink. HEX triplet: E9, D6 and CA. RGB value is (233,214,202). Sum of RGB (Red+Green+Blue) = 233+214+202=649 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.90% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6CA is #162935. Grayscale: #DADADA. Windows color (decimal): -1452342 or 13293289. OLE color: 13293289.

HSL color Cylindrical-coordinate representation of color #E9D6CA: hue angle of 23.23º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9D6CA is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB233214202-
CMYK00.080.130.09
HSL23.23º41.33%85.29%-
HSV(B)23.23º13.3%91.37%-
XYZ68.3169.6865.73-
YUV218.31118.79138.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.90%
GREEN value IS 214 (83.98% from 255) = 32.97%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=35.90%
G=32.97%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321420200.080.130.0923.2341.3385.29
HexE9D6CA08D9172955
Octal35132631201015112751125
Binary1110100111010110110010100100011011001101111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D6CA; }

 p { color: rgb(233,214,202); }

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

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

 a { background-color: rgb(233,214,202); }

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

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

 span { border-color: rgb(233,214,202); }

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