#ECC8DC

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

Shades of Classic Rose #ECC8DC

Tints of Classic Rose #ECC8DC

Color information

#ECC8DC (or 0xECC8DC) is unknown color: approx Classic Rose. HEX triplet: EC, C8 and DC. RGB value is (236,200,220). Sum of RGB (Red+Green+Blue) = 236+200+220=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8DC is #133723. Grayscale: #D5D5D5. Windows color (decimal): -1259300 or 14469356. OLE color: 14469356.

HSL color Cylindrical-coordinate representation of color #ECC8DC: hue angle of 326.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC8DC is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236200220-
CMYK00.150.070.07
HSL326.67º48.65%85.49%-
HSV(B)326.67º15.25%92.55%-
XYZ68.1664.3176.53-
YUV213.04131.93144.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 200 (78.52% from 255) = 30.49%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=35.98%
G=30.49%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620022000.150.070.07326.6748.6585.49
HexECC8DC0F771473155
Octal3543103340177750761125
Binary111011001100100011011100011111111111010001111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC8DC; }

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

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

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

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

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

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

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

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