Shades of Snuff #EAC6EE
Tints of Snuff #EAC6EE
RGB
CMYK
RGB Variations
Color information
#EAC6EE (or 0xEAC6EE) is known color: Snuff. HEX triplet: EA, C6 and EE. RGB value is (234,198,238). Sum of RGB (Red+Green+Blue) = 234+198+238=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 198 (77.73% from 255 or 29.55% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAC6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6EE is #153911. Grayscale: #D5D5D5. Windows color (decimal): -1390866 or 15648490. OLE color: 15648490.
HSL color Cylindrical-coordinate representation of color #EAC6EE: hue angle of 294º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC6EE is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 198 | 238 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.07 |
| HSL | 294º | 0.54% | 0.85% | - |
| HSV(B) | 294º | 0.17% | 0.93% | - |
| XYZ | 69.56 | 64.05 | 89.59 | - |
| YUV | 213.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 238 | 0.02 | 0.17 | 0 | 0.07 | 294 | 0.54 | 0.85 |
| Hex | EA | C6 | EE | 2 | 11 | 0 | 7 | 126 | 36 | 55 |
| Octal | 352 | 306 | 356 | 2 | 21 | 0 | 7 | 446 | 66 | 125 |
| Binary | 11101010 | 11000110 | 11101110 | 10 | 10001 | 0 | 111 | 100100110 | 110110 | 1010101 |
Color Harmonies of #EAC6EE
Complementary color
Monochromatic Colors of #EAC6EE
Black with #EAC6EE
Text Example
Text Example
White with #EAC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC6EE; }
p { color: rgb(234,198,238); }
H1.HeaderClassName
{
color: #EAC6EE;
}
.AnyTagClassName
{
color: #EAC6EE;
}
</style>
background-color css
<style>
a { background-color: #EAC6EE; }
a { background-color: rgb(234,198,238); }
div.DivClassName
{
background-color: #EAC6EE;
}
.BgClassName
{
background-color: #EAC6EE;
}
</style>
border-color css
<style>
span { border-color: #EAC6EE; }
span { border-color: rgb(234,198,238); }
td.TdClassName
{
border-color: #EAC6EE;
}
.TagClassName
{
border-color: #EAC6EE;
}
</style>