Shades of Snuff #E9CFE4
Tints of Snuff #E9CFE4
RGB
CMYK
RGB Variations
Color information
#E9CFE4 (or 0xE9CFE4) is known color: Snuff. HEX triplet: E9, CF and E4. RGB value is (233,207,228). Sum of RGB (Red+Green+Blue) = 233+207+228=668 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.88% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFE4 is #16301B. Grayscale: #D9D9D9. Windows color (decimal): -1454108 or 14995433. OLE color: 14995433.
HSL color Cylindrical-coordinate representation of color #E9CFE4: hue angle of 311.54º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9CFE4 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 228 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.09 |
| HSL | 311.54º | 0.37% | 0.86% | - |
| HSV(B) | 311.54º | 0.11% | 0.91% | - |
| XYZ | 69.92 | 67.55 | 82.75 | - |
| YUV | 217.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 228 | 0 | 0.11 | 0.02 | 0.09 | 311.54 | 0.37 | 0.86 |
| Hex | E9 | CF | E4 | 0 | B | 2 | 9 | 138 | 25 | 56 |
| Octal | 351 | 317 | 344 | 0 | 13 | 2 | 11 | 470 | 45 | 126 |
| Binary | 11101001 | 11001111 | 11100100 | 0 | 1011 | 10 | 1001 | 100111000 | 100101 | 1010110 |
Color Harmonies of #E9CFE4
Complementary color
Monochromatic Colors of #E9CFE4
Black with #E9CFE4
Text Example
Text Example
White with #E9CFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFE4; }
p { color: rgb(233,207,228); }
H1.HeaderClassName
{
color: #E9CFE4;
}
.AnyTagClassName
{
color: #E9CFE4;
}
</style>
background-color css
<style>
a { background-color: #E9CFE4; }
a { background-color: rgb(233,207,228); }
div.DivClassName
{
background-color: #E9CFE4;
}
.BgClassName
{
background-color: #E9CFE4;
}
</style>
border-color css
<style>
span { border-color: #E9CFE4; }
span { border-color: rgb(233,207,228); }
td.TdClassName
{
border-color: #E9CFE4;
}
.TagClassName
{
border-color: #E9CFE4;
}
</style>