#ECD7CE

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

Shades of Dawn Pink #ECD7CE

Tints of Dawn Pink #ECD7CE

Color information

#ECD7CE (or 0xECD7CE) is unknown color: approx Dawn Pink. HEX triplet: EC, D7 and CE. RGB value is (236,215,206). Sum of RGB (Red+Green+Blue) = 236+215+206=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD7CE is #132831. Grayscale: #DCDCDC. Windows color (decimal): -1255474 or 13555692. OLE color: 13555692.

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

Color convert

RGB236215206-
CMYK00.090.130.07
HSL18º44.12%86.67%-
HSV(B)18º12.71%92.55%-
XYZ70.0370.8968.38-
YUV220.25119.96139.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.92%
GREEN value IS 215 (84.38% from 255) = 32.72%
BLUE value IS 206 (80.86% from 255) = 31.35%
R=35.92%
G=32.72%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621520600.090.130.071844.1286.67
HexECD7CE09D7122c57
Octal3543273160111572254127
Binary111011001101011111001110010011101111100101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD7CE; }

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

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

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

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

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

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

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

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