Shades of Willow Brook #DFE4CC
Tints of Willow Brook #DFE4CC
RGB
CMYK
RGB Variations
Color information
#DFE4CC (or 0xDFE4CC) is known color: Willow Brook. HEX triplet: DF, E4 and CC. RGB value is (223,228,204). Sum of RGB (Red+Green+Blue) = 223+228+204=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4CC is #201B33. Grayscale: #DFDFDF. Windows color (decimal): -2104116 or 13427935. OLE color: 13427935.
HSL color Cylindrical-coordinate representation of color #DFE4CC: hue angle of 72.5º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFE4CC is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 204 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.11 |
| HSL | 72.5º | 0.31% | 0.85% | - |
| HSV(B) | 72.5º | 0.11% | 0.89% | - |
| XYZ | 69.07 | 75.53 | 68.07 | - |
| YUV | 223.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 204 | 0.02 | 0 | 0.11 | 0.11 | 72.5 | 0.31 | 0.85 |
| Hex | DF | E4 | CC | 2 | 0 | B | B | 48 | 1F | 55 |
| Octal | 337 | 344 | 314 | 2 | 0 | 13 | 13 | 110 | 37 | 125 |
| Binary | 11011111 | 11100100 | 11001100 | 10 | 0 | 1011 | 1011 | 1001000 | 11111 | 1010101 |
Color Harmonies of #DFE4CC
Complementary color
Monochromatic Colors of #DFE4CC
Black with #DFE4CC
Text Example
Text Example
White with #DFE4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4CC; }
p { color: rgb(223,228,204); }
H1.HeaderClassName
{
color: #DFE4CC;
}
.AnyTagClassName
{
color: #DFE4CC;
}
</style>
background-color css
<style>
a { background-color: #DFE4CC; }
a { background-color: rgb(223,228,204); }
div.DivClassName
{
background-color: #DFE4CC;
}
.BgClassName
{
background-color: #DFE4CC;
}
</style>
border-color css
<style>
span { border-color: #DFE4CC; }
span { border-color: rgb(223,228,204); }
td.TdClassName
{
border-color: #DFE4CC;
}
.TagClassName
{
border-color: #DFE4CC;
}
</style>