#EECBE0

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

Shades of Classic Rose #EECBE0

Tints of Classic Rose #EECBE0

Color information

#EECBE0 (or 0xEECBE0) is unknown color: approx Classic Rose. HEX triplet: EE, CB and E0. RGB value is (238,203,224). Sum of RGB (Red+Green+Blue) = 238+203+224=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBE0 is #11341F. Grayscale: #D7D7D7. Windows color (decimal): -1127456 or 14732270. OLE color: 14732270.

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

Color convert

RGB238203224-
CMYK00.150.060.07
HSL324º50.72%86.47%-
HSV(B)324º14.71%93.33%-
XYZ70.0766.2779.62-
YUV215.86132.6143.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.79%
GREEN value IS 203 (79.69% from 255) = 30.53%
BLUE value IS 224 (87.89% from 255) = 33.68%
R=35.79%
G=30.53%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820322400.150.060.0732450.7286.47
HexEECBE00F671443356
Octal3563133400176750463126
Binary111011101100101111100000011111101111010001001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBE0; }

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

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

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

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

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

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

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

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