#EEDCEB

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

Shades of Snuff #EEDCEB

Tints of Snuff #EEDCEB

Color information

#EEDCEB (or 0xEEDCEB) is unknown color: approx Snuff. HEX triplet: EE, DC and EB. RGB value is (238,220,235). Sum of RGB (Red+Green+Blue) = 238+220+235=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCEB is #112314. Grayscale: #E3E3E3. Windows color (decimal): -1123093 or 15457518. OLE color: 15457518.

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

Color convert

RGB238220235-
CMYK00.080.010.07
HSL310º34.62%89.8%-
HSV(B)310º7.56%93.33%-
XYZ75.8575.3689.15-
YUV227.09132.46135.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.34%
GREEN value IS 220 (86.33% from 255) = 31.75%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=34.34%
G=31.75%
B=33.91%

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
Decimal23822023500.080.010.0731034.6289.8
HexEEDCEB0817136235a
Octal3563343530101746643132
Binary1110111011011100111010110100011111001101101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCEB; }

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

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

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

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

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

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

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

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