Shades of Snuff #E9CFE5
Tints of Snuff #E9CFE5
RGB
CMYK
RGB Variations
Color information
#E9CFE5 (or 0xE9CFE5) is known color: Snuff. HEX triplet: E9, CF and E5. RGB value is (233,207,229). Sum of RGB (Red+Green+Blue) = 233+207+229=669 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.83% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFE5 is #16301A. Grayscale: #D9D9D9. Windows color (decimal): -1454107 or 15060969. OLE color: 15060969.
HSL color Cylindrical-coordinate representation of color #E9CFE5: hue angle of 309.23º 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 #E9CFE5 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 229 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.09 |
| HSL | 309.23º | 0.37% | 0.86% | - |
| HSV(B) | 309.23º | 0.11% | 0.91% | - |
| XYZ | 70.06 | 67.61 | 83.49 | - |
| YUV | 217.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 229 | 0 | 0.11 | 0.02 | 0.09 | 309.23 | 0.37 | 0.86 |
| Hex | E9 | CF | E5 | 0 | B | 2 | 9 | 135 | 25 | 56 |
| Octal | 351 | 317 | 345 | 0 | 13 | 2 | 11 | 465 | 45 | 126 |
| Binary | 11101001 | 11001111 | 11100101 | 0 | 1011 | 10 | 1001 | 100110101 | 100101 | 1010110 |
Color Harmonies of #E9CFE5
Complementary color
Monochromatic Colors of #E9CFE5
Black with #E9CFE5
Text Example
Text Example
White with #E9CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFE5; }
p { color: rgb(233,207,229); }
H1.HeaderClassName
{
color: #E9CFE5;
}
.AnyTagClassName
{
color: #E9CFE5;
}
</style>
background-color css
<style>
a { background-color: #E9CFE5; }
a { background-color: rgb(233,207,229); }
div.DivClassName
{
background-color: #E9CFE5;
}
.BgClassName
{
background-color: #E9CFE5;
}
</style>
border-color css
<style>
span { border-color: #E9CFE5; }
span { border-color: rgb(233,207,229); }
td.TdClassName
{
border-color: #E9CFE5;
}
.TagClassName
{
border-color: #E9CFE5;
}
</style>