#EEDAEC

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

Shades of Snuff #EEDAEC

Tints of Snuff #EEDAEC

Color information

#EEDAEC (or 0xEEDAEC) is unknown color: approx Snuff. HEX triplet: EE, DA and EC. RGB value is (238,218,236). Sum of RGB (Red+Green+Blue) = 238+218+236=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAEC is #112513. Grayscale: #E1E1E1. Windows color (decimal): -1123604 or 15522542. OLE color: 15522542.

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

Color convert

RGB238218236-
CMYK00.080.010.07
HSL306º37.04%89.41%-
HSV(B)306º8.4%93.33%-
XYZ75.4774.3889.74-
YUV226.03133.63136.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.39%
GREEN value IS 218 (85.55% from 255) = 31.50%
BLUE value IS 236 (92.58% from 255) = 34.10%
R=34.39%
G=31.50%
B=34.10%

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
Decimal23821823600.080.010.0730637.0489.41
HexEEDAEC08171322559
Octal3563323540101746245131
Binary1110111011011010111011000100011111001100101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAEC; }

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

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

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

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

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

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

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

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