Shades of Catskill White #DFE0DE
Tints of Catskill White #DFE0DE
RGB
CMYK
RGB Variations
Color information
#DFE0DE (or 0xDFE0DE) is known color: Catskill White. HEX triplet: DF, E0 and DE. RGB value is (223,224,222). Sum of RGB (Red+Green+Blue) = 223+224+222=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0DE is #201F21. Grayscale: #DFDFDF. Windows color (decimal): -2105122 or 14606559. OLE color: 14606559.
HSL color Cylindrical-coordinate representation of color #DFE0DE: hue angle of 90º degrees, saturation: 0.03, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DFE0DE is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 222 | - |
| CMYK | 0.00 | 0 | 0.01 | 0.12 |
| HSL | 90º | 0.03% | 0.87% | - |
| HSV(B) | 90º | 0.01% | 0.88% | - |
| XYZ | 70.27 | 74.27 | 79.74 | - |
| YUV | 223.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 222 | 0.00 | 0 | 0.01 | 0.12 | 90 | 0.03 | 0.87 |
| Hex | DF | E0 | DE | 0 | 0 | 1 | C | 5A | 3 | 57 |
| Octal | 337 | 340 | 336 | 0 | 0 | 1 | 14 | 132 | 3 | 127 |
| Binary | 11011111 | 11100000 | 11011110 | 0 | 0 | 1 | 1100 | 1011010 | 11 | 1010111 |
Color Harmonies of #DFE0DE
Complementary color
Monochromatic Colors of #DFE0DE
Black with #DFE0DE
Text Example
Text Example
White with #DFE0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0DE; }
p { color: rgb(223,224,222); }
H1.HeaderClassName
{
color: #DFE0DE;
}
.AnyTagClassName
{
color: #DFE0DE;
}
</style>
background-color css
<style>
a { background-color: #DFE0DE; }
a { background-color: rgb(223,224,222); }
div.DivClassName
{
background-color: #DFE0DE;
}
.BgClassName
{
background-color: #DFE0DE;
}
</style>
border-color css
<style>
span { border-color: #DFE0DE; }
span { border-color: rgb(223,224,222); }
td.TdClassName
{
border-color: #DFE0DE;
}
.TagClassName
{
border-color: #DFE0DE;
}
</style>