Shades of Snuff #EDD4EF
Tints of Snuff #EDD4EF
RGB
CMYK
RGB Variations
Color information
#EDD4EF (or 0xEDD4EF) is known color: Snuff. HEX triplet: ED, D4 and EF. RGB value is (237,212,239). Sum of RGB (Red+Green+Blue) = 237+212+239=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 212 (83.20% from 255 or 30.81% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDD4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD4EF is #122B10. Grayscale: #DEDEDE. Windows color (decimal): -1190673 or 15717613. OLE color: 15717613.
HSL color Cylindrical-coordinate representation of color #EDD4EF: hue angle of 295.56º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD4EF is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 212 | 239 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.06 |
| HSL | 295.56º | 0.46% | 0.88% | - |
| HSV(B) | 295.56º | 0.11% | 0.94% | - |
| XYZ | 74.05 | 71.32 | 91.53 | - |
| YUV | 222.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 239 | 0.01 | 0.11 | 0 | 0.06 | 295.56 | 0.46 | 0.88 |
| Hex | ED | D4 | EF | 1 | B | 0 | 6 | 128 | 2E | 58 |
| Octal | 355 | 324 | 357 | 1 | 13 | 0 | 6 | 450 | 56 | 130 |
| Binary | 11101101 | 11010100 | 11101111 | 1 | 1011 | 0 | 110 | 100101000 | 101110 | 1011000 |
Color Harmonies of #EDD4EF
Complementary color
Monochromatic Colors of #EDD4EF
Black with #EDD4EF
Text Example
Text Example
White with #EDD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD4EF; }
p { color: rgb(237,212,239); }
H1.HeaderClassName
{
color: #EDD4EF;
}
.AnyTagClassName
{
color: #EDD4EF;
}
</style>
background-color css
<style>
a { background-color: #EDD4EF; }
a { background-color: rgb(237,212,239); }
div.DivClassName
{
background-color: #EDD4EF;
}
.BgClassName
{
background-color: #EDD4EF;
}
</style>
border-color css
<style>
span { border-color: #EDD4EF; }
span { border-color: rgb(237,212,239); }
td.TdClassName
{
border-color: #EDD4EF;
}
.TagClassName
{
border-color: #EDD4EF;
}
</style>