Shades of Snuff #EFD2EA
Tints of Snuff #EFD2EA
RGB
CMYK
RGB Variations
Color information
#EFD2EA (or 0xEFD2EA) is known color: Snuff. HEX triplet: EF, D2 and EA. RGB value is (239,210,234). Sum of RGB (Red+Green+Blue) = 239+210+234=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD2EA is #102D15. Grayscale: #DDDDDD. Windows color (decimal): -1060118 or 15389423. OLE color: 15389423.
HSL color Cylindrical-coordinate representation of color #EFD2EA: hue angle of 310.34º 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 #EFD2EA is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 234 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.06 |
| HSL | 310.34º | 0.48% | 0.88% | - |
| HSV(B) | 310.34º | 0.12% | 0.94% | - |
| XYZ | 73.49 | 70.38 | 87.55 | - |
| YUV | 221.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 234 | 0 | 0.12 | 0.02 | 0.06 | 310.34 | 0.48 | 0.88 |
| Hex | EF | D2 | EA | 0 | C | 2 | 6 | 136 | 30 | 58 |
| Octal | 357 | 322 | 352 | 0 | 14 | 2 | 6 | 466 | 60 | 130 |
| Binary | 11101111 | 11010010 | 11101010 | 0 | 1100 | 10 | 110 | 100110110 | 110000 | 1011000 |
Color Harmonies of #EFD2EA
Complementary color
Monochromatic Colors of #EFD2EA
Black with #EFD2EA
Text Example
Text Example
White with #EFD2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2EA; }
p { color: rgb(239,210,234); }
H1.HeaderClassName
{
color: #EFD2EA;
}
.AnyTagClassName
{
color: #EFD2EA;
}
</style>
background-color css
<style>
a { background-color: #EFD2EA; }
a { background-color: rgb(239,210,234); }
div.DivClassName
{
background-color: #EFD2EA;
}
.BgClassName
{
background-color: #EFD2EA;
}
</style>
border-color css
<style>
span { border-color: #EFD2EA; }
span { border-color: rgb(239,210,234); }
td.TdClassName
{
border-color: #EFD2EA;
}
.TagClassName
{
border-color: #EFD2EA;
}
</style>