#ECCADE

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

Shades of Classic Rose #ECCADE

Tints of Classic Rose #ECCADE

Color information

#ECCADE (or 0xECCADE) is unknown color: approx Classic Rose. HEX triplet: EC, CA and DE. RGB value is (236,202,222). Sum of RGB (Red+Green+Blue) = 236+202+222=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCADE is #133521. Grayscale: #D6D6D6. Windows color (decimal): -1258786 or 14600940. OLE color: 14600940.

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

Color convert

RGB236202222-
CMYK00.140.060.07
HSL324.71º47.22%85.88%-
HSV(B)324.71º14.41%92.55%-
XYZ68.965.3578.09-
YUV214.45132.26143.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.76%
GREEN value IS 202 (79.30% from 255) = 30.61%
BLUE value IS 222 (87.11% from 255) = 33.64%
R=35.76%
G=30.61%
B=33.64%

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
Decimal23620222200.140.060.07324.7147.2285.88
HexECCADE0E671452f56
Octal3543123360166750557126
Binary111011001100101011011110011101101111010001011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCADE; }

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

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

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

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

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

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

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

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