Shades of Snuff #DCCEDF
Tints of Snuff #DCCEDF
RGB
CMYK
RGB Variations
Color information
#DCCEDF (or 0xDCCEDF) is known color: Snuff. HEX triplet: DC, CE and DF. RGB value is (220,206,223). Sum of RGB (Red+Green+Blue) = 220+206+223=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCCEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEDF is #233120. Grayscale: #D4D4D4. Windows color (decimal): -2306337 or 14667484. OLE color: 14667484.
HSL color Cylindrical-coordinate representation of color #DCCEDF: hue angle of 289.41º degrees, saturation: 0.21, 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 #DCCEDF is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 206 | 223 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.13 |
| HSL | 289.41º | 0.21% | 0.84% | - |
| HSV(B) | 289.41º | 0.08% | 0.87% | - |
| XYZ | 64.91 | 64.69 | 78.88 | - |
| YUV | 212.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 223 | 0.01 | 0.08 | 0 | 0.13 | 289.41 | 0.21 | 0.84 |
| Hex | DC | CE | DF | 1 | 8 | 0 | D | 121 | 15 | 54 |
| Octal | 334 | 316 | 337 | 1 | 10 | 0 | 15 | 441 | 25 | 124 |
| Binary | 11011100 | 11001110 | 11011111 | 1 | 1000 | 0 | 1101 | 100100001 | 10101 | 1010100 |
Color Harmonies of #DCCEDF
Complementary color
Monochromatic Colors of #DCCEDF
Black with #DCCEDF
Text Example
Text Example
White with #DCCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEDF; }
p { color: rgb(220,206,223); }
H1.HeaderClassName
{
color: #DCCEDF;
}
.AnyTagClassName
{
color: #DCCEDF;
}
</style>
background-color css
<style>
a { background-color: #DCCEDF; }
a { background-color: rgb(220,206,223); }
div.DivClassName
{
background-color: #DCCEDF;
}
.BgClassName
{
background-color: #DCCEDF;
}
</style>
border-color css
<style>
span { border-color: #DCCEDF; }
span { border-color: rgb(220,206,223); }
td.TdClassName
{
border-color: #DCCEDF;
}
.TagClassName
{
border-color: #DCCEDF;
}
</style>