#ECD8CE

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

Shades of Dawn Pink #ECD8CE

Tints of Dawn Pink #ECD8CE

Color information

#ECD8CE (or 0xECD8CE) is unknown color: approx Dawn Pink. HEX triplet: EC, D8 and CE. RGB value is (236,216,206). Sum of RGB (Red+Green+Blue) = 236+216+206=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8CE is #132731. Grayscale: #DCDCDC. Windows color (decimal): -1255218 or 13555948. OLE color: 13555948.

HSL color Cylindrical-coordinate representation of color #ECD8CE: hue angle of 20º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECD8CE is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236216206-
CMYK00.080.130.07
HSL20º44.12%86.67%-
HSV(B)20º12.71%92.55%-
XYZ70.2971.468.47-
YUV220.84119.63138.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.87%
GREEN value IS 216 (84.77% from 255) = 32.83%
BLUE value IS 206 (80.86% from 255) = 31.31%
R=35.87%
G=32.83%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621620600.080.130.072044.1286.67
HexECD8CE08D7142c57
Octal3543303160101572454127
Binary111011001101100011001110010001101111101001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8CE; }

 p { color: rgb(236,216,206); }

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

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

 a { background-color: rgb(236,216,206); }

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

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

 span { border-color: rgb(236,216,206); }

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