Shades of Snuff #EFC7EB
Tints of Snuff #EFC7EB
RGB
CMYK
RGB Variations
Color information
#EFC7EB (or 0xEFC7EB) is known color: Snuff. HEX triplet: EF, C7 and EB. RGB value is (239,199,235). Sum of RGB (Red+Green+Blue) = 239+199+235=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 199 (78.12% from 255 or 29.57% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7EB is #103814. Grayscale: #D6D6D6. Windows color (decimal): -1062933 or 15452143. OLE color: 15452143.
HSL color Cylindrical-coordinate representation of color #EFC7EB: hue angle of 306º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC7EB is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 235 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.06 |
| HSL | 306º | 0.56% | 0.86% | - |
| HSV(B) | 306º | 0.17% | 0.94% | - |
| XYZ | 71.02 | 65.2 | 87.44 | - |
| YUV | 215.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 235 | 0 | 0.17 | 0.02 | 0.06 | 306 | 0.56 | 0.86 |
| Hex | EF | C7 | EB | 0 | 11 | 2 | 6 | 132 | 38 | 56 |
| Octal | 357 | 307 | 353 | 0 | 21 | 2 | 6 | 462 | 70 | 126 |
| Binary | 11101111 | 11000111 | 11101011 | 0 | 10001 | 10 | 110 | 100110010 | 111000 | 1010110 |
Color Harmonies of #EFC7EB
Complementary color
Monochromatic Colors of #EFC7EB
Black with #EFC7EB
Text Example
Text Example
White with #EFC7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7EB; }
p { color: rgb(239,199,235); }
H1.HeaderClassName
{
color: #EFC7EB;
}
.AnyTagClassName
{
color: #EFC7EB;
}
</style>
background-color css
<style>
a { background-color: #EFC7EB; }
a { background-color: rgb(239,199,235); }
div.DivClassName
{
background-color: #EFC7EB;
}
.BgClassName
{
background-color: #EFC7EB;
}
</style>
border-color css
<style>
span { border-color: #EFC7EB; }
span { border-color: rgb(239,199,235); }
td.TdClassName
{
border-color: #EFC7EB;
}
.TagClassName
{
border-color: #EFC7EB;
}
</style>