Shades of Snuff #EFE4ED
Tints of Snuff #EFE4ED
RGB
CMYK
RGB Variations
Color information
#EFE4ED (or 0xEFE4ED) is known color: Snuff. HEX triplet: EF, E4 and ED. RGB value is (239,228,237). Sum of RGB (Red+Green+Blue) = 239+228+237=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 228 (89.45% from 255 or 32.39% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4ED is #101B12. Grayscale: #E8E8E8. Windows color (decimal): -1055507 or 15590639. OLE color: 15590639.
HSL color Cylindrical-coordinate representation of color #EFE4ED: hue angle of 310.91º degrees, saturation: 0.26, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE4ED is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 228 | 237 | - |
CMYK | 0 | 0.05 | 0.01 | 0.06 |
HSL | 310.91º | 0.26% | 0.92% | - |
HSV(B) | 310.91º | 0.05% | 0.94% | - |
XYZ | 78.63 | 79.95 | 91.41 | - |
YUV | 232.32 | 130.64 | 132.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 228 | 237 | 0 | 0.05 | 0.01 | 0.06 | 310.91 | 0.26 | 0.92 |
Hex | EF | E4 | ED | 0 | 5 | 1 | 6 | 137 | 1A | 5C |
Octal | 357 | 344 | 355 | 0 | 5 | 1 | 6 | 467 | 32 | 134 |
Binary | 11101111 | 11100100 | 11101101 | 0 | 101 | 1 | 110 | 100110111 | 11010 | 1011100 |
Color Harmonies of #EFE4ED
Complementary color
Monochromatic Colors of #EFE4ED
Black with #EFE4ED
Text Example
Text Example
White with #EFE4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4ED; }
p { color: rgb(239,228,237); }
H1.HeaderClassName
{
color: #EFE4ED;
}
.AnyTagClassName
{
color: #EFE4ED;
}
</style>
background-color css
<style>
a { background-color: #EFE4ED; }
a { background-color: rgb(239,228,237); }
div.DivClassName
{
background-color: #EFE4ED;
}
.BgClassName
{
background-color: #EFE4ED;
}
</style>
border-color css
<style>
span { border-color: #EFE4ED; }
span { border-color: rgb(239,228,237); }
td.TdClassName
{
border-color: #EFE4ED;
}
.TagClassName
{
border-color: #EFE4ED;
}
</style>