Shades of Snuff #EFDDED
Tints of Snuff #EFDDED
RGB
CMYK
RGB Variations
Color information
#EFDDED (or 0xEFDDED) is known color: Snuff. HEX triplet: EF, DD and ED. RGB value is (239,221,237). Sum of RGB (Red+Green+Blue) = 239+221+237=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDED is #102212. Grayscale: #E4E4E4. Windows color (decimal): -1057299 or 15588847. OLE color: 15588847.
HSL color Cylindrical-coordinate representation of color #EFDDED: hue angle of 306.67º degrees, saturation: 0.36, 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 #EFDDED is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 221 | 237 | - |
CMYK | 0 | 0.08 | 0.01 | 0.06 |
HSL | 306.67º | 0.36% | 0.9% | - |
HSV(B) | 306.67º | 0.08% | 0.94% | - |
XYZ | 76.74 | 76.18 | 90.78 | - |
YUV | 228.21 | 132.96 | 135.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 221 | 237 | 0 | 0.08 | 0.01 | 0.06 | 306.67 | 0.36 | 0.9 |
Hex | EF | DD | ED | 0 | 8 | 1 | 6 | 133 | 24 | 5A |
Octal | 357 | 335 | 355 | 0 | 10 | 1 | 6 | 463 | 44 | 132 |
Binary | 11101111 | 11011101 | 11101101 | 0 | 1000 | 1 | 110 | 100110011 | 100100 | 1011010 |
Color Harmonies of #EFDDED
Complementary color
Monochromatic Colors of #EFDDED
Black with #EFDDED
Text Example
Text Example
White with #EFDDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDED; }
p { color: rgb(239,221,237); }
H1.HeaderClassName
{
color: #EFDDED;
}
.AnyTagClassName
{
color: #EFDDED;
}
</style>
background-color css
<style>
a { background-color: #EFDDED; }
a { background-color: rgb(239,221,237); }
div.DivClassName
{
background-color: #EFDDED;
}
.BgClassName
{
background-color: #EFDDED;
}
</style>
border-color css
<style>
span { border-color: #EFDDED; }
span { border-color: rgb(239,221,237); }
td.TdClassName
{
border-color: #EFDDED;
}
.TagClassName
{
border-color: #EFDDED;
}
</style>