#E5D6CA

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

Shades of Dawn Pink #E5D6CA

Tints of Dawn Pink #E5D6CA

Color information

#E5D6CA (or 0xE5D6CA) is unknown color: approx Dawn Pink. HEX triplet: E5, D6 and CA. RGB value is (229,214,202). Sum of RGB (Red+Green+Blue) = 229+214+202=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D6CA is #1A2935. Grayscale: #D9D9D9. Windows color (decimal): -1714486 or 13293285. OLE color: 13293285.

HSL color Cylindrical-coordinate representation of color #E5D6CA: hue angle of 26.67º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5D6CA is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB229214202-
CMYK00.070.120.10
HSL26.67º34.18%84.51%-
HSV(B)26.67º11.79%89.8%-
XYZ67.0269.0265.67-
YUV217.12119.47136.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.50%
GREEN value IS 214 (83.98% from 255) = 33.18%
BLUE value IS 202 (79.30% from 255) = 31.32%
R=35.50%
G=33.18%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921420200.070.120.1026.6734.1884.51
HexE5D6CA07CA1b2255
Octal3453263120714123342125
Binary111001011101011011001010011111001010110111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D6CA; }

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

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

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

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

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

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

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

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