#EEBBBF

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

Shades of Azalea #EEBBBF

Tints of Azalea #EEBBBF

Color information

#EEBBBF (or 0xEEBBBF) is unknown color: approx Azalea. HEX triplet: EE, BB and BF. RGB value is (238,187,191). Sum of RGB (Red+Green+Blue) = 238+187+191=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBBF is #114440. Grayscale: #CACACA. Windows color (decimal): -1131585 or 12565486. OLE color: 12565486.

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

Color convert

RGB238187191-
CMYK00.210.200.07
HSL355.29º60%83.33%-
HSV(B)355.29º21.43%93.33%-
XYZ62.4357.4857.09-
YUV202.7121.4153.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 187 (73.44% from 255) = 30.36%
BLUE value IS 191 (75% from 255) = 31.01%
R=38.64%
G=30.36%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818719100.210.200.07355.296083.33
HexEEBBBF0151471633c53
Octal35627327702524754374123
Binary111011101011101110111111010101101001111011000111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBBBF; }

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

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

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

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

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

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

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

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