Shades of Snuff #E6CCE7
Tints of Snuff #E6CCE7
RGB
CMYK
RGB Variations
Color information
#E6CCE7 (or 0xE6CCE7) is known color: Snuff. HEX triplet: E6, CC and E7. RGB value is (230,204,231). Sum of RGB (Red+Green+Blue) = 230+204+231=665 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.59% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 231 (90.62% from 255 or 34.74% from 665); Max value from RGB is 231 - color contains mainly: blue. Hex color #E6CCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCE7 is #193318. Grayscale: #D6D6D6. Windows color (decimal): -1651481 or 15191270. OLE color: 15191270.
HSL color Cylindrical-coordinate representation of color #E6CCE7: hue angle of 297.78º 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 #E6CCE7 is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 204 | 231 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.09 |
| HSL | 297.78º | 0.36% | 0.85% | - |
| HSV(B) | 297.78º | 0.12% | 0.91% | - |
| XYZ | 68.65 | 65.78 | 84.68 | - |
| YUV | 214.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 231 | 0.00 | 0.12 | 0 | 0.09 | 297.78 | 0.36 | 0.85 |
| Hex | E6 | CC | E7 | 0 | C | 0 | 9 | 12A | 24 | 55 |
| Octal | 346 | 314 | 347 | 0 | 14 | 0 | 11 | 452 | 44 | 125 |
| Binary | 11100110 | 11001100 | 11100111 | 0 | 1100 | 0 | 1001 | 100101010 | 100100 | 1010101 |
Color Harmonies of #E6CCE7
Complementary color
Monochromatic Colors of #E6CCE7
Black with #E6CCE7
Text Example
Text Example
White with #E6CCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCE7; }
p { color: rgb(230,204,231); }
H1.HeaderClassName
{
color: #E6CCE7;
}
.AnyTagClassName
{
color: #E6CCE7;
}
</style>
background-color css
<style>
a { background-color: #E6CCE7; }
a { background-color: rgb(230,204,231); }
div.DivClassName
{
background-color: #E6CCE7;
}
.BgClassName
{
background-color: #E6CCE7;
}
</style>
border-color css
<style>
span { border-color: #E6CCE7; }
span { border-color: rgb(230,204,231); }
td.TdClassName
{
border-color: #E6CCE7;
}
.TagClassName
{
border-color: #E6CCE7;
}
</style>