#ECCCDE

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

Shades of Classic Rose #ECCCDE

Tints of Classic Rose #ECCCDE

Color information

#ECCCDE (or 0xECCCDE) is unknown color: approx Classic Rose. HEX triplet: EC, CC and DE. RGB value is (236,204,222). Sum of RGB (Red+Green+Blue) = 236+204+222=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCDE is #133321. Grayscale: #D7D7D7. Windows color (decimal): -1258274 or 14601452. OLE color: 14601452.

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

Color convert

RGB236204222-
CMYK00.140.060.07
HSL326.25º45.71%86.27%-
HSV(B)326.25º13.56%92.55%-
XYZ69.3766.2978.25-
YUV215.62131.6142.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.65%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 222 (87.11% from 255) = 33.53%
R=35.65%
G=30.82%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620422200.140.060.07326.2545.7186.27
HexECCCDE0E671462e56
Octal3543143360166750656126
Binary111011001100110011011110011101101111010001101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCDE; }

 p { color: rgb(236,204,222); }

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

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

 a { background-color: rgb(236,204,222); }

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

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

 span { border-color: rgb(236,204,222); }

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