Shades of Snuff #EFDBEC
Tints of Snuff #EFDBEC
RGB
CMYK
RGB Variations
Color information
#EFDBEC (or 0xEFDBEC) is known color: Snuff. HEX triplet: EF, DB and EC. RGB value is (239,219,236). Sum of RGB (Red+Green+Blue) = 239+219+236=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBEC is #102413. Grayscale: #E2E2E2. Windows color (decimal): -1057812 or 15522799. OLE color: 15522799.
HSL color Cylindrical-coordinate representation of color #EFDBEC: hue angle of 309º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDBEC is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 219 | 236 | - |
CMYK | 0 | 0.08 | 0.01 | 0.06 |
HSL | 309º | 0.38% | 0.9% | - |
HSV(B) | 309º | 0.08% | 0.94% | - |
XYZ | 76.07 | 75.07 | 89.84 | - |
YUV | 226.92 | 133.13 | 136.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 219 | 236 | 0 | 0.08 | 0.01 | 0.06 | 309 | 0.38 | 0.9 |
Hex | EF | DB | EC | 0 | 8 | 1 | 6 | 135 | 26 | 5A |
Octal | 357 | 333 | 354 | 0 | 10 | 1 | 6 | 465 | 46 | 132 |
Binary | 11101111 | 11011011 | 11101100 | 0 | 1000 | 1 | 110 | 100110101 | 100110 | 1011010 |
Color Harmonies of #EFDBEC
Complementary color
Monochromatic Colors of #EFDBEC
Black with #EFDBEC
Text Example
Text Example
White with #EFDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBEC; }
p { color: rgb(239,219,236); }
H1.HeaderClassName
{
color: #EFDBEC;
}
.AnyTagClassName
{
color: #EFDBEC;
}
</style>
background-color css
<style>
a { background-color: #EFDBEC; }
a { background-color: rgb(239,219,236); }
div.DivClassName
{
background-color: #EFDBEC;
}
.BgClassName
{
background-color: #EFDBEC;
}
</style>
border-color css
<style>
span { border-color: #EFDBEC; }
span { border-color: rgb(239,219,236); }
td.TdClassName
{
border-color: #EFDBEC;
}
.TagClassName
{
border-color: #EFDBEC;
}
</style>