Shades of Snuff #EDD7EF
Tints of Snuff #EDD7EF
RGB
CMYK
RGB Variations
Color information
#EDD7EF (or 0xEDD7EF) is known color: Snuff. HEX triplet: ED, D7 and EF. RGB value is (237,215,239). Sum of RGB (Red+Green+Blue) = 237+215+239=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 215 (84.38% from 255 or 31.11% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDD7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7EF is #122810. Grayscale: #E0E0E0. Windows color (decimal): -1189905 or 15718381. OLE color: 15718381.
HSL color Cylindrical-coordinate representation of color #EDD7EF: hue angle of 295º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDD7EF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 215 | 239 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.06 |
| HSL | 295º | 0.43% | 0.89% | - |
| HSV(B) | 295º | 0.1% | 0.94% | - |
| XYZ | 74.81 | 72.84 | 91.78 | - |
| YUV | 224.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 239 | 0.01 | 0.10 | 0 | 0.06 | 295 | 0.43 | 0.89 |
| Hex | ED | D7 | EF | 1 | A | 0 | 6 | 127 | 2B | 59 |
| Octal | 355 | 327 | 357 | 1 | 12 | 0 | 6 | 447 | 53 | 131 |
| Binary | 11101101 | 11010111 | 11101111 | 1 | 1010 | 0 | 110 | 100100111 | 101011 | 1011001 |
Color Harmonies of #EDD7EF
Complementary color
Monochromatic Colors of #EDD7EF
Black with #EDD7EF
Text Example
Text Example
White with #EDD7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD7EF; }
p { color: rgb(237,215,239); }
H1.HeaderClassName
{
color: #EDD7EF;
}
.AnyTagClassName
{
color: #EDD7EF;
}
</style>
background-color css
<style>
a { background-color: #EDD7EF; }
a { background-color: rgb(237,215,239); }
div.DivClassName
{
background-color: #EDD7EF;
}
.BgClassName
{
background-color: #EDD7EF;
}
</style>
border-color css
<style>
span { border-color: #EDD7EF; }
span { border-color: rgb(237,215,239); }
td.TdClassName
{
border-color: #EDD7EF;
}
.TagClassName
{
border-color: #EDD7EF;
}
</style>