#EECBE5

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

Shades of Classic Rose #EECBE5

Tints of Classic Rose #EECBE5

Color information

#EECBE5 (or 0xEECBE5) is unknown color: approx Classic Rose. HEX triplet: EE, CB and E5. RGB value is (238,203,229). Sum of RGB (Red+Green+Blue) = 238+203+229=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBE5 is #11341A. Grayscale: #D8D8D8. Windows color (decimal): -1127451 or 15059950. OLE color: 15059950.

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

Color convert

RGB238203229-
CMYK00.150.040.07
HSL315.43º50.72%86.47%-
HSV(B)315.43º14.71%93.33%-
XYZ70.7666.5583.24-
YUV216.43135.1143.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 203 (79.69% from 255) = 30.30%
BLUE value IS 229 (89.84% from 255) = 34.18%
R=35.52%
G=30.30%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820322900.150.040.07315.4350.7286.47
HexEECBE50F4713b3356
Octal3563133450174747363126
Binary111011101100101111100101011111001111001110111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBE5; }

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

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

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

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

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

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

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

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