Shades of Snuff #EFDDEC
Tints of Snuff #EFDDEC
RGB
CMYK
RGB Variations
Color information
#EFDDEC (or 0xEFDDEC) is known color: Snuff. HEX triplet: EF, DD and EC. RGB value is (239,221,236). Sum of RGB (Red+Green+Blue) = 239+221+236=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDEC is #102213. Grayscale: #E4E4E4. Windows color (decimal): -1057300 or 15523311. OLE color: 15523311.
HSL color Cylindrical-coordinate representation of color #EFDDEC: hue angle of 310º 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 #EFDDEC is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 221 | 236 | - |
CMYK | 0 | 0.08 | 0.01 | 0.06 |
HSL | 310º | 0.36% | 0.9% | - |
HSV(B) | 310º | 0.08% | 0.94% | - |
XYZ | 76.59 | 76.12 | 90.01 | - |
YUV | 228.09 | 132.46 | 135.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 221 | 236 | 0 | 0.08 | 0.01 | 0.06 | 310 | 0.36 | 0.9 |
Hex | EF | DD | EC | 0 | 8 | 1 | 6 | 136 | 24 | 5A |
Octal | 357 | 335 | 354 | 0 | 10 | 1 | 6 | 466 | 44 | 132 |
Binary | 11101111 | 11011101 | 11101100 | 0 | 1000 | 1 | 110 | 100110110 | 100100 | 1011010 |
Color Harmonies of #EFDDEC
Complementary color
Monochromatic Colors of #EFDDEC
Black with #EFDDEC
Text Example
Text Example
White with #EFDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDEC; }
p { color: rgb(239,221,236); }
H1.HeaderClassName
{
color: #EFDDEC;
}
.AnyTagClassName
{
color: #EFDDEC;
}
</style>
background-color css
<style>
a { background-color: #EFDDEC; }
a { background-color: rgb(239,221,236); }
div.DivClassName
{
background-color: #EFDDEC;
}
.BgClassName
{
background-color: #EFDDEC;
}
</style>
border-color css
<style>
span { border-color: #EFDDEC; }
span { border-color: rgb(239,221,236); }
td.TdClassName
{
border-color: #EFDDEC;
}
.TagClassName
{
border-color: #EFDDEC;
}
</style>