#EEBFEE

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

Shades of Snuff #EEBFEE

Tints of Snuff #EEBFEE

Color information

#EEBFEE (or 0xEEBFEE) is unknown color: approx Snuff. HEX triplet: EE, BF and EE. RGB value is (238,191,238). Sum of RGB (Red+Green+Blue) = 238+191+238=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEBFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFEE is #114011. Grayscale: #D2D2D2. Windows color (decimal): -1130514 or 15646702. OLE color: 15646702.

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

Color convert

RGB238191238-
CMYK00.2000.07
HSL300º58.02%84.12%-
HSV(B)300º19.75%93.33%-
XYZ69.3261.6189.13-
YUV210.41143.57147.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 191 (75% from 255) = 28.64%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=35.68%
G=28.64%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819123800.2000.0730058.0284.12
HexEEBFEE0140712c3a54
Octal3562773560240745472124
Binary11101110101111111110111001010001111001011001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFEE; }

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

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

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

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

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

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

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

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