Shades of Snuff #EACFE5
Tints of Snuff #EACFE5
RGB
CMYK
RGB Variations
Color information
#EACFE5 (or 0xEACFE5) is known color: Snuff. HEX triplet: EA, CF and E5. RGB value is (234,207,229). Sum of RGB (Red+Green+Blue) = 234+207+229=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFE5 is #15301A. Grayscale: #D9D9D9. Windows color (decimal): -1388571 or 15060970. OLE color: 15060970.
HSL color Cylindrical-coordinate representation of color #EACFE5: hue angle of 311.11º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACFE5 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 229 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.08 |
| HSL | 311.11º | 0.39% | 0.86% | - |
| HSV(B) | 311.11º | 0.12% | 0.92% | - |
| XYZ | 70.39 | 67.78 | 83.5 | - |
| YUV | 217.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 229 | 0 | 0.12 | 0.02 | 0.08 | 311.11 | 0.39 | 0.86 |
| Hex | EA | CF | E5 | 0 | C | 2 | 8 | 137 | 27 | 56 |
| Octal | 352 | 317 | 345 | 0 | 14 | 2 | 10 | 467 | 47 | 126 |
| Binary | 11101010 | 11001111 | 11100101 | 0 | 1100 | 10 | 1000 | 100110111 | 100111 | 1010110 |
Color Harmonies of #EACFE5
Complementary color
Monochromatic Colors of #EACFE5
Black with #EACFE5
Text Example
Text Example
White with #EACFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFE5; }
p { color: rgb(234,207,229); }
H1.HeaderClassName
{
color: #EACFE5;
}
.AnyTagClassName
{
color: #EACFE5;
}
</style>
background-color css
<style>
a { background-color: #EACFE5; }
a { background-color: rgb(234,207,229); }
div.DivClassName
{
background-color: #EACFE5;
}
.BgClassName
{
background-color: #EACFE5;
}
</style>
border-color css
<style>
span { border-color: #EACFE5; }
span { border-color: rgb(234,207,229); }
td.TdClassName
{
border-color: #EACFE5;
}
.TagClassName
{
border-color: #EACFE5;
}
</style>