Shades of Snuff #EACBE5
Tints of Snuff #EACBE5
RGB
CMYK
RGB Variations
Color information
#EACBE5 (or 0xEACBE5) is known color: Snuff. HEX triplet: EA, CB and E5. RGB value is (234,203,229). Sum of RGB (Red+Green+Blue) = 234+203+229=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBE5 is #15341A. Grayscale: #D7D7D7. Windows color (decimal): -1389595 or 15059946. OLE color: 15059946.
HSL color Cylindrical-coordinate representation of color #EACBE5: hue angle of 309.68º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACBE5 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 229 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.08 |
| HSL | 309.68º | 0.42% | 0.86% | - |
| HSV(B) | 309.68º | 0.13% | 0.92% | - |
| XYZ | 69.43 | 65.86 | 83.18 | - |
| YUV | 215.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 229 | 0 | 0.13 | 0.02 | 0.08 | 309.68 | 0.42 | 0.86 |
| Hex | EA | CB | E5 | 0 | D | 2 | 8 | 136 | 2A | 56 |
| Octal | 352 | 313 | 345 | 0 | 15 | 2 | 10 | 466 | 52 | 126 |
| Binary | 11101010 | 11001011 | 11100101 | 0 | 1101 | 10 | 1000 | 100110110 | 101010 | 1010110 |
Color Harmonies of #EACBE5
Complementary color
Monochromatic Colors of #EACBE5
Black with #EACBE5
Text Example
Text Example
White with #EACBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACBE5; }
p { color: rgb(234,203,229); }
H1.HeaderClassName
{
color: #EACBE5;
}
.AnyTagClassName
{
color: #EACBE5;
}
</style>
background-color css
<style>
a { background-color: #EACBE5; }
a { background-color: rgb(234,203,229); }
div.DivClassName
{
background-color: #EACBE5;
}
.BgClassName
{
background-color: #EACBE5;
}
</style>
border-color css
<style>
span { border-color: #EACBE5; }
span { border-color: rgb(234,203,229); }
td.TdClassName
{
border-color: #EACBE5;
}
.TagClassName
{
border-color: #EACBE5;
}
</style>