#ECD9CE

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

Shades of Dawn Pink #ECD9CE

Tints of Dawn Pink #ECD9CE

Color information

#ECD9CE (or 0xECD9CE) is unknown color: approx Dawn Pink. HEX triplet: EC, D9 and CE. RGB value is (236,217,206). Sum of RGB (Red+Green+Blue) = 236+217+206=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9CE is #132631. Grayscale: #DDDDDD. Windows color (decimal): -1254962 or 13556204. OLE color: 13556204.

HSL color Cylindrical-coordinate representation of color #ECD9CE: hue angle of 22º 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 #ECD9CE is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236217206-
CMYK00.080.130.07
HSL22º44.12%86.67%-
HSV(B)22º12.71%92.55%-
XYZ70.5571.9168.56-
YUV221.43119.29138.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.81%
GREEN value IS 217 (85.16% from 255) = 32.93%
BLUE value IS 206 (80.86% from 255) = 31.26%
R=35.81%
G=32.93%
B=31.26%

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
Decimal23621720600.080.130.072244.1286.67
HexECD9CE08D7162c57
Octal3543313160101572654127
Binary111011001101100111001110010001101111101101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9CE; }

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

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

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

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

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

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

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

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