Shades of Willow Brook #DFE4CF
Tints of Willow Brook #DFE4CF
RGB
CMYK
RGB Variations
Color information
#DFE4CF (or 0xDFE4CF) is known color: Willow Brook. HEX triplet: DF, E4 and CF. RGB value is (223,228,207). Sum of RGB (Red+Green+Blue) = 223+228+207=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4CF is #201B30. Grayscale: #E0E0E0. Windows color (decimal): -2104113 or 13624543. OLE color: 13624543.
HSL color Cylindrical-coordinate representation of color #DFE4CF: hue angle of 74.29º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFE4CF is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 207 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.11 |
| HSL | 74.29º | 0.28% | 0.85% | - |
| HSV(B) | 74.29º | 0.09% | 0.89% | - |
| XYZ | 69.44 | 75.68 | 69.98 | - |
| YUV | 224.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 207 | 0.02 | 0 | 0.09 | 0.11 | 74.29 | 0.28 | 0.85 |
| Hex | DF | E4 | CF | 2 | 0 | 9 | B | 4A | 1C | 55 |
| Octal | 337 | 344 | 317 | 2 | 0 | 11 | 13 | 112 | 34 | 125 |
| Binary | 11011111 | 11100100 | 11001111 | 10 | 0 | 1001 | 1011 | 1001010 | 11100 | 1010101 |
Color Harmonies of #DFE4CF
Complementary color
Monochromatic Colors of #DFE4CF
Black with #DFE4CF
Text Example
Text Example
White with #DFE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4CF; }
p { color: rgb(223,228,207); }
H1.HeaderClassName
{
color: #DFE4CF;
}
.AnyTagClassName
{
color: #DFE4CF;
}
</style>
background-color css
<style>
a { background-color: #DFE4CF; }
a { background-color: rgb(223,228,207); }
div.DivClassName
{
background-color: #DFE4CF;
}
.BgClassName
{
background-color: #DFE4CF;
}
</style>
border-color css
<style>
span { border-color: #DFE4CF; }
span { border-color: rgb(223,228,207); }
td.TdClassName
{
border-color: #DFE4CF;
}
.TagClassName
{
border-color: #DFE4CF;
}
</style>