Shades of Snuff #EDD8EE
Tints of Snuff #EDD8EE
RGB
CMYK
RGB Variations
Color information
#EDD8EE (or 0xEDD8EE) is known color: Snuff. HEX triplet: ED, D8 and EE. RGB value is (237,216,238). Sum of RGB (Red+Green+Blue) = 237+216+238=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 216 (84.77% from 255 or 31.26% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDD8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8EE is #122711. Grayscale: #E0E0E0. Windows color (decimal): -1189650 or 15653101. OLE color: 15653101.
HSL color Cylindrical-coordinate representation of color #EDD8EE: hue angle of 297.27º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDD8EE is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 238 | - |
| CMYK | 0.00 | 0.09 | 0 | 0.07 |
| HSL | 297.27º | 0.39% | 0.89% | - |
| HSV(B) | 297.27º | 0.09% | 0.93% | - |
| XYZ | 74.91 | 73.29 | 91.09 | - |
| YUV | 224.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 238 | 0.00 | 0.09 | 0 | 0.07 | 297.27 | 0.39 | 0.89 |
| Hex | ED | D8 | EE | 0 | 9 | 0 | 7 | 129 | 27 | 59 |
| Octal | 355 | 330 | 356 | 0 | 11 | 0 | 7 | 451 | 47 | 131 |
| Binary | 11101101 | 11011000 | 11101110 | 0 | 1001 | 0 | 111 | 100101001 | 100111 | 1011001 |
Color Harmonies of #EDD8EE
Complementary color
Monochromatic Colors of #EDD8EE
Black with #EDD8EE
Text Example
Text Example
White with #EDD8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8EE; }
p { color: rgb(237,216,238); }
H1.HeaderClassName
{
color: #EDD8EE;
}
.AnyTagClassName
{
color: #EDD8EE;
}
</style>
background-color css
<style>
a { background-color: #EDD8EE; }
a { background-color: rgb(237,216,238); }
div.DivClassName
{
background-color: #EDD8EE;
}
.BgClassName
{
background-color: #EDD8EE;
}
</style>
border-color css
<style>
span { border-color: #EDD8EE; }
span { border-color: rgb(237,216,238); }
td.TdClassName
{
border-color: #EDD8EE;
}
.TagClassName
{
border-color: #EDD8EE;
}
</style>