Shades of Snuff #E6C5E5
Tints of Snuff #E6C5E5
RGB
CMYK
RGB Variations
Color information
#E6C5E5 (or 0xE6C5E5) is known color: Snuff. HEX triplet: E6, C5 and E5. RGB value is (230,197,229). Sum of RGB (Red+Green+Blue) = 230+197+229=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C5E5 is #193A1A. Grayscale: #D2D2D2. Windows color (decimal): -1653275 or 15058406. OLE color: 15058406.
HSL color Cylindrical-coordinate representation of color #E6C5E5: hue angle of 301.82º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6C5E5 is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 197 | 229 | - |
CMYK | 0 | 0.14 | 0.00 | 0.10 |
HSL | 301.82º | 0.4% | 0.84% | - |
HSV(B) | 301.82º | 0.14% | 0.9% | - |
XYZ | 66.74 | 62.41 | 82.66 | - |
YUV | 210.52 | 138.43 | 141.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 197 | 229 | 0 | 0.14 | 0.00 | 0.10 | 301.82 | 0.4 | 0.84 |
Hex | E6 | C5 | E5 | 0 | E | 0 | A | 12E | 28 | 54 |
Octal | 346 | 305 | 345 | 0 | 16 | 0 | 12 | 456 | 50 | 124 |
Binary | 11100110 | 11000101 | 11100101 | 0 | 1110 | 0 | 1010 | 100101110 | 101000 | 1010100 |
Color Harmonies of #E6C5E5
Complementary color
Monochromatic Colors of #E6C5E5
Black with #E6C5E5
Text Example
Text Example
White with #E6C5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C5E5; }
p { color: rgb(230,197,229); }
H1.HeaderClassName
{
color: #E6C5E5;
}
.AnyTagClassName
{
color: #E6C5E5;
}
</style>
background-color css
<style>
a { background-color: #E6C5E5; }
a { background-color: rgb(230,197,229); }
div.DivClassName
{
background-color: #E6C5E5;
}
.BgClassName
{
background-color: #E6C5E5;
}
</style>
border-color css
<style>
span { border-color: #E6C5E5; }
span { border-color: rgb(230,197,229); }
td.TdClassName
{
border-color: #E6C5E5;
}
.TagClassName
{
border-color: #E6C5E5;
}
</style>