Shades of Willow Brook #DFE5CB
Tints of Willow Brook #DFE5CB
RGB
CMYK
RGB Variations
Color information
#DFE5CB (or 0xDFE5CB) is known color: Willow Brook. HEX triplet: DF, E5 and CB. RGB value is (223,229,203). Sum of RGB (Red+Green+Blue) = 223+229+203=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE5CB is #201A34. Grayscale: #E0E0E0. Windows color (decimal): -2103861 or 13362655. OLE color: 13362655.
HSL color Cylindrical-coordinate representation of color #DFE5CB: hue angle of 73.85º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFE5CB is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 203 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.10 |
| HSL | 73.85º | 0.33% | 0.85% | - |
| HSV(B) | 73.85º | 0.11% | 0.9% | - |
| XYZ | 69.23 | 76.04 | 67.53 | - |
| YUV | 224.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 203 | 0.03 | 0 | 0.11 | 0.10 | 73.85 | 0.33 | 0.85 |
| Hex | DF | E5 | CB | 3 | 0 | B | A | 4A | 21 | 55 |
| Octal | 337 | 345 | 313 | 3 | 0 | 13 | 12 | 112 | 41 | 125 |
| Binary | 11011111 | 11100101 | 11001011 | 11 | 0 | 1011 | 1010 | 1001010 | 100001 | 1010101 |
Color Harmonies of #DFE5CB
Complementary color
Monochromatic Colors of #DFE5CB
Black with #DFE5CB
Text Example
Text Example
White with #DFE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE5CB; }
p { color: rgb(223,229,203); }
H1.HeaderClassName
{
color: #DFE5CB;
}
.AnyTagClassName
{
color: #DFE5CB;
}
</style>
background-color css
<style>
a { background-color: #DFE5CB; }
a { background-color: rgb(223,229,203); }
div.DivClassName
{
background-color: #DFE5CB;
}
.BgClassName
{
background-color: #DFE5CB;
}
</style>
border-color css
<style>
span { border-color: #DFE5CB; }
span { border-color: rgb(223,229,203); }
td.TdClassName
{
border-color: #DFE5CB;
}
.TagClassName
{
border-color: #DFE5CB;
}
</style>