Shades of Catskill White #DFE4DA
Tints of Catskill White #DFE4DA
RGB
CMYK
RGB Variations
Color information
#DFE4DA (or 0xDFE4DA) is known color: Catskill White. HEX triplet: DF, E4 and DA. RGB value is (223,228,218). Sum of RGB (Red+Green+Blue) = 223+228+218=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 228 (89.45% from 255 or 34.08% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4DA is #201B25. Grayscale: #E1E1E1. Windows color (decimal): -2104102 or 14345439. OLE color: 14345439.
HSL color Cylindrical-coordinate representation of color #DFE4DA: hue angle of 90º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFE4DA is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 228 | 218 | - |
CMYK | 0.02 | 0 | 0.04 | 0.11 |
HSL | 90º | 0.16% | 0.87% | - |
HSV(B) | 90º | 0.04% | 0.89% | - |
XYZ | 70.83 | 76.24 | 77.31 | - |
YUV | 225.37 | 123.84 | 126.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 228 | 218 | 0.02 | 0 | 0.04 | 0.11 | 90 | 0.16 | 0.87 |
Hex | DF | E4 | DA | 2 | 0 | 4 | B | 5A | 10 | 57 |
Octal | 337 | 344 | 332 | 2 | 0 | 4 | 13 | 132 | 20 | 127 |
Binary | 11011111 | 11100100 | 11011010 | 10 | 0 | 100 | 1011 | 1011010 | 10000 | 1010111 |
Color Harmonies of #DFE4DA
Complementary color
Monochromatic Colors of #DFE4DA
Black with #DFE4DA
Text Example
Text Example
White with #DFE4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4DA; }
p { color: rgb(223,228,218); }
H1.HeaderClassName
{
color: #DFE4DA;
}
.AnyTagClassName
{
color: #DFE4DA;
}
</style>
background-color css
<style>
a { background-color: #DFE4DA; }
a { background-color: rgb(223,228,218); }
div.DivClassName
{
background-color: #DFE4DA;
}
.BgClassName
{
background-color: #DFE4DA;
}
</style>
border-color css
<style>
span { border-color: #DFE4DA; }
span { border-color: rgb(223,228,218); }
td.TdClassName
{
border-color: #DFE4DA;
}
.TagClassName
{
border-color: #DFE4DA;
}
</style>