#EEBFF0

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

Shades of Snuff #EEBFF0

Tints of Snuff #EEBFF0

Color information

#EEBFF0 (or 0xEEBFF0) is unknown color: approx Snuff. HEX triplet: EE, BF and F0. RGB value is (238,191,240). Sum of RGB (Red+Green+Blue) = 238+191+240=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEBFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFF0 is #11400F. Grayscale: #D2D2D2. Windows color (decimal): -1130512 or 15777774. OLE color: 15777774.

HSL color Cylindrical-coordinate representation of color #EEBFF0: hue angle of 297.55º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBFF0 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238191240-
CMYK0.010.2000.06
HSL297.55º62.03%84.51%-
HSV(B)297.55º20.42%94.12%-
XYZ69.6261.7390.68-
YUV210.64144.57147.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.58%
GREEN value IS 191 (75% from 255) = 28.55%
BLUE value IS 240 (94.14% from 255) = 35.87%
R=35.58%
G=28.55%
B=35.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381912400.010.2000.06297.5562.0384.51
HexEEBFF01140612a3e55
Octal3562773601240645276125
Binary11101110101111111111000011010001101001010101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFF0; }

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

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

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

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

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

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

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

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