Shades of Snuff #DED9DF
Tints of Snuff #DED9DF
RGB
CMYK
RGB Variations
Color information
#DED9DF (or 0xDED9DF) is known color: Snuff. HEX triplet: DE, D9 and DF. RGB value is (222,217,223). Sum of RGB (Red+Green+Blue) = 222+217+223=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 223 - color contains mainly: blue. Hex color #DED9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9DF is #212620. Grayscale: #DBDBDB. Windows color (decimal): -2172449 or 14670302. OLE color: 14670302.
HSL color Cylindrical-coordinate representation of color #DED9DF: hue angle of 290º degrees, saturation: 0.09, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DED9DF is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 217 | 223 | - |
CMYK | 0.00 | 0.03 | 0 | 0.13 |
HSL | 290º | 0.09% | 0.86% | - |
HSV(B) | 290º | 0.03% | 0.87% | - |
XYZ | 68.26 | 70.48 | 79.82 | - |
YUV | 219.18 | 130.16 | 130.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 217 | 223 | 0.00 | 0.03 | 0 | 0.13 | 290 | 0.09 | 0.86 |
Hex | DE | D9 | DF | 0 | 3 | 0 | D | 122 | 9 | 56 |
Octal | 336 | 331 | 337 | 0 | 3 | 0 | 15 | 442 | 11 | 126 |
Binary | 11011110 | 11011001 | 11011111 | 0 | 11 | 0 | 1101 | 100100010 | 1001 | 1010110 |
Color Harmonies of #DED9DF
Complementary color
Monochromatic Colors of #DED9DF
Black with #DED9DF
Text Example
Text Example
White with #DED9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9DF; }
p { color: rgb(222,217,223); }
H1.HeaderClassName
{
color: #DED9DF;
}
.AnyTagClassName
{
color: #DED9DF;
}
</style>
background-color css
<style>
a { background-color: #DED9DF; }
a { background-color: rgb(222,217,223); }
div.DivClassName
{
background-color: #DED9DF;
}
.BgClassName
{
background-color: #DED9DF;
}
</style>
border-color css
<style>
span { border-color: #DED9DF; }
span { border-color: rgb(222,217,223); }
td.TdClassName
{
border-color: #DED9DF;
}
.TagClassName
{
border-color: #DED9DF;
}
</style>