Shades of Snuff #EEDAED
Tints of Snuff #EEDAED
RGB
CMYK
RGB Variations
Color information
#EEDAED (or 0xEEDAED) is known color: Snuff. HEX triplet: EE, DA and ED. RGB value is (238,218,237). Sum of RGB (Red+Green+Blue) = 238+218+237=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAED is #112512. Grayscale: #E2E2E2. Windows color (decimal): -1123603 or 15588078. OLE color: 15588078.
HSL color Cylindrical-coordinate representation of color #EEDAED: hue angle of 303º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDAED is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 237 | - |
| CMYK | 0 | 0.08 | 0.00 | 0.07 |
| HSL | 303º | 0.37% | 0.89% | - |
| HSV(B) | 303º | 0.08% | 0.93% | - |
| XYZ | 75.62 | 74.43 | 90.5 | - |
| YUV | 226.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 237 | 0 | 0.08 | 0.00 | 0.07 | 303 | 0.37 | 0.89 |
| Hex | EE | DA | ED | 0 | 8 | 0 | 7 | 12F | 25 | 59 |
| Octal | 356 | 332 | 355 | 0 | 10 | 0 | 7 | 457 | 45 | 131 |
| Binary | 11101110 | 11011010 | 11101101 | 0 | 1000 | 0 | 111 | 100101111 | 100101 | 1011001 |
Color Harmonies of #EEDAED
Complementary color
Monochromatic Colors of #EEDAED
Black with #EEDAED
Text Example
Text Example
White with #EEDAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAED; }
p { color: rgb(238,218,237); }
H1.HeaderClassName
{
color: #EEDAED;
}
.AnyTagClassName
{
color: #EEDAED;
}
</style>
background-color css
<style>
a { background-color: #EEDAED; }
a { background-color: rgb(238,218,237); }
div.DivClassName
{
background-color: #EEDAED;
}
.BgClassName
{
background-color: #EEDAED;
}
</style>
border-color css
<style>
span { border-color: #EEDAED; }
span { border-color: rgb(238,218,237); }
td.TdClassName
{
border-color: #EEDAED;
}
.TagClassName
{
border-color: #EEDAED;
}
</style>