Shades of Snuff #E2CCE5
Tints of Snuff #E2CCE5
RGB
CMYK
RGB Variations
Color information
#E2CCE5 (or 0xE2CCE5) is known color: Snuff. HEX triplet: E2, CC and E5. RGB value is (226,204,229). Sum of RGB (Red+Green+Blue) = 226+204+229=659 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.29% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 229 - color contains mainly: blue. Hex color #E2CCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCE5 is #1D331A. Grayscale: #D5D5D5. Windows color (decimal): -1913627 or 15060194. OLE color: 15060194.
HSL color Cylindrical-coordinate representation of color #E2CCE5: hue angle of 292.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2CCE5 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 204 | 229 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.10 |
| HSL | 292.8º | 0.32% | 0.85% | - |
| HSV(B) | 292.8º | 0.11% | 0.9% | - |
| XYZ | 67.1 | 65.01 | 83.14 | - |
| YUV | 213.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 229 | 0.01 | 0.11 | 0 | 0.10 | 292.8 | 0.32 | 0.85 |
| Hex | E2 | CC | E5 | 1 | B | 0 | A | 125 | 20 | 55 |
| Octal | 342 | 314 | 345 | 1 | 13 | 0 | 12 | 445 | 40 | 125 |
| Binary | 11100010 | 11001100 | 11100101 | 1 | 1011 | 0 | 1010 | 100100101 | 100000 | 1010101 |
Color Harmonies of #E2CCE5
Complementary color
Monochromatic Colors of #E2CCE5
Black with #E2CCE5
Text Example
Text Example
White with #E2CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCE5; }
p { color: rgb(226,204,229); }
H1.HeaderClassName
{
color: #E2CCE5;
}
.AnyTagClassName
{
color: #E2CCE5;
}
</style>
background-color css
<style>
a { background-color: #E2CCE5; }
a { background-color: rgb(226,204,229); }
div.DivClassName
{
background-color: #E2CCE5;
}
.BgClassName
{
background-color: #E2CCE5;
}
</style>
border-color css
<style>
span { border-color: #E2CCE5; }
span { border-color: rgb(226,204,229); }
td.TdClassName
{
border-color: #E2CCE5;
}
.TagClassName
{
border-color: #E2CCE5;
}
</style>