Shades of Snuff #EEDEEA
Tints of Snuff #EEDEEA
RGB
CMYK
RGB Variations
Color information
#EEDEEA (or 0xEEDEEA) is known color: Snuff. HEX triplet: EE, DE and EA. RGB value is (238,222,234). Sum of RGB (Red+Green+Blue) = 238+222+234=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEEA is #112115. Grayscale: #E4E4E4. Windows color (decimal): -1122582 or 15392494. OLE color: 15392494.
HSL color Cylindrical-coordinate representation of color #EEDEEA: hue angle of 315º 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 #EEDEEA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 234 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.07 |
| HSL | 315º | 0.32% | 0.9% | - |
| HSV(B) | 315º | 0.07% | 0.93% | - |
| XYZ | 76.23 | 76.36 | 88.56 | - |
| YUV | 228.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 234 | 0 | 0.07 | 0.02 | 0.07 | 315 | 0.32 | 0.9 |
| Hex | EE | DE | EA | 0 | 7 | 2 | 7 | 13B | 20 | 5A |
| Octal | 356 | 336 | 352 | 0 | 7 | 2 | 7 | 473 | 40 | 132 |
| Binary | 11101110 | 11011110 | 11101010 | 0 | 111 | 10 | 111 | 100111011 | 100000 | 1011010 |
Color Harmonies of #EEDEEA
Complementary color
Monochromatic Colors of #EEDEEA
Black with #EEDEEA
Text Example
Text Example
White with #EEDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEEA; }
p { color: rgb(238,222,234); }
H1.HeaderClassName
{
color: #EEDEEA;
}
.AnyTagClassName
{
color: #EEDEEA;
}
</style>
background-color css
<style>
a { background-color: #EEDEEA; }
a { background-color: rgb(238,222,234); }
div.DivClassName
{
background-color: #EEDEEA;
}
.BgClassName
{
background-color: #EEDEEA;
}
</style>
border-color css
<style>
span { border-color: #EEDEEA; }
span { border-color: rgb(238,222,234); }
td.TdClassName
{
border-color: #EEDEEA;
}
.TagClassName
{
border-color: #EEDEEA;
}
</style>