#ECDACE

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

Shades of Dawn Pink #ECDACE

Tints of Dawn Pink #ECDACE

Color information

#ECDACE (or 0xECDACE) is unknown color: approx Dawn Pink. HEX triplet: EC, DA and CE. RGB value is (236,218,206). Sum of RGB (Red+Green+Blue) = 236+218+206=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDACE is #132531. Grayscale: #DEDEDE. Windows color (decimal): -1254706 or 13556460. OLE color: 13556460.

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

Color convert

RGB236218206-
CMYK00.080.130.07
HSL24º44.12%86.67%-
HSV(B)24º12.71%92.55%-
XYZ70.872.4368.64-
YUV222.01118.96137.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.76%
GREEN value IS 218 (85.55% from 255) = 33.03%
BLUE value IS 206 (80.86% from 255) = 31.21%
R=35.76%
G=33.03%
B=31.21%

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
Decimal23621820600.080.130.072444.1286.67
HexECDACE08D7182c57
Octal3543323160101573054127
Binary111011001101101011001110010001101111110001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDACE; }

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

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

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

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

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

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

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

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