#ECCEDC

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

Shades of Classic Rose #ECCEDC

Tints of Classic Rose #ECCEDC

Color information

#ECCEDC (or 0xECCEDC) is unknown color: approx Classic Rose. HEX triplet: EC, CE and DC. RGB value is (236,206,220). Sum of RGB (Red+Green+Blue) = 236+206+220=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCEDC is #133123. Grayscale: #D8D8D8. Windows color (decimal): -1257764 or 14470892. OLE color: 14470892.

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

Color convert

RGB236206220-
CMYK00.130.070.07
HSL332º44.12%86.67%-
HSV(B)332º12.71%92.55%-
XYZ69.5867.1477-
YUV216.57129.94141.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.65%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 220 (86.33% from 255) = 33.23%
R=35.65%
G=31.12%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620622000.130.070.0733244.1286.67
HexECCEDC0D7714c2c57
Octal3543163340157751454127
Binary111011001100111011011100011011111111010011001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCEDC; }

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

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

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

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

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

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

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

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