Shades of Willow Brook #DFE4CD
Tints of Willow Brook #DFE4CD
RGB
CMYK
RGB Variations
Color information
#DFE4CD (or 0xDFE4CD) is known color: Willow Brook. HEX triplet: DF, E4 and CD. RGB value is (223,228,205). Sum of RGB (Red+Green+Blue) = 223+228+205=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4CD is #201B32. Grayscale: #DFDFDF. Windows color (decimal): -2104115 or 13493471. OLE color: 13493471.
HSL color Cylindrical-coordinate representation of color #DFE4CD: hue angle of 73.04º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFE4CD is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 205 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.11 |
| HSL | 73.04º | 0.3% | 0.85% | - |
| HSV(B) | 73.04º | 0.1% | 0.89% | - |
| XYZ | 69.19 | 75.58 | 68.7 | - |
| YUV | 223.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 205 | 0.02 | 0 | 0.10 | 0.11 | 73.04 | 0.3 | 0.85 |
| Hex | DF | E4 | CD | 2 | 0 | A | B | 49 | 1E | 55 |
| Octal | 337 | 344 | 315 | 2 | 0 | 12 | 13 | 111 | 36 | 125 |
| Binary | 11011111 | 11100100 | 11001101 | 10 | 0 | 1010 | 1011 | 1001001 | 11110 | 1010101 |
Color Harmonies of #DFE4CD
Complementary color
Monochromatic Colors of #DFE4CD
Black with #DFE4CD
Text Example
Text Example
White with #DFE4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4CD; }
p { color: rgb(223,228,205); }
H1.HeaderClassName
{
color: #DFE4CD;
}
.AnyTagClassName
{
color: #DFE4CD;
}
</style>
background-color css
<style>
a { background-color: #DFE4CD; }
a { background-color: rgb(223,228,205); }
div.DivClassName
{
background-color: #DFE4CD;
}
.BgClassName
{
background-color: #DFE4CD;
}
</style>
border-color css
<style>
span { border-color: #DFE4CD; }
span { border-color: rgb(223,228,205); }
td.TdClassName
{
border-color: #DFE4CD;
}
.TagClassName
{
border-color: #DFE4CD;
}
</style>