Shades of Catskill White #DFE3D9
Tints of Catskill White #DFE3D9
RGB
CMYK
RGB Variations
Color information
#DFE3D9 (or 0xDFE3D9) is known color: Catskill White. HEX triplet: DF, E3 and D9. RGB value is (223,227,217). Sum of RGB (Red+Green+Blue) = 223+227+217=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3D9 is #201C26. Grayscale: #E0E0E0. Windows color (decimal): -2104359 or 14279647. OLE color: 14279647.
HSL color Cylindrical-coordinate representation of color #DFE3D9: hue angle of 84º degrees, saturation: 0.15, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFE3D9 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 217 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.11 |
| HSL | 84º | 0.15% | 0.87% | - |
| HSV(B) | 84º | 0.04% | 0.89% | - |
| XYZ | 70.42 | 75.64 | 76.53 | - |
| YUV | 224.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 217 | 0.02 | 0 | 0.04 | 0.11 | 84 | 0.15 | 0.87 |
| Hex | DF | E3 | D9 | 2 | 0 | 4 | B | 54 | F | 57 |
| Octal | 337 | 343 | 331 | 2 | 0 | 4 | 13 | 124 | 17 | 127 |
| Binary | 11011111 | 11100011 | 11011001 | 10 | 0 | 100 | 1011 | 1010100 | 1111 | 1010111 |
Color Harmonies of #DFE3D9
Complementary color
Monochromatic Colors of #DFE3D9
Black with #DFE3D9
Text Example
Text Example
White with #DFE3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3D9; }
p { color: rgb(223,227,217); }
H1.HeaderClassName
{
color: #DFE3D9;
}
.AnyTagClassName
{
color: #DFE3D9;
}
</style>
background-color css
<style>
a { background-color: #DFE3D9; }
a { background-color: rgb(223,227,217); }
div.DivClassName
{
background-color: #DFE3D9;
}
.BgClassName
{
background-color: #DFE3D9;
}
</style>
border-color css
<style>
span { border-color: #DFE3D9; }
span { border-color: rgb(223,227,217); }
td.TdClassName
{
border-color: #DFE3D9;
}
.TagClassName
{
border-color: #DFE3D9;
}
</style>