Shades of Catskill White #DFE1DE
Tints of Catskill White #DFE1DE
RGB
CMYK
RGB Variations
Color information
#DFE1DE (or 0xDFE1DE) is known color: Catskill White. HEX triplet: DF, E1 and DE. RGB value is (223,225,222). Sum of RGB (Red+Green+Blue) = 223+225+222=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1DE is #201E21. Grayscale: #E0E0E0. Windows color (decimal): -2104866 or 14606815. OLE color: 14606815.
HSL color Cylindrical-coordinate representation of color #DFE1DE: hue angle of 100º degrees, saturation: 0.05, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DFE1DE is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 222 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.12 |
| HSL | 100º | 0.05% | 0.88% | - |
| HSV(B) | 100º | 0.01% | 0.88% | - |
| XYZ | 70.54 | 74.81 | 79.83 | - |
| YUV | 224.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 222 | 0.01 | 0 | 0.01 | 0.12 | 100 | 0.05 | 0.88 |
| Hex | DF | E1 | DE | 1 | 0 | 1 | C | 64 | 5 | 58 |
| Octal | 337 | 341 | 336 | 1 | 0 | 1 | 14 | 144 | 5 | 130 |
| Binary | 11011111 | 11100001 | 11011110 | 1 | 0 | 1 | 1100 | 1100100 | 101 | 1011000 |
Color Harmonies of #DFE1DE
Complementary color
Monochromatic Colors of #DFE1DE
Black with #DFE1DE
Text Example
Text Example
White with #DFE1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE1DE; }
p { color: rgb(223,225,222); }
H1.HeaderClassName
{
color: #DFE1DE;
}
.AnyTagClassName
{
color: #DFE1DE;
}
</style>
background-color css
<style>
a { background-color: #DFE1DE; }
a { background-color: rgb(223,225,222); }
div.DivClassName
{
background-color: #DFE1DE;
}
.BgClassName
{
background-color: #DFE1DE;
}
</style>
border-color css
<style>
span { border-color: #DFE1DE; }
span { border-color: rgb(223,225,222); }
td.TdClassName
{
border-color: #DFE1DE;
}
.TagClassName
{
border-color: #DFE1DE;
}
</style>