#EEDAED

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

Shades of Snuff #EEDAED

Tints of Snuff #EEDAED

Color information

#EEDAED (or 0xEEDAED) is unknown color: approx Snuff. HEX triplet: EE, DA and ED. RGB value is (238,218,237). Sum of RGB (Red+Green+Blue) = 238+218+237=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAED is #112512. Grayscale: #E2E2E2. Windows color (decimal): -1123603 or 15588078. OLE color: 15588078.

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

Color convert

RGB238218237-
CMYK00.080.000.07
HSL303º37.04%89.41%-
HSV(B)303º8.4%93.33%-
XYZ75.6274.4390.5-
YUV226.15134.13136.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.34%
GREEN value IS 218 (85.55% from 255) = 31.46%
BLUE value IS 237 (92.97% from 255) = 34.20%
R=34.34%
G=31.46%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821823700.080.000.0730337.0489.41
HexEEDAED080712f2559
Octal3563323550100745745131
Binary1110111011011010111011010100001111001011111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAED; }

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

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

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

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

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

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

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

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