Shades of Snuff #EEDCEB
Tints of Snuff #EEDCEB
RGB
CMYK
RGB Variations
Color information
#EEDCEB (or 0xEEDCEB) is known color: 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
| RGB | 238 | 220 | 235 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.07 |
| HSL | 310º | 0.35% | 0.9% | - |
| HSV(B) | 310º | 0.08% | 0.93% | - |
| XYZ | 75.85 | 75.36 | 89.15 | - |
| YUV | 227.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 235 | 0 | 0.08 | 0.01 | 0.07 | 310 | 0.35 | 0.9 |
| Hex | EE | DC | EB | 0 | 8 | 1 | 7 | 136 | 23 | 5A |
| Octal | 356 | 334 | 353 | 0 | 10 | 1 | 7 | 466 | 43 | 132 |
| Binary | 11101110 | 11011100 | 11101011 | 0 | 1000 | 1 | 111 | 100110110 | 100011 | 1011010 |
Color Harmonies of #EEDCEB
Complementary color
Monochromatic Colors of #EEDCEB
Black with #EEDCEB
Text Example
Text Example
White with #EEDCEB
Text Example
Text Example
HTML Codes & Css Web 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>