Shades of Snuff #EFD2EF
Tints of Snuff #EFD2EF
RGB
CMYK
RGB Variations
Color information
#EFD2EF (or 0xEFD2EF) is known color: Snuff. HEX triplet: EF, D2 and EF. RGB value is (239,210,239). Sum of RGB (Red+Green+Blue) = 239+210+239=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 210 (82.42% from 255 or 30.52% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFD2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD2EF is #102D10. Grayscale: #DDDDDD. Windows color (decimal): -1060113 or 15717103. OLE color: 15717103.
HSL color Cylindrical-coordinate representation of color #EFD2EF: hue angle of 300º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFD2EF is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 239 | - |
| CMYK | 0 | 0.12 | 0 | 0.06 |
| HSL | 300º | 0.48% | 0.88% | - |
| HSV(B) | 300º | 0.12% | 0.94% | - |
| XYZ | 74.22 | 70.68 | 91.39 | - |
| YUV | 221.98 | 137.61 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 239 | 0 | 0.12 | 0 | 0.06 | 300 | 0.48 | 0.88 |
| Hex | EF | D2 | EF | 0 | C | 0 | 6 | 12C | 30 | 58 |
| Octal | 357 | 322 | 357 | 0 | 14 | 0 | 6 | 454 | 60 | 130 |
| Binary | 11101111 | 11010010 | 11101111 | 0 | 1100 | 0 | 110 | 100101100 | 110000 | 1011000 |
Color Harmonies of #EFD2EF
Complementary color
Monochromatic Colors of #EFD2EF
Black with #EFD2EF
Text Example
Text Example
White with #EFD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2EF; }
p { color: rgb(239,210,239); }
H1.HeaderClassName
{
color: #EFD2EF;
}
.AnyTagClassName
{
color: #EFD2EF;
}
</style>
background-color css
<style>
a { background-color: #EFD2EF; }
a { background-color: rgb(239,210,239); }
div.DivClassName
{
background-color: #EFD2EF;
}
.BgClassName
{
background-color: #EFD2EF;
}
</style>
border-color css
<style>
span { border-color: #EFD2EF; }
span { border-color: rgb(239,210,239); }
td.TdClassName
{
border-color: #EFD2EF;
}
.TagClassName
{
border-color: #EFD2EF;
}
</style>