Shades of Snuff #EFDBED
Tints of Snuff #EFDBED
RGB
CMYK
RGB Variations
Color information
#EFDBED (or 0xEFDBED) is known color: Snuff. HEX triplet: EF, DB and ED. RGB value is (239,219,237). Sum of RGB (Red+Green+Blue) = 239+219+237=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBED is #102412. Grayscale: #E2E2E2. Windows color (decimal): -1057811 or 15588335. OLE color: 15588335.
HSL color Cylindrical-coordinate representation of color #EFDBED: hue angle of 306º 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 #EFDBED is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 219 | 237 | - |
CMYK | 0 | 0.08 | 0.01 | 0.06 |
HSL | 306º | 0.38% | 0.9% | - |
HSV(B) | 306º | 0.08% | 0.94% | - |
XYZ | 76.21 | 75.13 | 90.61 | - |
YUV | 227.03 | 133.63 | 136.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 219 | 237 | 0 | 0.08 | 0.01 | 0.06 | 306 | 0.38 | 0.9 |
Hex | EF | DB | ED | 0 | 8 | 1 | 6 | 132 | 26 | 5A |
Octal | 357 | 333 | 355 | 0 | 10 | 1 | 6 | 462 | 46 | 132 |
Binary | 11101111 | 11011011 | 11101101 | 0 | 1000 | 1 | 110 | 100110010 | 100110 | 1011010 |
Color Harmonies of #EFDBED
Complementary color
Monochromatic Colors of #EFDBED
Black with #EFDBED
Text Example
Text Example
White with #EFDBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBED; }
p { color: rgb(239,219,237); }
H1.HeaderClassName
{
color: #EFDBED;
}
.AnyTagClassName
{
color: #EFDBED;
}
</style>
background-color css
<style>
a { background-color: #EFDBED; }
a { background-color: rgb(239,219,237); }
div.DivClassName
{
background-color: #EFDBED;
}
.BgClassName
{
background-color: #EFDBED;
}
</style>
border-color css
<style>
span { border-color: #EFDBED; }
span { border-color: rgb(239,219,237); }
td.TdClassName
{
border-color: #EFDBED;
}
.TagClassName
{
border-color: #EFDBED;
}
</style>