Shades of Snuff #DECDDE
Tints of Snuff #DECDDE
RGB
CMYK
RGB Variations
Color information
#DECDDE (or 0xDECDDE) is known color: Snuff. HEX triplet: DE, CD and DE. RGB value is (222,205,222). Sum of RGB (Red+Green+Blue) = 222+205+222=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DECDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDDE is #213221. Grayscale: #D3D3D3. Windows color (decimal): -2175522 or 14601694. OLE color: 14601694.
HSL color Cylindrical-coordinate representation of color #DECDDE: hue angle of 300º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DECDDE is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 222 | - |
| CMYK | 0 | 0.08 | 0 | 0.13 |
| HSL | 300º | 0.2% | 0.84% | - |
| HSV(B) | 300º | 0.08% | 0.87% | - |
| XYZ | 65.14 | 64.47 | 78.12 | - |
| YUV | 212.02 | 133.63 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 222 | 0 | 0.08 | 0 | 0.13 | 300 | 0.2 | 0.84 |
| Hex | DE | CD | DE | 0 | 8 | 0 | D | 12C | 14 | 54 |
| Octal | 336 | 315 | 336 | 0 | 10 | 0 | 15 | 454 | 24 | 124 |
| Binary | 11011110 | 11001101 | 11011110 | 0 | 1000 | 0 | 1101 | 100101100 | 10100 | 1010100 |
Color Harmonies of #DECDDE
Complementary color
Monochromatic Colors of #DECDDE
Black with #DECDDE
Text Example
Text Example
White with #DECDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDDE; }
p { color: rgb(222,205,222); }
H1.HeaderClassName
{
color: #DECDDE;
}
.AnyTagClassName
{
color: #DECDDE;
}
</style>
background-color css
<style>
a { background-color: #DECDDE; }
a { background-color: rgb(222,205,222); }
div.DivClassName
{
background-color: #DECDDE;
}
.BgClassName
{
background-color: #DECDDE;
}
</style>
border-color css
<style>
span { border-color: #DECDDE; }
span { border-color: rgb(222,205,222); }
td.TdClassName
{
border-color: #DECDDE;
}
.TagClassName
{
border-color: #DECDDE;
}
</style>