Shades of Snuff #E7CCE4
Tints of Snuff #E7CCE4
RGB
CMYK
RGB Variations
Color information
#E7CCE4 (or 0xE7CCE4) is known color: Snuff. HEX triplet: E7, CC and E4. RGB value is (231,204,228). Sum of RGB (Red+Green+Blue) = 231+204+228=663 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.84% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CCE4 is #18331B. Grayscale: #D6D6D6. Windows color (decimal): -1585948 or 14994663. OLE color: 14994663.
HSL color Cylindrical-coordinate representation of color #E7CCE4: hue angle of 306.67º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7CCE4 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 204 | 228 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.09 |
| HSL | 306.67º | 0.36% | 0.85% | - |
| HSV(B) | 306.67º | 0.12% | 0.91% | - |
| XYZ | 68.55 | 65.78 | 82.48 | - |
| YUV | 214.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 228 | 0 | 0.12 | 0.01 | 0.09 | 306.67 | 0.36 | 0.85 |
| Hex | E7 | CC | E4 | 0 | C | 1 | 9 | 133 | 24 | 55 |
| Octal | 347 | 314 | 344 | 0 | 14 | 1 | 11 | 463 | 44 | 125 |
| Binary | 11100111 | 11001100 | 11100100 | 0 | 1100 | 1 | 1001 | 100110011 | 100100 | 1010101 |
Color Harmonies of #E7CCE4
Complementary color
Monochromatic Colors of #E7CCE4
Black with #E7CCE4
Text Example
Text Example
White with #E7CCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CCE4; }
p { color: rgb(231,204,228); }
H1.HeaderClassName
{
color: #E7CCE4;
}
.AnyTagClassName
{
color: #E7CCE4;
}
</style>
background-color css
<style>
a { background-color: #E7CCE4; }
a { background-color: rgb(231,204,228); }
div.DivClassName
{
background-color: #E7CCE4;
}
.BgClassName
{
background-color: #E7CCE4;
}
</style>
border-color css
<style>
span { border-color: #E7CCE4; }
span { border-color: rgb(231,204,228); }
td.TdClassName
{
border-color: #E7CCE4;
}
.TagClassName
{
border-color: #E7CCE4;
}
</style>