Shades of Snuff #EED2E7
Tints of Snuff #EED2E7
RGB
CMYK
RGB Variations
Color information
#EED2E7 (or 0xEED2E7) is known color: Snuff. HEX triplet: EE, D2 and E7. RGB value is (238,210,231). Sum of RGB (Red+Green+Blue) = 238+210+231=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 231 (90.62% from 255 or 34.02% from 679); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2E7 is #112D18. Grayscale: #DCDCDC. Windows color (decimal): -1125657 or 15192814. OLE color: 15192814.
HSL color Cylindrical-coordinate representation of color #EED2E7: hue angle of 315º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED2E7 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 231 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.07 |
| HSL | 315º | 0.45% | 0.88% | - |
| HSV(B) | 315º | 0.12% | 0.93% | - |
| XYZ | 72.73 | 70.04 | 85.29 | - |
| YUV | 220.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 231 | 0 | 0.12 | 0.03 | 0.07 | 315 | 0.45 | 0.88 |
| Hex | EE | D2 | E7 | 0 | C | 3 | 7 | 13B | 2D | 58 |
| Octal | 356 | 322 | 347 | 0 | 14 | 3 | 7 | 473 | 55 | 130 |
| Binary | 11101110 | 11010010 | 11100111 | 0 | 1100 | 11 | 111 | 100111011 | 101101 | 1011000 |
Color Harmonies of #EED2E7
Complementary color
Monochromatic Colors of #EED2E7
Black with #EED2E7
Text Example
Text Example
White with #EED2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2E7; }
p { color: rgb(238,210,231); }
H1.HeaderClassName
{
color: #EED2E7;
}
.AnyTagClassName
{
color: #EED2E7;
}
</style>
background-color css
<style>
a { background-color: #EED2E7; }
a { background-color: rgb(238,210,231); }
div.DivClassName
{
background-color: #EED2E7;
}
.BgClassName
{
background-color: #EED2E7;
}
</style>
border-color css
<style>
span { border-color: #EED2E7; }
span { border-color: rgb(238,210,231); }
td.TdClassName
{
border-color: #EED2E7;
}
.TagClassName
{
border-color: #EED2E7;
}
</style>