Shades of Snuff #EED0F3
Tints of Snuff #EED0F3
RGB
CMYK
RGB Variations
Color information
#EED0F3 (or 0xEED0F3) is known color: Snuff. HEX triplet: EE, D0 and F3. RGB value is (238,208,243). Sum of RGB (Red+Green+Blue) = 238+208+243=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 208 (81.64% from 255 or 30.19% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #EED0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED0F3 is #112F0C. Grayscale: #DCDCDC. Windows color (decimal): -1126157 or 15978734. OLE color: 15978734.
HSL color Cylindrical-coordinate representation of color #EED0F3: hue angle of 291.43º degrees, saturation: 0.59, 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 #EED0F3 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 208 | 243 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.05 |
| HSL | 291.43º | 0.59% | 0.88% | - |
| HSV(B) | 291.43º | 0.14% | 0.95% | - |
| XYZ | 73.99 | 69.76 | 94.36 | - |
| YUV | 220.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 243 | 0.02 | 0.14 | 0 | 0.05 | 291.43 | 0.59 | 0.88 |
| Hex | EE | D0 | F3 | 2 | E | 0 | 5 | 123 | 3B | 58 |
| Octal | 356 | 320 | 363 | 2 | 16 | 0 | 5 | 443 | 73 | 130 |
| Binary | 11101110 | 11010000 | 11110011 | 10 | 1110 | 0 | 101 | 100100011 | 111011 | 1011000 |
Color Harmonies of #EED0F3
Complementary color
Monochromatic Colors of #EED0F3
Black with #EED0F3
Text Example
Text Example
White with #EED0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0F3; }
p { color: rgb(238,208,243); }
H1.HeaderClassName
{
color: #EED0F3;
}
.AnyTagClassName
{
color: #EED0F3;
}
</style>
background-color css
<style>
a { background-color: #EED0F3; }
a { background-color: rgb(238,208,243); }
div.DivClassName
{
background-color: #EED0F3;
}
.BgClassName
{
background-color: #EED0F3;
}
</style>
border-color css
<style>
span { border-color: #EED0F3; }
span { border-color: rgb(238,208,243); }
td.TdClassName
{
border-color: #EED0F3;
}
.TagClassName
{
border-color: #EED0F3;
}
</style>