Shades of Snuff #EFCEE8
Tints of Snuff #EFCEE8
RGB
CMYK
RGB Variations
Color information
#EFCEE8 (or 0xEFCEE8) is known color: Snuff. HEX triplet: EF, CE and E8. RGB value is (239,206,232). Sum of RGB (Red+Green+Blue) = 239+206+232=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 232 (91.02% from 255 or 34.27% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEE8 is #103117. Grayscale: #DADADA. Windows color (decimal): -1061144 or 15257327. OLE color: 15257327.
HSL color Cylindrical-coordinate representation of color #EFCEE8: hue angle of 312.73º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCEE8 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 232 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.06 |
| HSL | 312.73º | 0.51% | 0.87% | - |
| HSV(B) | 312.73º | 0.14% | 0.94% | - |
| XYZ | 72.23 | 68.32 | 85.72 | - |
| YUV | 218.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 232 | 0 | 0.14 | 0.03 | 0.06 | 312.73 | 0.51 | 0.87 |
| Hex | EF | CE | E8 | 0 | E | 3 | 6 | 139 | 33 | 57 |
| Octal | 357 | 316 | 350 | 0 | 16 | 3 | 6 | 471 | 63 | 127 |
| Binary | 11101111 | 11001110 | 11101000 | 0 | 1110 | 11 | 110 | 100111001 | 110011 | 1010111 |
Color Harmonies of #EFCEE8
Complementary color
Monochromatic Colors of #EFCEE8
Black with #EFCEE8
Text Example
Text Example
White with #EFCEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEE8; }
p { color: rgb(239,206,232); }
H1.HeaderClassName
{
color: #EFCEE8;
}
.AnyTagClassName
{
color: #EFCEE8;
}
</style>
background-color css
<style>
a { background-color: #EFCEE8; }
a { background-color: rgb(239,206,232); }
div.DivClassName
{
background-color: #EFCEE8;
}
.BgClassName
{
background-color: #EFCEE8;
}
</style>
border-color css
<style>
span { border-color: #EFCEE8; }
span { border-color: rgb(239,206,232); }
td.TdClassName
{
border-color: #EFCEE8;
}
.TagClassName
{
border-color: #EFCEE8;
}
</style>