Shades of Snuff #EDDEEA
Tints of Snuff #EDDEEA
RGB
CMYK
RGB Variations
Color information
#EDDEEA (or 0xEDDEEA) is known color: Snuff. HEX triplet: ED, DE and EA. RGB value is (237,222,234). Sum of RGB (Red+Green+Blue) = 237+222+234=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEEA is #122115. Grayscale: #E3E3E3. Windows color (decimal): -1188118 or 15392493. OLE color: 15392493.
HSL color Cylindrical-coordinate representation of color #EDDEEA: hue angle of 312º 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 #EDDEEA is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 234 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.07 |
| HSL | 312º | 0.29% | 0.9% | - |
| HSV(B) | 312º | 0.06% | 0.93% | - |
| XYZ | 75.9 | 76.19 | 88.55 | - |
| YUV | 227.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 234 | 0 | 0.06 | 0.01 | 0.07 | 312 | 0.29 | 0.9 |
| Hex | ED | DE | EA | 0 | 6 | 1 | 7 | 138 | 1D | 5A |
| Octal | 355 | 336 | 352 | 0 | 6 | 1 | 7 | 470 | 35 | 132 |
| Binary | 11101101 | 11011110 | 11101010 | 0 | 110 | 1 | 111 | 100111000 | 11101 | 1011010 |
Color Harmonies of #EDDEEA
Complementary color
Monochromatic Colors of #EDDEEA
Black with #EDDEEA
Text Example
Text Example
White with #EDDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEEA; }
p { color: rgb(237,222,234); }
H1.HeaderClassName
{
color: #EDDEEA;
}
.AnyTagClassName
{
color: #EDDEEA;
}
</style>
background-color css
<style>
a { background-color: #EDDEEA; }
a { background-color: rgb(237,222,234); }
div.DivClassName
{
background-color: #EDDEEA;
}
.BgClassName
{
background-color: #EDDEEA;
}
</style>
border-color css
<style>
span { border-color: #EDDEEA; }
span { border-color: rgb(237,222,234); }
td.TdClassName
{
border-color: #EDDEEA;
}
.TagClassName
{
border-color: #EDDEEA;
}
</style>