Shades of Snuff #E6CAE9
Tints of Snuff #E6CAE9
RGB
CMYK
RGB Variations
Color information
#E6CAE9 (or 0xE6CAE9) is known color: Snuff. HEX triplet: E6, CA and E9. RGB value is (230,202,233). Sum of RGB (Red+Green+Blue) = 230+202+233=665 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.59% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 233 - color contains mainly: blue. Hex color #E6CAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CAE9 is #193516. Grayscale: #D5D5D5. Windows color (decimal): -1651991 or 15321830. OLE color: 15321830.
HSL color Cylindrical-coordinate representation of color #E6CAE9: hue angle of 294.19º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6CAE9 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 202 | 233 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.09 |
| HSL | 294.19º | 0.41% | 0.85% | - |
| HSV(B) | 294.19º | 0.13% | 0.91% | - |
| XYZ | 68.46 | 64.95 | 86.02 | - |
| YUV | 213.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 233 | 0.01 | 0.13 | 0 | 0.09 | 294.19 | 0.41 | 0.85 |
| Hex | E6 | CA | E9 | 1 | D | 0 | 9 | 126 | 29 | 55 |
| Octal | 346 | 312 | 351 | 1 | 15 | 0 | 11 | 446 | 51 | 125 |
| Binary | 11100110 | 11001010 | 11101001 | 1 | 1101 | 0 | 1001 | 100100110 | 101001 | 1010101 |
Color Harmonies of #E6CAE9
Complementary color
Monochromatic Colors of #E6CAE9
Black with #E6CAE9
Text Example
Text Example
White with #E6CAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CAE9; }
p { color: rgb(230,202,233); }
H1.HeaderClassName
{
color: #E6CAE9;
}
.AnyTagClassName
{
color: #E6CAE9;
}
</style>
background-color css
<style>
a { background-color: #E6CAE9; }
a { background-color: rgb(230,202,233); }
div.DivClassName
{
background-color: #E6CAE9;
}
.BgClassName
{
background-color: #E6CAE9;
}
</style>
border-color css
<style>
span { border-color: #E6CAE9; }
span { border-color: rgb(230,202,233); }
td.TdClassName
{
border-color: #E6CAE9;
}
.TagClassName
{
border-color: #E6CAE9;
}
</style>