Shades of Snuff #EED2F3
Tints of Snuff #EED2F3
RGB
CMYK
RGB Variations
Color information
#EED2F3 (or 0xEED2F3) is known color: Snuff. HEX triplet: EE, D2 and F3. RGB value is (238,210,243). Sum of RGB (Red+Green+Blue) = 238+210+243=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 210 (82.42% from 255 or 30.39% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 243 - color contains mainly: blue. Hex color #EED2F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2F3 is #112D0C. Grayscale: #DEDEDE. Windows color (decimal): -1125645 or 15979246. OLE color: 15979246.
HSL color Cylindrical-coordinate representation of color #EED2F3: hue angle of 290.91º degrees, saturation: 0.58, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EED2F3 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 210 | 243 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.05 |
| HSL | 290.91º | 0.58% | 0.89% | - |
| HSV(B) | 290.91º | 0.14% | 0.95% | - |
| XYZ | 74.48 | 70.74 | 94.52 | - |
| YUV | 222.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 243 | 0.02 | 0.14 | 0 | 0.05 | 290.91 | 0.58 | 0.89 |
| Hex | EE | D2 | F3 | 2 | E | 0 | 5 | 123 | 3A | 59 |
| Octal | 356 | 322 | 363 | 2 | 16 | 0 | 5 | 443 | 72 | 131 |
| Binary | 11101110 | 11010010 | 11110011 | 10 | 1110 | 0 | 101 | 100100011 | 111010 | 1011001 |
Color Harmonies of #EED2F3
Complementary color
Monochromatic Colors of #EED2F3
Black with #EED2F3
Text Example
Text Example
White with #EED2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2F3; }
p { color: rgb(238,210,243); }
H1.HeaderClassName
{
color: #EED2F3;
}
.AnyTagClassName
{
color: #EED2F3;
}
</style>
background-color css
<style>
a { background-color: #EED2F3; }
a { background-color: rgb(238,210,243); }
div.DivClassName
{
background-color: #EED2F3;
}
.BgClassName
{
background-color: #EED2F3;
}
</style>
border-color css
<style>
span { border-color: #EED2F3; }
span { border-color: rgb(238,210,243); }
td.TdClassName
{
border-color: #EED2F3;
}
.TagClassName
{
border-color: #EED2F3;
}
</style>