#EEBEEF

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

Shades of Snuff #EEBEEF

Tints of Snuff #EEBEEF

Color information

#EEBEEF (or 0xEEBEEF) is unknown color: approx Snuff. HEX triplet: EE, BE and EF. RGB value is (238,190,239). Sum of RGB (Red+Green+Blue) = 238+190+239=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 190 (74.61% from 255 or 28.49% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEBEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBEEF is #114110. Grayscale: #D1D1D1. Windows color (decimal): -1130769 or 15711982. OLE color: 15711982.

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

Color convert

RGB238190239-
CMYK0.000.2100.06
HSL298.78º60.49%84.12%-
HSV(B)298.78º20.5%93.73%-
XYZ69.2561.2489.83-
YUV209.94144.4148.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 190 (74.61% from 255) = 28.49%
BLUE value IS 239 (93.75% from 255) = 35.83%
R=35.68%
G=28.49%
B=35.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381902390.000.2100.06298.7860.4984.12
HexEEBEEF0150612b3c54
Octal3562763570250645374124
Binary11101110101111101110111101010101101001010111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBEEF; }

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

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

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

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

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

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

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

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