Shades of Willow Brook #DCECBB
Tints of Willow Brook #DCECBB
RGB
CMYK
RGB Variations
Color information
#DCECBB (or 0xDCECBB) is known color: Willow Brook. HEX triplet: DC, EC and BB. RGB value is (220,236,187). Sum of RGB (Red+Green+Blue) = 220+236+187=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECBB is #231344. Grayscale: #E1E1E1. Windows color (decimal): -2298693 or 12315868. OLE color: 12315868.
HSL color Cylindrical-coordinate representation of color #DCECBB: hue angle of 79.59º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCECBB is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 187 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.07 |
| HSL | 79.59º | 0.56% | 0.83% | - |
| HSV(B) | 79.59º | 0.21% | 0.93% | - |
| XYZ | 68.48 | 78.79 | 58.61 | - |
| YUV | 225.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 187 | 0.07 | 0 | 0.21 | 0.07 | 79.59 | 0.56 | 0.83 |
| Hex | DC | EC | BB | 7 | 0 | 15 | 7 | 50 | 38 | 53 |
| Octal | 334 | 354 | 273 | 7 | 0 | 25 | 7 | 120 | 70 | 123 |
| Binary | 11011100 | 11101100 | 10111011 | 111 | 0 | 10101 | 111 | 1010000 | 111000 | 1010011 |
Color Harmonies of #DCECBB
Complementary color
Monochromatic Colors of #DCECBB
Black with #DCECBB
Text Example
Text Example
White with #DCECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECBB; }
p { color: rgb(220,236,187); }
H1.HeaderClassName
{
color: #DCECBB;
}
.AnyTagClassName
{
color: #DCECBB;
}
</style>
background-color css
<style>
a { background-color: #DCECBB; }
a { background-color: rgb(220,236,187); }
div.DivClassName
{
background-color: #DCECBB;
}
.BgClassName
{
background-color: #DCECBB;
}
</style>
border-color css
<style>
span { border-color: #DCECBB; }
span { border-color: rgb(220,236,187); }
td.TdClassName
{
border-color: #DCECBB;
}
.TagClassName
{
border-color: #DCECBB;
}
</style>