Shades of Snuff #EDDEEB
Tints of Snuff #EDDEEB
RGB
CMYK
RGB Variations
Color information
#EDDEEB (or 0xEDDEEB) is known color: Snuff. HEX triplet: ED, DE and EB. RGB value is (237,222,235). Sum of RGB (Red+Green+Blue) = 237+222+235=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEEB is #122114. Grayscale: #E3E3E3. Windows color (decimal): -1188117 or 15458029. OLE color: 15458029.
HSL color Cylindrical-coordinate representation of color #EDDEEB: hue angle of 308º degrees, saturation: 0.29, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDDEEB is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 235 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.07 |
| HSL | 308º | 0.29% | 0.9% | - |
| HSV(B) | 308º | 0.06% | 0.93% | - |
| XYZ | 76.04 | 76.25 | 89.31 | - |
| YUV | 227.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 235 | 0 | 0.06 | 0.01 | 0.07 | 308 | 0.29 | 0.9 |
| Hex | ED | DE | EB | 0 | 6 | 1 | 7 | 134 | 1D | 5A |
| Octal | 355 | 336 | 353 | 0 | 6 | 1 | 7 | 464 | 35 | 132 |
| Binary | 11101101 | 11011110 | 11101011 | 0 | 110 | 1 | 111 | 100110100 | 11101 | 1011010 |
Color Harmonies of #EDDEEB
Complementary color
Monochromatic Colors of #EDDEEB
Black with #EDDEEB
Text Example
Text Example
White with #EDDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEEB; }
p { color: rgb(237,222,235); }
H1.HeaderClassName
{
color: #EDDEEB;
}
.AnyTagClassName
{
color: #EDDEEB;
}
</style>
background-color css
<style>
a { background-color: #EDDEEB; }
a { background-color: rgb(237,222,235); }
div.DivClassName
{
background-color: #EDDEEB;
}
.BgClassName
{
background-color: #EDDEEB;
}
</style>
border-color css
<style>
span { border-color: #EDDEEB; }
span { border-color: rgb(237,222,235); }
td.TdClassName
{
border-color: #EDDEEB;
}
.TagClassName
{
border-color: #EDDEEB;
}
</style>