Shades of Snuff #E0CFE3
Tints of Snuff #E0CFE3
RGB
CMYK
RGB Variations
Color information
#E0CFE3 (or 0xE0CFE3) is known color: Snuff. HEX triplet: E0, CF and E3. RGB value is (224,207,227). Sum of RGB (Red+Green+Blue) = 224+207+227=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 227 - color contains mainly: blue. Hex color #E0CFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFE3 is #1F301C. Grayscale: #D6D6D6. Windows color (decimal): -2043933 or 14929888. OLE color: 14929888.
HSL color Cylindrical-coordinate representation of color #E0CFE3: hue angle of 291º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0CFE3 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 207 | 227 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.11 |
| HSL | 291º | 0.26% | 0.85% | - |
| HSV(B) | 291º | 0.09% | 0.89% | - |
| XYZ | 66.92 | 66.02 | 81.89 | - |
| YUV | 214.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 227 | 0.01 | 0.09 | 0 | 0.11 | 291 | 0.26 | 0.85 |
| Hex | E0 | CF | E3 | 1 | 9 | 0 | B | 123 | 1A | 55 |
| Octal | 340 | 317 | 343 | 1 | 11 | 0 | 13 | 443 | 32 | 125 |
| Binary | 11100000 | 11001111 | 11100011 | 1 | 1001 | 0 | 1011 | 100100011 | 11010 | 1010101 |
Color Harmonies of #E0CFE3
Complementary color
Monochromatic Colors of #E0CFE3
Black with #E0CFE3
Text Example
Text Example
White with #E0CFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CFE3; }
p { color: rgb(224,207,227); }
H1.HeaderClassName
{
color: #E0CFE3;
}
.AnyTagClassName
{
color: #E0CFE3;
}
</style>
background-color css
<style>
a { background-color: #E0CFE3; }
a { background-color: rgb(224,207,227); }
div.DivClassName
{
background-color: #E0CFE3;
}
.BgClassName
{
background-color: #E0CFE3;
}
</style>
border-color css
<style>
span { border-color: #E0CFE3; }
span { border-color: rgb(224,207,227); }
td.TdClassName
{
border-color: #E0CFE3;
}
.TagClassName
{
border-color: #E0CFE3;
}
</style>