#EEBBD9

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

Shades of Classic Rose #EEBBD9

Tints of Classic Rose #EEBBD9

Color information

#EEBBD9 (or 0xEEBBD9) is unknown color: approx Classic Rose. HEX triplet: EE, BB and D9. RGB value is (238,187,217). Sum of RGB (Red+Green+Blue) = 238+187+217=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBD9 is #114426. Grayscale: #CDCDCD. Windows color (decimal): -1131559 or 14269422. OLE color: 14269422.

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

Color convert

RGB238187217-
CMYK00.210.090.07
HSL324.71º60%83.33%-
HSV(B)324.71º21.43%93.33%-
XYZ65.5558.7373.53-
YUV205.67134.4151.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 187 (73.44% from 255) = 29.13%
BLUE value IS 217 (85.16% from 255) = 33.80%
R=37.07%
G=29.13%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818721700.210.090.07324.716083.33
HexEEBBD9015971453c53
Octal35627333102511750574123
Binary11101110101110111101100101010110011111010001011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBBD9; }

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

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

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

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

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

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

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

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