Shades of Snuff #EFD2ED
Tints of Snuff #EFD2ED
RGB
CMYK
RGB Variations
Color information
#EFD2ED (or 0xEFD2ED) is known color: Snuff. HEX triplet: EF, D2 and ED. RGB value is (239,210,237). Sum of RGB (Red+Green+Blue) = 239+210+237=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 210 (82.42% from 255 or 30.61% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD2ED is #102D12. Grayscale: #DDDDDD. Windows color (decimal): -1060115 or 15586031. OLE color: 15586031.
HSL color Cylindrical-coordinate representation of color #EFD2ED: hue angle of 304.14º 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 #EFD2ED is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 237 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.06 |
| HSL | 304.14º | 0.48% | 0.88% | - |
| HSV(B) | 304.14º | 0.12% | 0.94% | - |
| XYZ | 73.93 | 70.56 | 89.84 | - |
| YUV | 221.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 237 | 0 | 0.12 | 0.01 | 0.06 | 304.14 | 0.48 | 0.88 |
| Hex | EF | D2 | ED | 0 | C | 1 | 6 | 130 | 30 | 58 |
| Octal | 357 | 322 | 355 | 0 | 14 | 1 | 6 | 460 | 60 | 130 |
| Binary | 11101111 | 11010010 | 11101101 | 0 | 1100 | 1 | 110 | 100110000 | 110000 | 1011000 |
Color Harmonies of #EFD2ED
Complementary color
Monochromatic Colors of #EFD2ED
Black with #EFD2ED
Text Example
Text Example
White with #EFD2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2ED; }
p { color: rgb(239,210,237); }
H1.HeaderClassName
{
color: #EFD2ED;
}
.AnyTagClassName
{
color: #EFD2ED;
}
</style>
background-color css
<style>
a { background-color: #EFD2ED; }
a { background-color: rgb(239,210,237); }
div.DivClassName
{
background-color: #EFD2ED;
}
.BgClassName
{
background-color: #EFD2ED;
}
</style>
border-color css
<style>
span { border-color: #EFD2ED; }
span { border-color: rgb(239,210,237); }
td.TdClassName
{
border-color: #EFD2ED;
}
.TagClassName
{
border-color: #EFD2ED;
}
</style>