#ECCADC

Color #ECCADC Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #ECCADC

Tints of Classic Rose #ECCADC

Color information

#ECCADC (or 0xECCADC) is unknown color: approx Classic Rose. HEX triplet: EC, CA and DC. RGB value is (236,202,220). Sum of RGB (Red+Green+Blue) = 236+202+220=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCADC is #133523. Grayscale: #D6D6D6. Windows color (decimal): -1258788 or 14469868. OLE color: 14469868.

HSL color Cylindrical-coordinate representation of color #ECCADC: hue angle of 328.24º degrees, saturation: 0.47, 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 #ECCADC is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236202220-
CMYK00.140.070.07
HSL328.24º47.22%85.88%-
HSV(B)328.24º14.41%92.55%-
XYZ68.6365.2476.69-
YUV214.22131.26143.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.87%
GREEN value IS 202 (79.30% from 255) = 30.70%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=35.87%
G=30.70%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620222000.140.070.07328.2447.2285.88
HexECCADC0E771482f56
Octal3543123340167751057126
Binary111011001100101011011100011101111111010010001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCADC; }

 p { color: rgb(236,202,220); }

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

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

 a { background-color: rgb(236,202,220); }

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

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

 span { border-color: rgb(236,202,220); }

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