Shades of Snuff #EEDAE9
Tints of Snuff #EEDAE9
RGB
CMYK
RGB Variations
Color information
#EEDAE9 (or 0xEEDAE9) is known color: Snuff. HEX triplet: EE, DA and E9. RGB value is (238,218,233). Sum of RGB (Red+Green+Blue) = 238+218+233=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 233 (91.41% from 255 or 33.82% from 689); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAE9 is #112516. Grayscale: #E1E1E1. Windows color (decimal): -1123607 or 15325934. OLE color: 15325934.
HSL color Cylindrical-coordinate representation of color #EEDAE9: hue angle of 315º 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 #EEDAE9 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 233 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.07 |
| HSL | 315º | 0.37% | 0.89% | - |
| HSV(B) | 315º | 0.08% | 0.93% | - |
| XYZ | 75.04 | 74.2 | 87.46 | - |
| YUV | 225.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 233 | 0 | 0.08 | 0.02 | 0.07 | 315 | 0.37 | 0.89 |
| Hex | EE | DA | E9 | 0 | 8 | 2 | 7 | 13B | 25 | 59 |
| Octal | 356 | 332 | 351 | 0 | 10 | 2 | 7 | 473 | 45 | 131 |
| Binary | 11101110 | 11011010 | 11101001 | 0 | 1000 | 10 | 111 | 100111011 | 100101 | 1011001 |
Color Harmonies of #EEDAE9
Complementary color
Monochromatic Colors of #EEDAE9
Black with #EEDAE9
Text Example
Text Example
White with #EEDAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAE9; }
p { color: rgb(238,218,233); }
H1.HeaderClassName
{
color: #EEDAE9;
}
.AnyTagClassName
{
color: #EEDAE9;
}
</style>
background-color css
<style>
a { background-color: #EEDAE9; }
a { background-color: rgb(238,218,233); }
div.DivClassName
{
background-color: #EEDAE9;
}
.BgClassName
{
background-color: #EEDAE9;
}
</style>
border-color css
<style>
span { border-color: #EEDAE9; }
span { border-color: rgb(238,218,233); }
td.TdClassName
{
border-color: #EEDAE9;
}
.TagClassName
{
border-color: #EEDAE9;
}
</style>