Shades of Willow Brook #DCEFBC
Tints of Willow Brook #DCEFBC
RGB
CMYK
RGB Variations
Color information
#DCEFBC (or 0xDCEFBC) is known color: Willow Brook. HEX triplet: DC, EF and BC. RGB value is (220,239,188). Sum of RGB (Red+Green+Blue) = 220+239+188=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 188 (73.83% from 255 or 29.06% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFBC is #231043. Grayscale: #E3E3E3. Windows color (decimal): -2297924 or 12382172. OLE color: 12382172.
HSL color Cylindrical-coordinate representation of color #DCEFBC: hue angle of 82.35º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCEFBC is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 188 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.06 |
| HSL | 82.35º | 0.61% | 0.84% | - |
| HSV(B) | 82.35º | 0.21% | 0.94% | - |
| XYZ | 69.46 | 80.58 | 59.47 | - |
| YUV | 227.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 188 | 0.08 | 0 | 0.21 | 0.06 | 82.35 | 0.61 | 0.84 |
| Hex | DC | EF | BC | 8 | 0 | 15 | 6 | 52 | 3D | 54 |
| Octal | 334 | 357 | 274 | 10 | 0 | 25 | 6 | 122 | 75 | 124 |
| Binary | 11011100 | 11101111 | 10111100 | 1000 | 0 | 10101 | 110 | 1010010 | 111101 | 1010100 |
Color Harmonies of #DCEFBC
Complementary color
Monochromatic Colors of #DCEFBC
Black with #DCEFBC
Text Example
Text Example
White with #DCEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFBC; }
p { color: rgb(220,239,188); }
H1.HeaderClassName
{
color: #DCEFBC;
}
.AnyTagClassName
{
color: #DCEFBC;
}
</style>
background-color css
<style>
a { background-color: #DCEFBC; }
a { background-color: rgb(220,239,188); }
div.DivClassName
{
background-color: #DCEFBC;
}
.BgClassName
{
background-color: #DCEFBC;
}
</style>
border-color css
<style>
span { border-color: #DCEFBC; }
span { border-color: rgb(220,239,188); }
td.TdClassName
{
border-color: #DCEFBC;
}
.TagClassName
{
border-color: #DCEFBC;
}
</style>