#EECAD9

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

Shades of Classic Rose #EECAD9

Tints of Classic Rose #EECAD9

Color information

#EECAD9 (or 0xEECAD9) is unknown color: approx Classic Rose. HEX triplet: EE, CA and D9. RGB value is (238,202,217). Sum of RGB (Red+Green+Blue) = 238+202+217=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAD9 is #113526. Grayscale: #D6D6D6. Windows color (decimal): -1127719 or 14273262. OLE color: 14273262.

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

Color convert

RGB238202217-
CMYK00.150.090.07
HSL335º51.43%86.27%-
HSV(B)335º15.13%93.33%-
XYZ68.965.4374.64-
YUV214.47129.43144.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.23%
GREEN value IS 202 (79.30% from 255) = 30.75%
BLUE value IS 217 (85.16% from 255) = 33.03%
R=36.23%
G=30.75%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820221700.150.090.0733551.4386.27
HexEECAD90F9714f3356
Octal35631233101711751763126
Binary1110111011001010110110010111110011111010011111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAD9; }

 p { color: rgb(238,202,217); }

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

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

 a { background-color: rgb(238,202,217); }

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

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

 span { border-color: rgb(238,202,217); }

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