Shades of Snuff #EDD0F2
Tints of Snuff #EDD0F2
RGB
CMYK
RGB Variations
Color information
#EDD0F2 (or 0xEDD0F2) is known color: Snuff. HEX triplet: ED, D0 and F2. RGB value is (237,208,242). Sum of RGB (Red+Green+Blue) = 237+208+242=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 208 (81.64% from 255 or 30.28% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDD0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0F2 is #122F0D. Grayscale: #DCDCDC. Windows color (decimal): -1191694 or 15913197. OLE color: 15913197.
HSL color Cylindrical-coordinate representation of color #EDD0F2: hue angle of 291.18º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD0F2 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 208 | 242 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.05 |
| HSL | 291.18º | 0.57% | 0.88% | - |
| HSV(B) | 291.18º | 0.14% | 0.95% | - |
| XYZ | 73.51 | 69.53 | 93.55 | - |
| YUV | 220.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 242 | 0.02 | 0.14 | 0 | 0.05 | 291.18 | 0.57 | 0.88 |
| Hex | ED | D0 | F2 | 2 | E | 0 | 5 | 123 | 39 | 58 |
| Octal | 355 | 320 | 362 | 2 | 16 | 0 | 5 | 443 | 71 | 130 |
| Binary | 11101101 | 11010000 | 11110010 | 10 | 1110 | 0 | 101 | 100100011 | 111001 | 1011000 |
Color Harmonies of #EDD0F2
Complementary color
Monochromatic Colors of #EDD0F2
Black with #EDD0F2
Text Example
Text Example
White with #EDD0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0F2; }
p { color: rgb(237,208,242); }
H1.HeaderClassName
{
color: #EDD0F2;
}
.AnyTagClassName
{
color: #EDD0F2;
}
</style>
background-color css
<style>
a { background-color: #EDD0F2; }
a { background-color: rgb(237,208,242); }
div.DivClassName
{
background-color: #EDD0F2;
}
.BgClassName
{
background-color: #EDD0F2;
}
</style>
border-color css
<style>
span { border-color: #EDD0F2; }
span { border-color: rgb(237,208,242); }
td.TdClassName
{
border-color: #EDD0F2;
}
.TagClassName
{
border-color: #EDD0F2;
}
</style>