Shades of Snuff #EEDEEB
Tints of Snuff #EEDEEB
RGB
CMYK
RGB Variations
Color information
#EEDEEB (or 0xEEDEEB) is known color: Snuff. HEX triplet: EE, DE and EB. RGB value is (238,222,235). Sum of RGB (Red+Green+Blue) = 238+222+235=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEEB is #112114. Grayscale: #E4E4E4. Windows color (decimal): -1122581 or 15458030. OLE color: 15458030.
HSL color Cylindrical-coordinate representation of color #EEDEEB: hue angle of 311.25º 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 #EEDEEB is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 235 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.07 |
| HSL | 311.25º | 0.32% | 0.9% | - |
| HSV(B) | 311.25º | 0.07% | 0.93% | - |
| XYZ | 76.38 | 76.42 | 89.32 | - |
| YUV | 228.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 235 | 0 | 0.07 | 0.01 | 0.07 | 311.25 | 0.32 | 0.9 |
| Hex | EE | DE | EB | 0 | 7 | 1 | 7 | 137 | 20 | 5A |
| Octal | 356 | 336 | 353 | 0 | 7 | 1 | 7 | 467 | 40 | 132 |
| Binary | 11101110 | 11011110 | 11101011 | 0 | 111 | 1 | 111 | 100110111 | 100000 | 1011010 |
Color Harmonies of #EEDEEB
Complementary color
Monochromatic Colors of #EEDEEB
Black with #EEDEEB
Text Example
Text Example
White with #EEDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEEB; }
p { color: rgb(238,222,235); }
H1.HeaderClassName
{
color: #EEDEEB;
}
.AnyTagClassName
{
color: #EEDEEB;
}
</style>
background-color css
<style>
a { background-color: #EEDEEB; }
a { background-color: rgb(238,222,235); }
div.DivClassName
{
background-color: #EEDEEB;
}
.BgClassName
{
background-color: #EEDEEB;
}
</style>
border-color css
<style>
span { border-color: #EEDEEB; }
span { border-color: rgb(238,222,235); }
td.TdClassName
{
border-color: #EEDEEB;
}
.TagClassName
{
border-color: #EEDEEB;
}
</style>