Shades of Catskill White #DFE5DB
Tints of Catskill White #DFE5DB
RGB
CMYK
RGB Variations
Color information
#DFE5DB (or 0xDFE5DB) is known color: Catskill White. HEX triplet: DF, E5 and DB. RGB value is (223,229,219). Sum of RGB (Red+Green+Blue) = 223+229+219=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE5DB is #201A24. Grayscale: #E2E2E2. Windows color (decimal): -2103845 or 14411231. OLE color: 14411231.
HSL color Cylindrical-coordinate representation of color #DFE5DB: hue angle of 96º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFE5DB is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 229 | 219 | - |
CMYK | 0.03 | 0 | 0.04 | 0.10 |
HSL | 96º | 0.16% | 0.88% | - |
HSV(B) | 96º | 0.04% | 0.9% | - |
XYZ | 71.24 | 76.84 | 78.1 | - |
YUV | 226.07 | 124.01 | 125.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 229 | 219 | 0.03 | 0 | 0.04 | 0.10 | 96 | 0.16 | 0.88 |
Hex | DF | E5 | DB | 3 | 0 | 4 | A | 60 | 10 | 58 |
Octal | 337 | 345 | 333 | 3 | 0 | 4 | 12 | 140 | 20 | 130 |
Binary | 11011111 | 11100101 | 11011011 | 11 | 0 | 100 | 1010 | 1100000 | 10000 | 1011000 |
Color Harmonies of #DFE5DB
Complementary color
Monochromatic Colors of #DFE5DB
Black with #DFE5DB
Text Example
Text Example
White with #DFE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE5DB; }
p { color: rgb(223,229,219); }
H1.HeaderClassName
{
color: #DFE5DB;
}
.AnyTagClassName
{
color: #DFE5DB;
}
</style>
background-color css
<style>
a { background-color: #DFE5DB; }
a { background-color: rgb(223,229,219); }
div.DivClassName
{
background-color: #DFE5DB;
}
.BgClassName
{
background-color: #DFE5DB;
}
</style>
border-color css
<style>
span { border-color: #DFE5DB; }
span { border-color: rgb(223,229,219); }
td.TdClassName
{
border-color: #DFE5DB;
}
.TagClassName
{
border-color: #DFE5DB;
}
</style>