Shades of Snuff #EEDDED
Tints of Snuff #EEDDED
RGB
CMYK
RGB Variations
Color information
#EEDDED (or 0xEEDDED) is known color: Snuff. HEX triplet: EE, DD and ED. RGB value is (238,221,237). Sum of RGB (Red+Green+Blue) = 238+221+237=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDED is #112212. Grayscale: #E3E3E3. Windows color (decimal): -1122835 or 15588846. OLE color: 15588846.
HSL color Cylindrical-coordinate representation of color #EEDDED: hue angle of 303.53º 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 #EEDDED is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 237 | - |
| CMYK | 0 | 0.07 | 0.00 | 0.07 |
| HSL | 303.53º | 0.33% | 0.9% | - |
| HSV(B) | 303.53º | 0.07% | 0.93% | - |
| XYZ | 76.4 | 76 | 90.76 | - |
| YUV | 227.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 237 | 0 | 0.07 | 0.00 | 0.07 | 303.53 | 0.33 | 0.9 |
| Hex | EE | DD | ED | 0 | 7 | 0 | 7 | 130 | 21 | 5A |
| Octal | 356 | 335 | 355 | 0 | 7 | 0 | 7 | 460 | 41 | 132 |
| Binary | 11101110 | 11011101 | 11101101 | 0 | 111 | 0 | 111 | 100110000 | 100001 | 1011010 |
Color Harmonies of #EEDDED
Complementary color
Monochromatic Colors of #EEDDED
Black with #EEDDED
Text Example
Text Example
White with #EEDDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDED; }
p { color: rgb(238,221,237); }
H1.HeaderClassName
{
color: #EEDDED;
}
.AnyTagClassName
{
color: #EEDDED;
}
</style>
background-color css
<style>
a { background-color: #EEDDED; }
a { background-color: rgb(238,221,237); }
div.DivClassName
{
background-color: #EEDDED;
}
.BgClassName
{
background-color: #EEDDED;
}
</style>
border-color css
<style>
span { border-color: #EEDDED; }
span { border-color: rgb(238,221,237); }
td.TdClassName
{
border-color: #EEDDED;
}
.TagClassName
{
border-color: #EEDDED;
}
</style>