Shades of Snuff #EEDBEC
Tints of Snuff #EEDBEC
RGB
CMYK
RGB Variations
Color information
#EEDBEC (or 0xEEDBEC) is known color: Snuff. HEX triplet: EE, DB and EC. RGB value is (238,219,236). Sum of RGB (Red+Green+Blue) = 238+219+236=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBEC is #112413. Grayscale: #E2E2E2. Windows color (decimal): -1123348 or 15522798. OLE color: 15522798.
HSL color Cylindrical-coordinate representation of color #EEDBEC: hue angle of 306.32º degrees, saturation: 0.36, 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 #EEDBEC is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 236 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.07 |
| HSL | 306.32º | 0.36% | 0.9% | - |
| HSV(B) | 306.32º | 0.08% | 0.93% | - |
| XYZ | 75.73 | 74.9 | 89.82 | - |
| YUV | 226.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 236 | 0 | 0.08 | 0.01 | 0.07 | 306.32 | 0.36 | 0.9 |
| Hex | EE | DB | EC | 0 | 8 | 1 | 7 | 132 | 24 | 5A |
| Octal | 356 | 333 | 354 | 0 | 10 | 1 | 7 | 462 | 44 | 132 |
| Binary | 11101110 | 11011011 | 11101100 | 0 | 1000 | 1 | 111 | 100110010 | 100100 | 1011010 |
Color Harmonies of #EEDBEC
Complementary color
Monochromatic Colors of #EEDBEC
Black with #EEDBEC
Text Example
Text Example
White with #EEDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBEC; }
p { color: rgb(238,219,236); }
H1.HeaderClassName
{
color: #EEDBEC;
}
.AnyTagClassName
{
color: #EEDBEC;
}
</style>
background-color css
<style>
a { background-color: #EEDBEC; }
a { background-color: rgb(238,219,236); }
div.DivClassName
{
background-color: #EEDBEC;
}
.BgClassName
{
background-color: #EEDBEC;
}
</style>
border-color css
<style>
span { border-color: #EEDBEC; }
span { border-color: rgb(238,219,236); }
td.TdClassName
{
border-color: #EEDBEC;
}
.TagClassName
{
border-color: #EEDBEC;
}
</style>