Shades of Willow Brook #DFE4CB
Tints of Willow Brook #DFE4CB
RGB
CMYK
RGB Variations
Color information
#DFE4CB (or 0xDFE4CB) is known color: Willow Brook. HEX triplet: DF, E4 and CB. RGB value is (223,228,203). Sum of RGB (Red+Green+Blue) = 223+228+203=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4CB is #201B34. Grayscale: #DFDFDF. Windows color (decimal): -2104117 or 13362399. OLE color: 13362399.
HSL color Cylindrical-coordinate representation of color #DFE4CB: hue angle of 72º degrees, saturation: 0.32, 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 #DFE4CB is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 203 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.11 |
| HSL | 72º | 0.32% | 0.85% | - |
| HSV(B) | 72º | 0.11% | 0.89% | - |
| XYZ | 68.95 | 75.49 | 67.44 | - |
| YUV | 223.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 203 | 0.02 | 0 | 0.11 | 0.11 | 72 | 0.32 | 0.85 |
| Hex | DF | E4 | CB | 2 | 0 | B | B | 48 | 20 | 55 |
| Octal | 337 | 344 | 313 | 2 | 0 | 13 | 13 | 110 | 40 | 125 |
| Binary | 11011111 | 11100100 | 11001011 | 10 | 0 | 1011 | 1011 | 1001000 | 100000 | 1010101 |
Color Harmonies of #DFE4CB
Complementary color
Monochromatic Colors of #DFE4CB
Black with #DFE4CB
Text Example
Text Example
White with #DFE4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4CB; }
p { color: rgb(223,228,203); }
H1.HeaderClassName
{
color: #DFE4CB;
}
.AnyTagClassName
{
color: #DFE4CB;
}
</style>
background-color css
<style>
a { background-color: #DFE4CB; }
a { background-color: rgb(223,228,203); }
div.DivClassName
{
background-color: #DFE4CB;
}
.BgClassName
{
background-color: #DFE4CB;
}
</style>
border-color css
<style>
span { border-color: #DFE4CB; }
span { border-color: rgb(223,228,203); }
td.TdClassName
{
border-color: #DFE4CB;
}
.TagClassName
{
border-color: #DFE4CB;
}
</style>