Shades of Catskill White #DFE8D8
Tints of Catskill White #DFE8D8
RGB
CMYK
RGB Variations
Color information
#DFE8D8 (or 0xDFE8D8) is known color: Catskill White. HEX triplet: DF, E8 and D8. RGB value is (223,232,216). Sum of RGB (Red+Green+Blue) = 223+232+216=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 232 (91.02% from 255 or 34.58% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE8D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE8D8 is #201727. Grayscale: #E3E3E3. Windows color (decimal): -2103080 or 14215391. OLE color: 14215391.
HSL color Cylindrical-coordinate representation of color #DFE8D8: hue angle of 93.75º degrees, saturation: 0.26, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFE8D8 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 216 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.09 |
| HSL | 93.75º | 0.26% | 0.88% | - |
| HSV(B) | 93.75º | 0.07% | 0.91% | - |
| XYZ | 71.68 | 78.36 | 76.31 | - |
| YUV | 227.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 216 | 0.04 | 0 | 0.07 | 0.09 | 93.75 | 0.26 | 0.88 |
| Hex | DF | E8 | D8 | 4 | 0 | 7 | 9 | 5E | 1A | 58 |
| Octal | 337 | 350 | 330 | 4 | 0 | 7 | 11 | 136 | 32 | 130 |
| Binary | 11011111 | 11101000 | 11011000 | 100 | 0 | 111 | 1001 | 1011110 | 11010 | 1011000 |
Color Harmonies of #DFE8D8
Complementary color
Monochromatic Colors of #DFE8D8
Black with #DFE8D8
Text Example
Text Example
White with #DFE8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE8D8; }
p { color: rgb(223,232,216); }
H1.HeaderClassName
{
color: #DFE8D8;
}
.AnyTagClassName
{
color: #DFE8D8;
}
</style>
background-color css
<style>
a { background-color: #DFE8D8; }
a { background-color: rgb(223,232,216); }
div.DivClassName
{
background-color: #DFE8D8;
}
.BgClassName
{
background-color: #DFE8D8;
}
</style>
border-color css
<style>
span { border-color: #DFE8D8; }
span { border-color: rgb(223,232,216); }
td.TdClassName
{
border-color: #DFE8D8;
}
.TagClassName
{
border-color: #DFE8D8;
}
</style>