Shades of Catskill White #DFE2DC
Tints of Catskill White #DFE2DC
RGB
CMYK
RGB Variations
Color information
#DFE2DC (or 0xDFE2DC) is known color: Catskill White. HEX triplet: DF, E2 and DC. RGB value is (223,226,220). Sum of RGB (Red+Green+Blue) = 223+226+220=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2DC is #201D23. Grayscale: #E0E0E0. Windows color (decimal): -2104612 or 14475999. OLE color: 14475999.
HSL color Cylindrical-coordinate representation of color #DFE2DC: hue angle of 90º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFE2DC is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 226 | 220 | - |
CMYK | 0.01 | 0 | 0.03 | 0.11 |
HSL | 90º | 0.09% | 0.87% | - |
HSV(B) | 90º | 0.03% | 0.89% | - |
XYZ | 70.55 | 75.25 | 78.52 | - |
YUV | 224.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 226 | 220 | 0.01 | 0 | 0.03 | 0.11 | 90 | 0.09 | 0.87 |
Hex | DF | E2 | DC | 1 | 0 | 3 | B | 5A | 9 | 57 |
Octal | 337 | 342 | 334 | 1 | 0 | 3 | 13 | 132 | 11 | 127 |
Binary | 11011111 | 11100010 | 11011100 | 1 | 0 | 11 | 1011 | 1011010 | 1001 | 1010111 |
Color Harmonies of #DFE2DC
Complementary color
Monochromatic Colors of #DFE2DC
Black with #DFE2DC
Text Example
Text Example
White with #DFE2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2DC; }
p { color: rgb(223,226,220); }
H1.HeaderClassName
{
color: #DFE2DC;
}
.AnyTagClassName
{
color: #DFE2DC;
}
</style>
background-color css
<style>
a { background-color: #DFE2DC; }
a { background-color: rgb(223,226,220); }
div.DivClassName
{
background-color: #DFE2DC;
}
.BgClassName
{
background-color: #DFE2DC;
}
</style>
border-color css
<style>
span { border-color: #DFE2DC; }
span { border-color: rgb(223,226,220); }
td.TdClassName
{
border-color: #DFE2DC;
}
.TagClassName
{
border-color: #DFE2DC;
}
</style>