Shades of Snuff #EED3F0
Tints of Snuff #EED3F0
RGB
CMYK
RGB Variations
Color information
#EED3F0 (or 0xEED3F0) is known color: Snuff. HEX triplet: EE, D3 and F0. RGB value is (238,211,240). Sum of RGB (Red+Green+Blue) = 238+211+240=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 211 (82.81% from 255 or 30.62% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 240 - color contains mainly: blue. Hex color #EED3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED3F0 is #112C0F. Grayscale: #DEDEDE. Windows color (decimal): -1125392 or 15782894. OLE color: 15782894.
HSL color Cylindrical-coordinate representation of color #EED3F0: hue angle of 295.86º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED3F0 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 211 | 240 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.06 |
| HSL | 295.86º | 0.49% | 0.88% | - |
| HSV(B) | 295.86º | 0.12% | 0.94% | - |
| XYZ | 74.28 | 71.06 | 92.24 | - |
| YUV | 222.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 240 | 0.01 | 0.12 | 0 | 0.06 | 295.86 | 0.49 | 0.88 |
| Hex | EE | D3 | F0 | 1 | C | 0 | 6 | 128 | 31 | 58 |
| Octal | 356 | 323 | 360 | 1 | 14 | 0 | 6 | 450 | 61 | 130 |
| Binary | 11101110 | 11010011 | 11110000 | 1 | 1100 | 0 | 110 | 100101000 | 110001 | 1011000 |
Color Harmonies of #EED3F0
Complementary color
Monochromatic Colors of #EED3F0
Black with #EED3F0
Text Example
Text Example
White with #EED3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3F0; }
p { color: rgb(238,211,240); }
H1.HeaderClassName
{
color: #EED3F0;
}
.AnyTagClassName
{
color: #EED3F0;
}
</style>
background-color css
<style>
a { background-color: #EED3F0; }
a { background-color: rgb(238,211,240); }
div.DivClassName
{
background-color: #EED3F0;
}
.BgClassName
{
background-color: #EED3F0;
}
</style>
border-color css
<style>
span { border-color: #EED3F0; }
span { border-color: rgb(238,211,240); }
td.TdClassName
{
border-color: #EED3F0;
}
.TagClassName
{
border-color: #EED3F0;
}
</style>