#EEBFED

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

Shades of Snuff #EEBFED

Tints of Snuff #EEBFED

Color information

#EEBFED (or 0xEEBFED) is unknown color: approx Snuff. HEX triplet: EE, BF and ED. RGB value is (238,191,237). Sum of RGB (Red+Green+Blue) = 238+191+237=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFED is #114012. Grayscale: #D2D2D2. Windows color (decimal): -1130515 or 15581166. OLE color: 15581166.

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

Color convert

RGB238191237-
CMYK00.200.000.07
HSL301.28º58.02%84.12%-
HSV(B)301.28º19.75%93.33%-
XYZ69.1861.5588.36-
YUV210.3143.07147.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 191 (75% from 255) = 28.68%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=35.74%
G=28.68%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819123700.200.000.07301.2858.0284.12
HexEEBFED0140712d3a54
Octal3562773550240745572124
Binary11101110101111111110110101010001111001011011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFED; }

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

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

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

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

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

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

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

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