Shades of Snuff #EFC4ED
Tints of Snuff #EFC4ED
RGB
CMYK
RGB Variations
Color information
#EFC4ED (or 0xEFC4ED) is known color: Snuff. HEX triplet: EF, C4 and ED. RGB value is (239,196,237). Sum of RGB (Red+Green+Blue) = 239+196+237=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 196 (76.95% from 255 or 29.17% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC4ED is #103B12. Grayscale: #D5D5D5. Windows color (decimal): -1063699 or 15582447. OLE color: 15582447.
HSL color Cylindrical-coordinate representation of color #EFC4ED: hue angle of 302.79º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC4ED is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 237 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.06 |
| HSL | 302.79º | 0.57% | 0.85% | - |
| HSV(B) | 302.79º | 0.18% | 0.94% | - |
| XYZ | 70.62 | 63.95 | 88.74 | - |
| YUV | 213.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 237 | 0 | 0.18 | 0.01 | 0.06 | 302.79 | 0.57 | 0.85 |
| Hex | EF | C4 | ED | 0 | 12 | 1 | 6 | 12F | 39 | 55 |
| Octal | 357 | 304 | 355 | 0 | 22 | 1 | 6 | 457 | 71 | 125 |
| Binary | 11101111 | 11000100 | 11101101 | 0 | 10010 | 1 | 110 | 100101111 | 111001 | 1010101 |
Color Harmonies of #EFC4ED
Complementary color
Monochromatic Colors of #EFC4ED
Black with #EFC4ED
Text Example
Text Example
White with #EFC4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4ED; }
p { color: rgb(239,196,237); }
H1.HeaderClassName
{
color: #EFC4ED;
}
.AnyTagClassName
{
color: #EFC4ED;
}
</style>
background-color css
<style>
a { background-color: #EFC4ED; }
a { background-color: rgb(239,196,237); }
div.DivClassName
{
background-color: #EFC4ED;
}
.BgClassName
{
background-color: #EFC4ED;
}
</style>
border-color css
<style>
span { border-color: #EFC4ED; }
span { border-color: rgb(239,196,237); }
td.TdClassName
{
border-color: #EFC4ED;
}
.TagClassName
{
border-color: #EFC4ED;
}
</style>