#EEBBF1

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

Shades of Snuff #EEBBF1

Tints of Snuff #EEBBF1

Color information

#EEBBF1 (or 0xEEBBF1) is unknown color: approx Snuff. HEX triplet: EE, BB and F1. RGB value is (238,187,241). Sum of RGB (Red+Green+Blue) = 238+187+241=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEBBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBBF1 is #11440E. Grayscale: #D0D0D0. Windows color (decimal): -1131535 or 15842286. OLE color: 15842286.

HSL color Cylindrical-coordinate representation of color #EEBBF1: hue angle of 296.67º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBBF1 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238187241-
CMYK0.010.2200.05
HSL296.67º65.85%83.92%-
HSV(B)296.67º22.41%94.51%-
XYZ68.9160.0791.18-
YUV208.4146.4149.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 187 (73.44% from 255) = 28.08%
BLUE value IS 241 (94.53% from 255) = 36.19%
R=35.74%
G=28.08%
B=36.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381872410.010.2200.05296.6765.8583.92
HexEEBBF1116051294254
Octal35627336112605451102124
Binary111011101011101111110001110110010110010100110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBBF1; }

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

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

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

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

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

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

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

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