Shades of Snuff #DFCEE2
Tints of Snuff #DFCEE2
RGB
CMYK
RGB Variations
Color information
#DFCEE2 (or 0xDFCEE2) is known color: Snuff. HEX triplet: DF, CE and E2. RGB value is (223,206,226). Sum of RGB (Red+Green+Blue) = 223+206+226=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFCEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCEE2 is #20311D. Grayscale: #D5D5D5. Windows color (decimal): -2109726 or 14864095. OLE color: 14864095.
HSL color Cylindrical-coordinate representation of color #DFCEE2: hue angle of 291º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCEE2 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 206 | 226 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.11 |
| HSL | 291º | 0.26% | 0.85% | - |
| HSV(B) | 291º | 0.09% | 0.89% | - |
| XYZ | 66.23 | 65.32 | 81.07 | - |
| YUV | 213.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 226 | 0.01 | 0.09 | 0 | 0.11 | 291 | 0.26 | 0.85 |
| Hex | DF | CE | E2 | 1 | 9 | 0 | B | 123 | 1A | 55 |
| Octal | 337 | 316 | 342 | 1 | 11 | 0 | 13 | 443 | 32 | 125 |
| Binary | 11011111 | 11001110 | 11100010 | 1 | 1001 | 0 | 1011 | 100100011 | 11010 | 1010101 |
Color Harmonies of #DFCEE2
Complementary color
Monochromatic Colors of #DFCEE2
Black with #DFCEE2
Text Example
Text Example
White with #DFCEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCEE2; }
p { color: rgb(223,206,226); }
H1.HeaderClassName
{
color: #DFCEE2;
}
.AnyTagClassName
{
color: #DFCEE2;
}
</style>
background-color css
<style>
a { background-color: #DFCEE2; }
a { background-color: rgb(223,206,226); }
div.DivClassName
{
background-color: #DFCEE2;
}
.BgClassName
{
background-color: #DFCEE2;
}
</style>
border-color css
<style>
span { border-color: #DFCEE2; }
span { border-color: rgb(223,206,226); }
td.TdClassName
{
border-color: #DFCEE2;
}
.TagClassName
{
border-color: #DFCEE2;
}
</style>