Shades of Willow Brook #DFEBC0
Tints of Willow Brook #DFEBC0
RGB
CMYK
RGB Variations
Color information
#DFEBC0 (or 0xDFEBC0) is known color: Willow Brook. HEX triplet: DF, EB and C0. RGB value is (223,235,192). Sum of RGB (Red+Green+Blue) = 223+235+192=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBC0 is #20143F. Grayscale: #E2E2E2. Windows color (decimal): -2102336 or 12643295. OLE color: 12643295.
HSL color Cylindrical-coordinate representation of color #DFEBC0: hue angle of 76.74º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFEBC0 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 192 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.08 |
| HSL | 76.74º | 0.52% | 0.84% | - |
| HSV(B) | 76.74º | 0.18% | 0.92% | - |
| XYZ | 69.65 | 78.91 | 61.43 | - |
| YUV | 226.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 192 | 0.05 | 0 | 0.18 | 0.08 | 76.74 | 0.52 | 0.84 |
| Hex | DF | EB | C0 | 5 | 0 | 12 | 8 | 4D | 34 | 54 |
| Octal | 337 | 353 | 300 | 5 | 0 | 22 | 10 | 115 | 64 | 124 |
| Binary | 11011111 | 11101011 | 11000000 | 101 | 0 | 10010 | 1000 | 1001101 | 110100 | 1010100 |
Color Harmonies of #DFEBC0
Complementary color
Monochromatic Colors of #DFEBC0
Black with #DFEBC0
Text Example
Text Example
White with #DFEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBC0; }
p { color: rgb(223,235,192); }
H1.HeaderClassName
{
color: #DFEBC0;
}
.AnyTagClassName
{
color: #DFEBC0;
}
</style>
background-color css
<style>
a { background-color: #DFEBC0; }
a { background-color: rgb(223,235,192); }
div.DivClassName
{
background-color: #DFEBC0;
}
.BgClassName
{
background-color: #DFEBC0;
}
</style>
border-color css
<style>
span { border-color: #DFEBC0; }
span { border-color: rgb(223,235,192); }
td.TdClassName
{
border-color: #DFEBC0;
}
.TagClassName
{
border-color: #DFEBC0;
}
</style>