#ECD8CB

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

Shades of Dawn Pink #ECD8CB

Tints of Dawn Pink #ECD8CB

Color information

#ECD8CB (or 0xECD8CB) is unknown color: approx Dawn Pink. HEX triplet: EC, D8 and CB. RGB value is (236,216,203). Sum of RGB (Red+Green+Blue) = 236+216+203=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8CB is #132734. Grayscale: #DCDCDC. Windows color (decimal): -1255221 or 13359340. OLE color: 13359340.

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

Color convert

RGB236216203-
CMYK00.080.140.07
HSL23.64º46.48%86.08%-
HSV(B)23.64º13.98%92.55%-
XYZ69.9371.2666.57-
YUV220.5118.13139.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 216 (84.77% from 255) = 32.98%
BLUE value IS 203 (79.69% from 255) = 30.99%
R=36.03%
G=32.98%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621620300.080.140.0723.6446.4886.08
HexECD8CB08E7182e56
Octal3543303130101673056126
Binary111011001101100011001011010001110111110001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8CB; }

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

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

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

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

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

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

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

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