#EEDDEB

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

Shades of Snuff #EEDDEB

Tints of Snuff #EEDDEB

Color information

#EEDDEB (or 0xEEDDEB) is unknown color: approx Snuff. HEX triplet: EE, DD and EB. RGB value is (238,221,235). Sum of RGB (Red+Green+Blue) = 238+221+235=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDEB is #112214. Grayscale: #E3E3E3. Windows color (decimal): -1122837 or 15457774. OLE color: 15457774.

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

Color convert

RGB238221235-
CMYK00.070.010.07
HSL310.59º33.33%90%-
HSV(B)310.59º7.14%93.33%-
XYZ76.1175.8989.23-
YUV227.68132.13135.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.29%
GREEN value IS 221 (86.72% from 255) = 31.84%
BLUE value IS 235 (92.19% from 255) = 33.86%
R=34.29%
G=31.84%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822123500.070.010.07310.5933.3390
HexEEDDEB0717137215a
Octal356335353071746741132
Binary111011101101110111101011011111111001101111000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDEB; }

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

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

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

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

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

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

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

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