#EEBFEF

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

Shades of Snuff #EEBFEF

Tints of Snuff #EEBFEF

Color information

#EEBFEF (or 0xEEBFEF) is unknown color: approx Snuff. HEX triplet: EE, BF and EF. RGB value is (238,191,239). Sum of RGB (Red+Green+Blue) = 238+191+239=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEBFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFEF is #114010. Grayscale: #D2D2D2. Windows color (decimal): -1130513 or 15712238. OLE color: 15712238.

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

Color convert

RGB238191239-
CMYK0.000.2000.06
HSL298.75º60%84.31%-
HSV(B)298.75º20.08%93.73%-
XYZ69.4761.6789.9-
YUV210.52144.07147.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 191 (75% from 255) = 28.59%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=35.63%
G=28.59%
B=35.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381912390.000.2000.06298.756084.31
HexEEBFEF0140612b3c54
Octal3562773570240645374124
Binary11101110101111111110111101010001101001010111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFEF; }

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

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

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

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

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

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

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

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