Shades of Snuff #EEDEEC
Tints of Snuff #EEDEEC
RGB
CMYK
RGB Variations
Color information
#EEDEEC (or 0xEEDEEC) is known color: Snuff. HEX triplet: EE, DE and EC. RGB value is (238,222,236). Sum of RGB (Red+Green+Blue) = 238+222+236=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEEC is #112113. Grayscale: #E4E4E4. Windows color (decimal): -1122580 or 15523566. OLE color: 15523566.
HSL color Cylindrical-coordinate representation of color #EEDEEC: hue angle of 307.5º degrees, saturation: 0.32, 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 #EEDEEC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 236 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.07 |
| HSL | 307.5º | 0.32% | 0.9% | - |
| HSV(B) | 307.5º | 0.07% | 0.93% | - |
| XYZ | 76.52 | 76.48 | 90.09 | - |
| YUV | 228.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 236 | 0 | 0.07 | 0.01 | 0.07 | 307.5 | 0.32 | 0.9 |
| Hex | EE | DE | EC | 0 | 7 | 1 | 7 | 134 | 20 | 5A |
| Octal | 356 | 336 | 354 | 0 | 7 | 1 | 7 | 464 | 40 | 132 |
| Binary | 11101110 | 11011110 | 11101100 | 0 | 111 | 1 | 111 | 100110100 | 100000 | 1011010 |
Color Harmonies of #EEDEEC
Complementary color
Monochromatic Colors of #EEDEEC
Black with #EEDEEC
Text Example
Text Example
White with #EEDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEEC; }
p { color: rgb(238,222,236); }
H1.HeaderClassName
{
color: #EEDEEC;
}
.AnyTagClassName
{
color: #EEDEEC;
}
</style>
background-color css
<style>
a { background-color: #EEDEEC; }
a { background-color: rgb(238,222,236); }
div.DivClassName
{
background-color: #EEDEEC;
}
.BgClassName
{
background-color: #EEDEEC;
}
</style>
border-color css
<style>
span { border-color: #EEDEEC; }
span { border-color: rgb(238,222,236); }
td.TdClassName
{
border-color: #EEDEEC;
}
.TagClassName
{
border-color: #EEDEEC;
}
</style>