Shades of Snuff #EFD5E9
Tints of Snuff #EFD5E9
RGB
CMYK
RGB Variations
Color information
#EFD5E9 (or 0xEFD5E9) is known color: Snuff. HEX triplet: EF, D5 and E9. RGB value is (239,213,233). Sum of RGB (Red+Green+Blue) = 239+213+233=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 213 (83.59% from 255 or 31.09% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD5E9 is #102A16. Grayscale: #DFDFDF. Windows color (decimal): -1059351 or 15324655. OLE color: 15324655.
HSL color Cylindrical-coordinate representation of color #EFD5E9: hue angle of 313.85º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD5E9 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 213 | 233 | - |
CMYK | 0 | 0.11 | 0.03 | 0.06 |
HSL | 313.85º | 0.45% | 0.89% | - |
HSV(B) | 313.85º | 0.11% | 0.94% | - |
XYZ | 74.1 | 71.82 | 87.05 | - |
YUV | 223.05 | 133.61 | 139.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 213 | 233 | 0 | 0.11 | 0.03 | 0.06 | 313.85 | 0.45 | 0.89 |
Hex | EF | D5 | E9 | 0 | B | 3 | 6 | 13A | 2D | 59 |
Octal | 357 | 325 | 351 | 0 | 13 | 3 | 6 | 472 | 55 | 131 |
Binary | 11101111 | 11010101 | 11101001 | 0 | 1011 | 11 | 110 | 100111010 | 101101 | 1011001 |
Color Harmonies of #EFD5E9
Complementary color
Monochromatic Colors of #EFD5E9
Black with #EFD5E9
Text Example
Text Example
White with #EFD5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD5E9; }
p { color: rgb(239,213,233); }
H1.HeaderClassName
{
color: #EFD5E9;
}
.AnyTagClassName
{
color: #EFD5E9;
}
</style>
background-color css
<style>
a { background-color: #EFD5E9; }
a { background-color: rgb(239,213,233); }
div.DivClassName
{
background-color: #EFD5E9;
}
.BgClassName
{
background-color: #EFD5E9;
}
</style>
border-color css
<style>
span { border-color: #EFD5E9; }
span { border-color: rgb(239,213,233); }
td.TdClassName
{
border-color: #EFD5E9;
}
.TagClassName
{
border-color: #EFD5E9;
}
</style>