Shades of Snuff #EFC9ED
Tints of Snuff #EFC9ED
RGB
CMYK
RGB Variations
Color information
#EFC9ED (or 0xEFC9ED) is known color: Snuff. HEX triplet: EF, C9 and ED. RGB value is (239,201,237). Sum of RGB (Red+Green+Blue) = 239+201+237=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 201 (78.91% from 255 or 29.69% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC9ED is #103612. Grayscale: #D8D8D8. Windows color (decimal): -1062419 or 15583727. OLE color: 15583727.
HSL color Cylindrical-coordinate representation of color #EFC9ED: hue angle of 303.16º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC9ED is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 201 | 237 | - |
CMYK | 0 | 0.16 | 0.01 | 0.06 |
HSL | 303.16º | 0.54% | 0.86% | - |
HSV(B) | 303.16º | 0.16% | 0.94% | - |
XYZ | 71.77 | 66.24 | 89.12 | - |
YUV | 216.47 | 139.59 | 144.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 201 | 237 | 0 | 0.16 | 0.01 | 0.06 | 303.16 | 0.54 | 0.86 |
Hex | EF | C9 | ED | 0 | 10 | 1 | 6 | 12F | 36 | 56 |
Octal | 357 | 311 | 355 | 0 | 20 | 1 | 6 | 457 | 66 | 126 |
Binary | 11101111 | 11001001 | 11101101 | 0 | 10000 | 1 | 110 | 100101111 | 110110 | 1010110 |
Color Harmonies of #EFC9ED
Complementary color
Monochromatic Colors of #EFC9ED
Black with #EFC9ED
Text Example
Text Example
White with #EFC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC9ED; }
p { color: rgb(239,201,237); }
H1.HeaderClassName
{
color: #EFC9ED;
}
.AnyTagClassName
{
color: #EFC9ED;
}
</style>
background-color css
<style>
a { background-color: #EFC9ED; }
a { background-color: rgb(239,201,237); }
div.DivClassName
{
background-color: #EFC9ED;
}
.BgClassName
{
background-color: #EFC9ED;
}
</style>
border-color css
<style>
span { border-color: #EFC9ED; }
span { border-color: rgb(239,201,237); }
td.TdClassName
{
border-color: #EFC9ED;
}
.TagClassName
{
border-color: #EFC9ED;
}
</style>