Shades of Snuff #E3CCE4
Tints of Snuff #E3CCE4
RGB
CMYK
RGB Variations
Color information
#E3CCE4 (or 0xE3CCE4) is known color: Snuff. HEX triplet: E3, CC and E4. RGB value is (227,204,228). Sum of RGB (Red+Green+Blue) = 227+204+228=659 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.45% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 228 (89.45% from 255 or 34.60% from 659); Max value from RGB is 228 - color contains mainly: blue. Hex color #E3CCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CCE4 is #1C331B. Grayscale: #D5D5D5. Windows color (decimal): -1848092 or 14994659. OLE color: 14994659.
HSL color Cylindrical-coordinate representation of color #E3CCE4: hue angle of 297.5º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3CCE4 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 228 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.11 |
| HSL | 297.5º | 0.31% | 0.85% | - |
| HSV(B) | 297.5º | 0.11% | 0.89% | - |
| XYZ | 67.28 | 65.12 | 82.42 | - |
| YUV | 213.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 228 | 0.00 | 0.11 | 0 | 0.11 | 297.5 | 0.31 | 0.85 |
| Hex | E3 | CC | E4 | 0 | B | 0 | B | 12A | 1F | 55 |
| Octal | 343 | 314 | 344 | 0 | 13 | 0 | 13 | 452 | 37 | 125 |
| Binary | 11100011 | 11001100 | 11100100 | 0 | 1011 | 0 | 1011 | 100101010 | 11111 | 1010101 |
Color Harmonies of #E3CCE4
Complementary color
Monochromatic Colors of #E3CCE4
Black with #E3CCE4
Text Example
Text Example
White with #E3CCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CCE4; }
p { color: rgb(227,204,228); }
H1.HeaderClassName
{
color: #E3CCE4;
}
.AnyTagClassName
{
color: #E3CCE4;
}
</style>
background-color css
<style>
a { background-color: #E3CCE4; }
a { background-color: rgb(227,204,228); }
div.DivClassName
{
background-color: #E3CCE4;
}
.BgClassName
{
background-color: #E3CCE4;
}
</style>
border-color css
<style>
span { border-color: #E3CCE4; }
span { border-color: rgb(227,204,228); }
td.TdClassName
{
border-color: #E3CCE4;
}
.TagClassName
{
border-color: #E3CCE4;
}
</style>