Shades of Snuff #DECBDF
Tints of Snuff #DECBDF
RGB
CMYK
RGB Variations
Color information
#DECBDF (or 0xDECBDF) is known color: Snuff. HEX triplet: DE, CB and DF. RGB value is (222,203,223). Sum of RGB (Red+Green+Blue) = 222+203+223=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 223 - color contains mainly: blue. Hex color #DECBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBDF is #213420. Grayscale: #D2D2D2. Windows color (decimal): -2176033 or 14666718. OLE color: 14666718.
HSL color Cylindrical-coordinate representation of color #DECBDF: hue angle of 297º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DECBDF is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 223 | - |
| CMYK | 0.00 | 0.09 | 0 | 0.13 |
| HSL | 297º | 0.24% | 0.84% | - |
| HSV(B) | 297º | 0.09% | 0.87% | - |
| XYZ | 64.8 | 63.57 | 78.67 | - |
| YUV | 210.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 223 | 0.00 | 0.09 | 0 | 0.13 | 297 | 0.24 | 0.84 |
| Hex | DE | CB | DF | 0 | 9 | 0 | D | 129 | 18 | 54 |
| Octal | 336 | 313 | 337 | 0 | 11 | 0 | 15 | 451 | 30 | 124 |
| Binary | 11011110 | 11001011 | 11011111 | 0 | 1001 | 0 | 1101 | 100101001 | 11000 | 1010100 |
Color Harmonies of #DECBDF
Complementary color
Monochromatic Colors of #DECBDF
Black with #DECBDF
Text Example
Text Example
White with #DECBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECBDF; }
p { color: rgb(222,203,223); }
H1.HeaderClassName
{
color: #DECBDF;
}
.AnyTagClassName
{
color: #DECBDF;
}
</style>
background-color css
<style>
a { background-color: #DECBDF; }
a { background-color: rgb(222,203,223); }
div.DivClassName
{
background-color: #DECBDF;
}
.BgClassName
{
background-color: #DECBDF;
}
</style>
border-color css
<style>
span { border-color: #DECBDF; }
span { border-color: rgb(222,203,223); }
td.TdClassName
{
border-color: #DECBDF;
}
.TagClassName
{
border-color: #DECBDF;
}
</style>