#EEDEED

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

Shades of Snuff #EEDEED

Tints of Snuff #EEDEED

Color information

#EEDEED (or 0xEEDEED) is unknown color: approx Snuff. HEX triplet: EE, DE and ED. RGB value is (238,222,237). Sum of RGB (Red+Green+Blue) = 238+222+237=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEED is #112112. Grayscale: #E4E4E4. Windows color (decimal): -1122579 or 15589102. OLE color: 15589102.

HSL color Cylindrical-coordinate representation of color #EEDEED: hue angle of 303.75º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEDEED is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB238222237-
CMYK00.070.000.07
HSL303.75º32%90.2%-
HSV(B)303.75º6.72%93.33%-
XYZ76.6776.5390.85-
YUV228.49132.8134.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.15%
GREEN value IS 222 (87.11% from 255) = 31.85%
BLUE value IS 237 (92.97% from 255) = 34.00%
R=34.15%
G=31.85%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822223700.070.000.07303.753290.2
HexEEDEED0707130205a
Octal356336355070746040132
Binary111011101101111011101101011101111001100001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEED; }

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

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

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

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

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

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

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

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