#EECCE5

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

Shades of Classic Rose #EECCE5

Tints of Classic Rose #EECCE5

Color information

#EECCE5 (or 0xEECCE5) is unknown color: approx Classic Rose. HEX triplet: EE, CC and E5. RGB value is (238,204,229). Sum of RGB (Red+Green+Blue) = 238+204+229=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCE5 is #11331A. Grayscale: #D8D8D8. Windows color (decimal): -1127195 or 15060206. OLE color: 15060206.

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

Color convert

RGB238204229-
CMYK00.140.040.07
HSL315.88º50%86.67%-
HSV(B)315.88º14.29%93.33%-
XYZ7167.0283.32-
YUV217.02134.76142.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 229 (89.84% from 255) = 34.13%
R=35.47%
G=30.40%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820422900.140.040.07315.885086.67
HexEECCE50E4713c3257
Octal3563143450164747462127
Binary111011101100110011100101011101001111001111001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCE5; }

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

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

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

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

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

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

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

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