Shades of Snuff #EFCAE8
Tints of Snuff #EFCAE8
RGB
CMYK
RGB Variations
Color information
#EFCAE8 (or 0xEFCAE8) is known color: Snuff. HEX triplet: EF, CA and E8. RGB value is (239,202,232). Sum of RGB (Red+Green+Blue) = 239+202+232=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAE8 is #103517. Grayscale: #D8D8D8. Windows color (decimal): -1062168 or 15256303. OLE color: 15256303.
HSL color Cylindrical-coordinate representation of color #EFCAE8: hue angle of 311.35º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCAE8 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 232 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.06 |
| HSL | 311.35º | 0.54% | 0.86% | - |
| HSV(B) | 311.35º | 0.15% | 0.94% | - |
| XYZ | 71.28 | 66.42 | 85.41 | - |
| YUV | 216.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 232 | 0 | 0.15 | 0.03 | 0.06 | 311.35 | 0.54 | 0.86 |
| Hex | EF | CA | E8 | 0 | F | 3 | 6 | 137 | 36 | 56 |
| Octal | 357 | 312 | 350 | 0 | 17 | 3 | 6 | 467 | 66 | 126 |
| Binary | 11101111 | 11001010 | 11101000 | 0 | 1111 | 11 | 110 | 100110111 | 110110 | 1010110 |
Color Harmonies of #EFCAE8
Complementary color
Monochromatic Colors of #EFCAE8
Black with #EFCAE8
Text Example
Text Example
White with #EFCAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCAE8; }
p { color: rgb(239,202,232); }
H1.HeaderClassName
{
color: #EFCAE8;
}
.AnyTagClassName
{
color: #EFCAE8;
}
</style>
background-color css
<style>
a { background-color: #EFCAE8; }
a { background-color: rgb(239,202,232); }
div.DivClassName
{
background-color: #EFCAE8;
}
.BgClassName
{
background-color: #EFCAE8;
}
</style>
border-color css
<style>
span { border-color: #EFCAE8; }
span { border-color: rgb(239,202,232); }
td.TdClassName
{
border-color: #EFCAE8;
}
.TagClassName
{
border-color: #EFCAE8;
}
</style>