Shades of Willow Brook #DFEAC0
Tints of Willow Brook #DFEAC0
RGB
CMYK
RGB Variations
Color information
#DFEAC0 (or 0xDFEAC0) is known color: Willow Brook. HEX triplet: DF, EA and C0. RGB value is (223,234,192). Sum of RGB (Red+Green+Blue) = 223+234+192=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEAC0 is #20153F. Grayscale: #E2E2E2. Windows color (decimal): -2102592 or 12643039. OLE color: 12643039.
HSL color Cylindrical-coordinate representation of color #DFEAC0: hue angle of 75.71º degrees, saturation: 0.5, 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 #DFEAC0 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 192 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.08 |
| HSL | 75.71º | 0.5% | 0.84% | - |
| HSV(B) | 75.71º | 0.18% | 0.92% | - |
| XYZ | 69.37 | 78.34 | 61.33 | - |
| YUV | 225.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 192 | 0.05 | 0 | 0.18 | 0.08 | 75.71 | 0.5 | 0.84 |
| Hex | DF | EA | C0 | 5 | 0 | 12 | 8 | 4C | 32 | 54 |
| Octal | 337 | 352 | 300 | 5 | 0 | 22 | 10 | 114 | 62 | 124 |
| Binary | 11011111 | 11101010 | 11000000 | 101 | 0 | 10010 | 1000 | 1001100 | 110010 | 1010100 |
Color Harmonies of #DFEAC0
Complementary color
Monochromatic Colors of #DFEAC0
Black with #DFEAC0
Text Example
Text Example
White with #DFEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAC0; }
p { color: rgb(223,234,192); }
H1.HeaderClassName
{
color: #DFEAC0;
}
.AnyTagClassName
{
color: #DFEAC0;
}
</style>
background-color css
<style>
a { background-color: #DFEAC0; }
a { background-color: rgb(223,234,192); }
div.DivClassName
{
background-color: #DFEAC0;
}
.BgClassName
{
background-color: #DFEAC0;
}
</style>
border-color css
<style>
span { border-color: #DFEAC0; }
span { border-color: rgb(223,234,192); }
td.TdClassName
{
border-color: #DFEAC0;
}
.TagClassName
{
border-color: #DFEAC0;
}
</style>