Shades of Snuff #EEDAEC
Tints of Snuff #EEDAEC
RGB
CMYK
RGB Variations
Color information
#EEDAEC (or 0xEEDAEC) is known color: Snuff. HEX triplet: EE, DA and EC. RGB value is (238,218,236). Sum of RGB (Red+Green+Blue) = 238+218+236=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAEC is #112513. Grayscale: #E1E1E1. Windows color (decimal): -1123604 or 15522542. OLE color: 15522542.
HSL color Cylindrical-coordinate representation of color #EEDAEC: hue angle of 306º 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 #EEDAEC is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 218 | 236 | - |
CMYK | 0 | 0.08 | 0.01 | 0.07 |
HSL | 306º | 0.37% | 0.89% | - |
HSV(B) | 306º | 0.08% | 0.93% | - |
XYZ | 75.47 | 74.38 | 89.74 | - |
YUV | 226.03 | 133.63 | 136.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 218 | 236 | 0 | 0.08 | 0.01 | 0.07 | 306 | 0.37 | 0.89 |
Hex | EE | DA | EC | 0 | 8 | 1 | 7 | 132 | 25 | 59 |
Octal | 356 | 332 | 354 | 0 | 10 | 1 | 7 | 462 | 45 | 131 |
Binary | 11101110 | 11011010 | 11101100 | 0 | 1000 | 1 | 111 | 100110010 | 100101 | 1011001 |
Color Harmonies of #EEDAEC
Complementary color
Monochromatic Colors of #EEDAEC
Black with #EEDAEC
Text Example
Text Example
White with #EEDAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAEC; }
p { color: rgb(238,218,236); }
H1.HeaderClassName
{
color: #EEDAEC;
}
.AnyTagClassName
{
color: #EEDAEC;
}
</style>
background-color css
<style>
a { background-color: #EEDAEC; }
a { background-color: rgb(238,218,236); }
div.DivClassName
{
background-color: #EEDAEC;
}
.BgClassName
{
background-color: #EEDAEC;
}
</style>
border-color css
<style>
span { border-color: #EEDAEC; }
span { border-color: rgb(238,218,236); }
td.TdClassName
{
border-color: #EEDAEC;
}
.TagClassName
{
border-color: #EEDAEC;
}
</style>