#EEBEEE

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

Shades of Snuff #EEBEEE

Tints of Snuff #EEBEEE

Color information

#EEBEEE (or 0xEEBEEE) is unknown color: approx Snuff. HEX triplet: EE, BE and EE. RGB value is (238,190,238). Sum of RGB (Red+Green+Blue) = 238+190+238=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 190 (74.61% from 255 or 28.53% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEBEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBEEE is #114111. Grayscale: #D1D1D1. Windows color (decimal): -1130770 or 15646446. OLE color: 15646446.

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

Color convert

RGB238190238-
CMYK00.2000.07
HSL300º58.54%83.92%-
HSV(B)300º20.17%93.33%-
XYZ69.1161.1889.06-
YUV209.82143.9148.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 190 (74.61% from 255) = 28.53%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=35.74%
G=28.53%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819023800.2000.0730058.5483.92
HexEEBEEE0140712c3b54
Octal3562763560240745473124
Binary11101110101111101110111001010001111001011001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBEEE; }

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

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

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

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

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

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

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

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