#EEE2EB

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

Shades of Snuff #EEE2EB

Tints of Snuff #EEE2EB

Color information

#EEE2EB (or 0xEEE2EB) is unknown color: approx Snuff. HEX triplet: EE, E2 and EB. RGB value is (238,226,235). Sum of RGB (Red+Green+Blue) = 238+226+235=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 235 (92.19% from 255 or 33.62% from 699); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE2EB is #111D14. Grayscale: #E6E6E6. Windows color (decimal): -1121557 or 15459054. OLE color: 15459054.

HSL color Cylindrical-coordinate representation of color #EEE2EB: hue angle of 315º degrees, saturation: 0.26, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEE2EB is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238226235-
CMYK00.050.010.07
HSL315º26.09%90.98%-
HSV(B)315º5.04%93.33%-
XYZ77.4578.5789.68-
YUV230.61130.48133.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.05%
GREEN value IS 226 (88.67% from 255) = 32.33%
BLUE value IS 235 (92.19% from 255) = 33.62%
R=34.05%
G=32.33%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822623500.050.010.0731526.0990.98
HexEEE2EB051713b1a5b
Octal356342353051747332133
Binary11101110111000101110101101011111100111011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE2EB; }

 p { color: rgb(238,226,235); }

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

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

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

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

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

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

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