Shades of Willow Brook #DFEACA
Tints of Willow Brook #DFEACA
RGB
CMYK
RGB Variations
Color information
#DFEACA (or 0xDFEACA) is known color: Willow Brook. HEX triplet: DF, EA and CA. RGB value is (223,234,202). Sum of RGB (Red+Green+Blue) = 223+234+202=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEACA is #201535. Grayscale: #E3E3E3. Windows color (decimal): -2102582 or 13298399. OLE color: 13298399.
HSL color Cylindrical-coordinate representation of color #DFEACA: hue angle of 80.62º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFEACA is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 202 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.08 |
| HSL | 80.63º | 0.43% | 0.85% | - |
| HSV(B) | 80.63º | 0.14% | 0.92% | - |
| XYZ | 70.51 | 78.8 | 67.37 | - |
| YUV | 227.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 202 | 0.05 | 0 | 0.14 | 0.08 | 80.63 | 0.43 | 0.85 |
| Hex | DF | EA | CA | 5 | 0 | E | 8 | 51 | 2B | 55 |
| Octal | 337 | 352 | 312 | 5 | 0 | 16 | 10 | 121 | 53 | 125 |
| Binary | 11011111 | 11101010 | 11001010 | 101 | 0 | 1110 | 1000 | 1010001 | 101011 | 1010101 |
Color Harmonies of #DFEACA
Complementary color
Monochromatic Colors of #DFEACA
Black with #DFEACA
Text Example
Text Example
White with #DFEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEACA; }
p { color: rgb(223,234,202); }
H1.HeaderClassName
{
color: #DFEACA;
}
.AnyTagClassName
{
color: #DFEACA;
}
</style>
background-color css
<style>
a { background-color: #DFEACA; }
a { background-color: rgb(223,234,202); }
div.DivClassName
{
background-color: #DFEACA;
}
.BgClassName
{
background-color: #DFEACA;
}
</style>
border-color css
<style>
span { border-color: #DFEACA; }
span { border-color: rgb(223,234,202); }
td.TdClassName
{
border-color: #DFEACA;
}
.TagClassName
{
border-color: #DFEACA;
}
</style>