Shades of Catskill White #DFE1DD
Tints of Catskill White #DFE1DD
RGB
CMYK
RGB Variations
Color information
#DFE1DD (or 0xDFE1DD) is known color: Catskill White. HEX triplet: DF, E1 and DD. RGB value is (223,225,221). Sum of RGB (Red+Green+Blue) = 223+225+221=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1DD is #201E22. Grayscale: #DFDFDF. Windows color (decimal): -2104867 or 14541279. OLE color: 14541279.
HSL color Cylindrical-coordinate representation of color #DFE1DD: hue angle of 90º degrees, saturation: 0.06, 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 #DFE1DD is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 221 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.12 |
| HSL | 90º | 0.06% | 0.87% | - |
| HSV(B) | 90º | 0.02% | 0.88% | - |
| XYZ | 70.41 | 74.76 | 79.13 | - |
| YUV | 223.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 221 | 0.01 | 0 | 0.02 | 0.12 | 90 | 0.06 | 0.87 |
| Hex | DF | E1 | DD | 1 | 0 | 2 | C | 5A | 6 | 57 |
| Octal | 337 | 341 | 335 | 1 | 0 | 2 | 14 | 132 | 6 | 127 |
| Binary | 11011111 | 11100001 | 11011101 | 1 | 0 | 10 | 1100 | 1011010 | 110 | 1010111 |
Color Harmonies of #DFE1DD
Complementary color
Monochromatic Colors of #DFE1DD
Black with #DFE1DD
Text Example
Text Example
White with #DFE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE1DD; }
p { color: rgb(223,225,221); }
H1.HeaderClassName
{
color: #DFE1DD;
}
.AnyTagClassName
{
color: #DFE1DD;
}
</style>
background-color css
<style>
a { background-color: #DFE1DD; }
a { background-color: rgb(223,225,221); }
div.DivClassName
{
background-color: #DFE1DD;
}
.BgClassName
{
background-color: #DFE1DD;
}
</style>
border-color css
<style>
span { border-color: #DFE1DD; }
span { border-color: rgb(223,225,221); }
td.TdClassName
{
border-color: #DFE1DD;
}
.TagClassName
{
border-color: #DFE1DD;
}
</style>