#EEBBD3

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

Shades of Classic Rose #EEBBD3

Tints of Classic Rose #EEBBD3

Color information

#EEBBD3 (or 0xEEBBD3) is unknown color: approx Classic Rose. HEX triplet: EE, BB and D3. RGB value is (238,187,211). Sum of RGB (Red+Green+Blue) = 238+187+211=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBD3 is #11442C. Grayscale: #CCCCCC. Windows color (decimal): -1131565 or 13876206. OLE color: 13876206.

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

Color convert

RGB238187211-
CMYK00.210.110.07
HSL331.76º60%83.33%-
HSV(B)331.76º21.43%93.33%-
XYZ64.7958.4269.49-
YUV204.98131.4151.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 211 (82.81% from 255) = 33.18%
R=37.42%
G=29.40%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818721100.210.110.07331.766083.33
HexEEBBD3015B714c3c53
Octal35627332302513751474123
Binary11101110101110111101001101010110111111010011001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBBD3; }

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

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

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

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

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

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

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

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