Shades of Willow Brook #DFE5CC
Tints of Willow Brook #DFE5CC
RGB
CMYK
RGB Variations
Color information
#DFE5CC (or 0xDFE5CC) is known color: Willow Brook. HEX triplet: DF, E5 and CC. RGB value is (223,229,204). Sum of RGB (Red+Green+Blue) = 223+229+204=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE5CC is #201A33. Grayscale: #E0E0E0. Windows color (decimal): -2103860 or 13428191. OLE color: 13428191.
HSL color Cylindrical-coordinate representation of color #DFE5CC: hue angle of 74.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFE5CC is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 204 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.10 |
| HSL | 74.4º | 0.32% | 0.85% | - |
| HSV(B) | 74.4º | 0.11% | 0.9% | - |
| XYZ | 69.35 | 76.09 | 68.16 | - |
| YUV | 224.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 204 | 0.03 | 0 | 0.11 | 0.10 | 74.4 | 0.32 | 0.85 |
| Hex | DF | E5 | CC | 3 | 0 | B | A | 4A | 20 | 55 |
| Octal | 337 | 345 | 314 | 3 | 0 | 13 | 12 | 112 | 40 | 125 |
| Binary | 11011111 | 11100101 | 11001100 | 11 | 0 | 1011 | 1010 | 1001010 | 100000 | 1010101 |
Color Harmonies of #DFE5CC
Complementary color
Monochromatic Colors of #DFE5CC
Black with #DFE5CC
Text Example
Text Example
White with #DFE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE5CC; }
p { color: rgb(223,229,204); }
H1.HeaderClassName
{
color: #DFE5CC;
}
.AnyTagClassName
{
color: #DFE5CC;
}
</style>
background-color css
<style>
a { background-color: #DFE5CC; }
a { background-color: rgb(223,229,204); }
div.DivClassName
{
background-color: #DFE5CC;
}
.BgClassName
{
background-color: #DFE5CC;
}
</style>
border-color css
<style>
span { border-color: #DFE5CC; }
span { border-color: rgb(223,229,204); }
td.TdClassName
{
border-color: #DFE5CC;
}
.TagClassName
{
border-color: #DFE5CC;
}
</style>