Shades of Snuff #DED7DF
Tints of Snuff #DED7DF
RGB
CMYK
RGB Variations
Color information
#DED7DF (or 0xDED7DF) is known color: Snuff. HEX triplet: DE, D7 and DF. RGB value is (222,215,223). Sum of RGB (Red+Green+Blue) = 222+215+223=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 215 (84.38% from 255 or 32.58% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 223 - color contains mainly: blue. Hex color #DED7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7DF is #212820. Grayscale: #D9D9D9. Windows color (decimal): -2172961 or 14669790. OLE color: 14669790.
HSL color Cylindrical-coordinate representation of color #DED7DF: hue angle of 292.5º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DED7DF is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 215 | 223 | - |
CMYK | 0.00 | 0.04 | 0 | 0.13 |
HSL | 292.5º | 0.11% | 0.86% | - |
HSV(B) | 292.5º | 0.04% | 0.87% | - |
XYZ | 67.74 | 69.46 | 79.65 | - |
YUV | 218.01 | 130.82 | 130.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 215 | 223 | 0.00 | 0.04 | 0 | 0.13 | 292.5 | 0.11 | 0.86 |
Hex | DE | D7 | DF | 0 | 4 | 0 | D | 124 | B | 56 |
Octal | 336 | 327 | 337 | 0 | 4 | 0 | 15 | 444 | 13 | 126 |
Binary | 11011110 | 11010111 | 11011111 | 0 | 100 | 0 | 1101 | 100100100 | 1011 | 1010110 |
Color Harmonies of #DED7DF
Complementary color
Monochromatic Colors of #DED7DF
Black with #DED7DF
Text Example
Text Example
White with #DED7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7DF; }
p { color: rgb(222,215,223); }
H1.HeaderClassName
{
color: #DED7DF;
}
.AnyTagClassName
{
color: #DED7DF;
}
</style>
background-color css
<style>
a { background-color: #DED7DF; }
a { background-color: rgb(222,215,223); }
div.DivClassName
{
background-color: #DED7DF;
}
.BgClassName
{
background-color: #DED7DF;
}
</style>
border-color css
<style>
span { border-color: #DED7DF; }
span { border-color: rgb(222,215,223); }
td.TdClassName
{
border-color: #DED7DF;
}
.TagClassName
{
border-color: #DED7DF;
}
</style>