Shades of Snuff #E2CFDF
Tints of Snuff #E2CFDF
RGB
CMYK
RGB Variations
Color information
#E2CFDF (or 0xE2CFDF) is known color: Snuff. HEX triplet: E2, CF and DF. RGB value is (226,207,223). Sum of RGB (Red+Green+Blue) = 226+207+223=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CFDF is #1D3020. Grayscale: #D6D6D6. Windows color (decimal): -1912865 or 14667746. OLE color: 14667746.
HSL color Cylindrical-coordinate representation of color #E2CFDF: hue angle of 309.47º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2CFDF is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 223 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.11 |
| HSL | 309.47º | 0.25% | 0.85% | - |
| HSV(B) | 309.47º | 0.08% | 0.89% | - |
| XYZ | 67 | 66.12 | 79.04 | - |
| YUV | 214.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 223 | 0 | 0.08 | 0.01 | 0.11 | 309.47 | 0.25 | 0.85 |
| Hex | E2 | CF | DF | 0 | 8 | 1 | B | 135 | 19 | 55 |
| Octal | 342 | 317 | 337 | 0 | 10 | 1 | 13 | 465 | 31 | 125 |
| Binary | 11100010 | 11001111 | 11011111 | 0 | 1000 | 1 | 1011 | 100110101 | 11001 | 1010101 |
Color Harmonies of #E2CFDF
Complementary color
Monochromatic Colors of #E2CFDF
Black with #E2CFDF
Text Example
Text Example
White with #E2CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CFDF; }
p { color: rgb(226,207,223); }
H1.HeaderClassName
{
color: #E2CFDF;
}
.AnyTagClassName
{
color: #E2CFDF;
}
</style>
background-color css
<style>
a { background-color: #E2CFDF; }
a { background-color: rgb(226,207,223); }
div.DivClassName
{
background-color: #E2CFDF;
}
.BgClassName
{
background-color: #E2CFDF;
}
</style>
border-color css
<style>
span { border-color: #E2CFDF; }
span { border-color: rgb(226,207,223); }
td.TdClassName
{
border-color: #E2CFDF;
}
.TagClassName
{
border-color: #E2CFDF;
}
</style>