Shades of Catskill White #DFE1DC
Tints of Catskill White #DFE1DC
RGB
CMYK
RGB Variations
Color information
#DFE1DC (or 0xDFE1DC) is known color: Catskill White. HEX triplet: DF, E1 and DC. RGB value is (223,225,220). Sum of RGB (Red+Green+Blue) = 223+225+220=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1DC is #201E23. Grayscale: #DFDFDF. Windows color (decimal): -2104868 or 14475743. OLE color: 14475743.
HSL color Cylindrical-coordinate representation of color #DFE1DC: hue angle of 84º degrees, saturation: 0.08, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DFE1DC is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 220 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.12 |
| HSL | 84º | 0.08% | 0.87% | - |
| HSV(B) | 84º | 0.02% | 0.88% | - |
| XYZ | 70.27 | 74.71 | 78.43 | - |
| YUV | 223.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 220 | 0.01 | 0 | 0.02 | 0.12 | 84 | 0.08 | 0.87 |
| Hex | DF | E1 | DC | 1 | 0 | 2 | C | 54 | 8 | 57 |
| Octal | 337 | 341 | 334 | 1 | 0 | 2 | 14 | 124 | 10 | 127 |
| Binary | 11011111 | 11100001 | 11011100 | 1 | 0 | 10 | 1100 | 1010100 | 1000 | 1010111 |
Color Harmonies of #DFE1DC
Complementary color
Monochromatic Colors of #DFE1DC
Black with #DFE1DC
Text Example
Text Example
White with #DFE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE1DC; }
p { color: rgb(223,225,220); }
H1.HeaderClassName
{
color: #DFE1DC;
}
.AnyTagClassName
{
color: #DFE1DC;
}
</style>
background-color css
<style>
a { background-color: #DFE1DC; }
a { background-color: rgb(223,225,220); }
div.DivClassName
{
background-color: #DFE1DC;
}
.BgClassName
{
background-color: #DFE1DC;
}
</style>
border-color css
<style>
span { border-color: #DFE1DC; }
span { border-color: rgb(223,225,220); }
td.TdClassName
{
border-color: #DFE1DC;
}
.TagClassName
{
border-color: #DFE1DC;
}
</style>