Shades of Snuff #EACEEE
Tints of Snuff #EACEEE
RGB
CMYK
RGB Variations
Color information
#EACEEE (or 0xEACEEE) is known color: Snuff. HEX triplet: EA, CE and EE. RGB value is (234,206,238). Sum of RGB (Red+Green+Blue) = 234+206+238=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #EACEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEEE is #153111. Grayscale: #D9D9D9. Windows color (decimal): -1388818 or 15650538. OLE color: 15650538.
HSL color Cylindrical-coordinate representation of color #EACEEE: hue angle of 292.5º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACEEE is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 206 | 238 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.07 |
| HSL | 292.5º | 0.48% | 0.87% | - |
| HSV(B) | 292.5º | 0.13% | 0.93% | - |
| XYZ | 71.44 | 67.81 | 90.21 | - |
| YUV | 218.02 | 139.28 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 238 | 0.02 | 0.13 | 0 | 0.07 | 292.5 | 0.48 | 0.87 |
| Hex | EA | CE | EE | 2 | D | 0 | 7 | 124 | 30 | 57 |
| Octal | 352 | 316 | 356 | 2 | 15 | 0 | 7 | 444 | 60 | 127 |
| Binary | 11101010 | 11001110 | 11101110 | 10 | 1101 | 0 | 111 | 100100100 | 110000 | 1010111 |
Color Harmonies of #EACEEE
Complementary color
Monochromatic Colors of #EACEEE
Black with #EACEEE
Text Example
Text Example
White with #EACEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEEE; }
p { color: rgb(234,206,238); }
H1.HeaderClassName
{
color: #EACEEE;
}
.AnyTagClassName
{
color: #EACEEE;
}
</style>
background-color css
<style>
a { background-color: #EACEEE; }
a { background-color: rgb(234,206,238); }
div.DivClassName
{
background-color: #EACEEE;
}
.BgClassName
{
background-color: #EACEEE;
}
</style>
border-color css
<style>
span { border-color: #EACEEE; }
span { border-color: rgb(234,206,238); }
td.TdClassName
{
border-color: #EACEEE;
}
.TagClassName
{
border-color: #EACEEE;
}
</style>