#EEDAEB

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

Shades of Snuff #EEDAEB

Tints of Snuff #EEDAEB

Color information

#EEDAEB (or 0xEEDAEB) is unknown color: approx Snuff. HEX triplet: EE, DA and EB. RGB value is (238,218,235). Sum of RGB (Red+Green+Blue) = 238+218+235=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAEB is #112514. Grayscale: #E1E1E1. Windows color (decimal): -1123605 or 15457006. OLE color: 15457006.

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

Color convert

RGB238218235-
CMYK00.080.010.07
HSL309º37.04%89.41%-
HSV(B)309º8.4%93.33%-
XYZ75.3374.3288.97-
YUV225.92133.13136.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 218 (85.55% from 255) = 31.55%
BLUE value IS 235 (92.19% from 255) = 34.01%
R=34.44%
G=31.55%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821823500.080.010.0730937.0489.41
HexEEDAEB08171352559
Octal3563323530101746545131
Binary1110111011011010111010110100011111001101011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAEB; }

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

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

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

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

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

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

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

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