Shades of Snuff #DFCDE3
Tints of Snuff #DFCDE3
RGB
CMYK
RGB Variations
Color information
#DFCDE3 (or 0xDFCDE3) is known color: Snuff. HEX triplet: DF, CD and E3. RGB value is (223,205,227). Sum of RGB (Red+Green+Blue) = 223+205+227=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFCDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDE3 is #20321C. Grayscale: #D4D4D4. Windows color (decimal): -2109981 or 14929375. OLE color: 14929375.
HSL color Cylindrical-coordinate representation of color #DFCDE3: hue angle of 289.09º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFCDE3 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 205 | 227 | - |
CMYK | 0.02 | 0.10 | 0 | 0.11 |
HSL | 289.09º | 0.28% | 0.85% | - |
HSV(B) | 289.09º | 0.1% | 0.89% | - |
XYZ | 66.13 | 64.9 | 81.71 | - |
YUV | 212.89 | 135.96 | 135.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 205 | 227 | 0.02 | 0.10 | 0 | 0.11 | 289.09 | 0.28 | 0.85 |
Hex | DF | CD | E3 | 2 | A | 0 | B | 121 | 1C | 55 |
Octal | 337 | 315 | 343 | 2 | 12 | 0 | 13 | 441 | 34 | 125 |
Binary | 11011111 | 11001101 | 11100011 | 10 | 1010 | 0 | 1011 | 100100001 | 11100 | 1010101 |
Color Harmonies of #DFCDE3
Complementary color
Monochromatic Colors of #DFCDE3
Black with #DFCDE3
Text Example
Text Example
White with #DFCDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDE3; }
p { color: rgb(223,205,227); }
H1.HeaderClassName
{
color: #DFCDE3;
}
.AnyTagClassName
{
color: #DFCDE3;
}
</style>
background-color css
<style>
a { background-color: #DFCDE3; }
a { background-color: rgb(223,205,227); }
div.DivClassName
{
background-color: #DFCDE3;
}
.BgClassName
{
background-color: #DFCDE3;
}
</style>
border-color css
<style>
span { border-color: #DFCDE3; }
span { border-color: rgb(223,205,227); }
td.TdClassName
{
border-color: #DFCDE3;
}
.TagClassName
{
border-color: #DFCDE3;
}
</style>