#ECDBCE

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

Shades of Dawn Pink #ECDBCE

Tints of Dawn Pink #ECDBCE

Color information

#ECDBCE (or 0xECDBCE) is unknown color: approx Dawn Pink. HEX triplet: EC, DB and CE. RGB value is (236,219,206). Sum of RGB (Red+Green+Blue) = 236+219+206=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBCE is #132431. Grayscale: #DEDEDE. Windows color (decimal): -1254450 or 13556716. OLE color: 13556716.

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

Color convert

RGB236219206-
CMYK00.070.130.07
HSL26º44.12%86.67%-
HSV(B)26º12.71%92.55%-
XYZ71.0672.9568.73-
YUV222.6118.63137.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.70%
GREEN value IS 219 (85.94% from 255) = 33.13%
BLUE value IS 206 (80.86% from 255) = 31.16%
R=35.70%
G=33.13%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621920600.070.130.072644.1286.67
HexECDBCE07D71a2c57
Octal354333316071573254127
Binary11101100110110111100111001111101111110101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBCE; }

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

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

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

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

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

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

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

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