Shades of Snuff #EFCAEA
Tints of Snuff #EFCAEA
RGB
CMYK
RGB Variations
Color information
#EFCAEA (or 0xEFCAEA) is known color: Snuff. HEX triplet: EF, CA and EA. RGB value is (239,202,234). Sum of RGB (Red+Green+Blue) = 239+202+234=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAEA is #103515. Grayscale: #D8D8D8. Windows color (decimal): -1062166 or 15387375. OLE color: 15387375.
HSL color Cylindrical-coordinate representation of color #EFCAEA: hue angle of 308.11º 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 #EFCAEA is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 234 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.06 |
| HSL | 308.11º | 0.54% | 0.86% | - |
| HSV(B) | 308.11º | 0.15% | 0.94% | - |
| XYZ | 71.57 | 66.53 | 86.91 | - |
| YUV | 216.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 234 | 0 | 0.15 | 0.02 | 0.06 | 308.11 | 0.54 | 0.86 |
| Hex | EF | CA | EA | 0 | F | 2 | 6 | 134 | 36 | 56 |
| Octal | 357 | 312 | 352 | 0 | 17 | 2 | 6 | 464 | 66 | 126 |
| Binary | 11101111 | 11001010 | 11101010 | 0 | 1111 | 10 | 110 | 100110100 | 110110 | 1010110 |
Color Harmonies of #EFCAEA
Complementary color
Monochromatic Colors of #EFCAEA
Black with #EFCAEA
Text Example
Text Example
White with #EFCAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCAEA; }
p { color: rgb(239,202,234); }
H1.HeaderClassName
{
color: #EFCAEA;
}
.AnyTagClassName
{
color: #EFCAEA;
}
</style>
background-color css
<style>
a { background-color: #EFCAEA; }
a { background-color: rgb(239,202,234); }
div.DivClassName
{
background-color: #EFCAEA;
}
.BgClassName
{
background-color: #EFCAEA;
}
</style>
border-color css
<style>
span { border-color: #EFCAEA; }
span { border-color: rgb(239,202,234); }
td.TdClassName
{
border-color: #EFCAEA;
}
.TagClassName
{
border-color: #EFCAEA;
}
</style>