Shades of Snuff #DFCAE2
Tints of Snuff #DFCAE2
RGB
CMYK
RGB Variations
Color information
#DFCAE2 (or 0xDFCAE2) is known color: Snuff. HEX triplet: DF, CA and E2. RGB value is (223,202,226). Sum of RGB (Red+Green+Blue) = 223+202+226=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFCAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAE2 is #20351D. Grayscale: #D2D2D2. Windows color (decimal): -2110750 or 14863071. OLE color: 14863071.
HSL color Cylindrical-coordinate representation of color #DFCAE2: hue angle of 292.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFCAE2 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 202 | 226 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.11 |
| HSL | 292.5º | 0.29% | 0.84% | - |
| HSV(B) | 292.5º | 0.11% | 0.89% | - |
| XYZ | 65.28 | 63.42 | 80.75 | - |
| YUV | 211.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 226 | 0.01 | 0.11 | 0 | 0.11 | 292.5 | 0.29 | 0.84 |
| Hex | DF | CA | E2 | 1 | B | 0 | B | 124 | 1D | 54 |
| Octal | 337 | 312 | 342 | 1 | 13 | 0 | 13 | 444 | 35 | 124 |
| Binary | 11011111 | 11001010 | 11100010 | 1 | 1011 | 0 | 1011 | 100100100 | 11101 | 1010100 |
Color Harmonies of #DFCAE2
Complementary color
Monochromatic Colors of #DFCAE2
Black with #DFCAE2
Text Example
Text Example
White with #DFCAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAE2; }
p { color: rgb(223,202,226); }
H1.HeaderClassName
{
color: #DFCAE2;
}
.AnyTagClassName
{
color: #DFCAE2;
}
</style>
background-color css
<style>
a { background-color: #DFCAE2; }
a { background-color: rgb(223,202,226); }
div.DivClassName
{
background-color: #DFCAE2;
}
.BgClassName
{
background-color: #DFCAE2;
}
</style>
border-color css
<style>
span { border-color: #DFCAE2; }
span { border-color: rgb(223,202,226); }
td.TdClassName
{
border-color: #DFCAE2;
}
.TagClassName
{
border-color: #DFCAE2;
}
</style>