Shades of Snuff #EED4F0
Tints of Snuff #EED4F0
RGB
CMYK
RGB Variations
Color information
#EED4F0 (or 0xEED4F0) is known color: Snuff. HEX triplet: EE, D4 and F0. RGB value is (238,212,240). Sum of RGB (Red+Green+Blue) = 238+212+240=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 212 (83.20% from 255 or 30.72% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #EED4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED4F0 is #112B0F. Grayscale: #DEDEDE. Windows color (decimal): -1125136 or 15783150. OLE color: 15783150.
HSL color Cylindrical-coordinate representation of color #EED4F0: hue angle of 295.71º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED4F0 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 212 | 240 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.06 |
| HSL | 295.71º | 0.48% | 0.89% | - |
| HSV(B) | 295.71º | 0.12% | 0.94% | - |
| XYZ | 74.53 | 71.56 | 92.32 | - |
| YUV | 222.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 240 | 0.01 | 0.12 | 0 | 0.06 | 295.71 | 0.48 | 0.89 |
| Hex | EE | D4 | F0 | 1 | C | 0 | 6 | 128 | 30 | 59 |
| Octal | 356 | 324 | 360 | 1 | 14 | 0 | 6 | 450 | 60 | 131 |
| Binary | 11101110 | 11010100 | 11110000 | 1 | 1100 | 0 | 110 | 100101000 | 110000 | 1011001 |
Color Harmonies of #EED4F0
Complementary color
Monochromatic Colors of #EED4F0
Black with #EED4F0
Text Example
Text Example
White with #EED4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4F0; }
p { color: rgb(238,212,240); }
H1.HeaderClassName
{
color: #EED4F0;
}
.AnyTagClassName
{
color: #EED4F0;
}
</style>
background-color css
<style>
a { background-color: #EED4F0; }
a { background-color: rgb(238,212,240); }
div.DivClassName
{
background-color: #EED4F0;
}
.BgClassName
{
background-color: #EED4F0;
}
</style>
border-color css
<style>
span { border-color: #EED4F0; }
span { border-color: rgb(238,212,240); }
td.TdClassName
{
border-color: #EED4F0;
}
.TagClassName
{
border-color: #EED4F0;
}
</style>