#EECCE0

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

Shades of Classic Rose #EECCE0

Tints of Classic Rose #EECCE0

Color information

#EECCE0 (or 0xEECCE0) is unknown color: approx Classic Rose. HEX triplet: EE, CC and E0. RGB value is (238,204,224). Sum of RGB (Red+Green+Blue) = 238+204+224=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCE0 is #11331F. Grayscale: #D8D8D8. Windows color (decimal): -1127200 or 14732526. OLE color: 14732526.

HSL color Cylindrical-coordinate representation of color #EECCE0: hue angle of 324.71º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECCE0 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB238204224-
CMYK00.140.060.07
HSL324.71º50%86.67%-
HSV(B)324.71º14.29%93.33%-
XYZ70.3166.7479.7-
YUV216.45132.26143.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 204 (80.08% from 255) = 30.63%
BLUE value IS 224 (87.89% from 255) = 33.63%
R=35.74%
G=30.63%
B=33.63%

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
Decimal23820422400.140.060.07324.715086.67
HexEECCE00E671453257
Octal3563143400166750562127
Binary111011101100110011100000011101101111010001011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCE0; }

 p { color: rgb(238,204,224); }

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

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

 a { background-color: rgb(238,204,224); }

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

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

 span { border-color: rgb(238,204,224); }

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