Shades of Snuff #DFCCE1
Tints of Snuff #DFCCE1
RGB
CMYK
RGB Variations
Color information
#DFCCE1 (or 0xDFCCE1) is known color: Snuff. HEX triplet: DF, CC and E1. RGB value is (223,204,225). Sum of RGB (Red+Green+Blue) = 223+204+225=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFCCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCE1 is #20331E. Grayscale: #D4D4D4. Windows color (decimal): -2110239 or 14798047. OLE color: 14798047.
HSL color Cylindrical-coordinate representation of color #DFCCE1: hue angle of 294.29º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCCE1 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 204 | 225 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.12 |
| HSL | 294.29º | 0.26% | 0.84% | - |
| HSV(B) | 294.29º | 0.09% | 0.88% | - |
| XYZ | 65.61 | 64.31 | 80.19 | - |
| YUV | 212.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 225 | 0.01 | 0.09 | 0 | 0.12 | 294.29 | 0.26 | 0.84 |
| Hex | DF | CC | E1 | 1 | 9 | 0 | C | 126 | 1A | 54 |
| Octal | 337 | 314 | 341 | 1 | 11 | 0 | 14 | 446 | 32 | 124 |
| Binary | 11011111 | 11001100 | 11100001 | 1 | 1001 | 0 | 1100 | 100100110 | 11010 | 1010100 |
Color Harmonies of #DFCCE1
Complementary color
Monochromatic Colors of #DFCCE1
Black with #DFCCE1
Text Example
Text Example
White with #DFCCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCE1; }
p { color: rgb(223,204,225); }
H1.HeaderClassName
{
color: #DFCCE1;
}
.AnyTagClassName
{
color: #DFCCE1;
}
</style>
background-color css
<style>
a { background-color: #DFCCE1; }
a { background-color: rgb(223,204,225); }
div.DivClassName
{
background-color: #DFCCE1;
}
.BgClassName
{
background-color: #DFCCE1;
}
</style>
border-color css
<style>
span { border-color: #DFCCE1; }
span { border-color: rgb(223,204,225); }
td.TdClassName
{
border-color: #DFCCE1;
}
.TagClassName
{
border-color: #DFCCE1;
}
</style>