Shades of Willow Brook #DCEFC0
Tints of Willow Brook #DCEFC0
RGB
CMYK
RGB Variations
Color information
#DCEFC0 (or 0xDCEFC0) is known color: Willow Brook. HEX triplet: DC, EF and C0. RGB value is (220,239,192). Sum of RGB (Red+Green+Blue) = 220+239+192=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFC0 is #23103F. Grayscale: #E4E4E4. Windows color (decimal): -2297920 or 12644316. OLE color: 12644316.
HSL color Cylindrical-coordinate representation of color #DCEFC0: hue angle of 84.26º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCEFC0 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 192 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.06 |
| HSL | 84.26º | 0.59% | 0.85% | - |
| HSV(B) | 84.26º | 0.2% | 0.94% | - |
| XYZ | 69.9 | 80.75 | 61.77 | - |
| YUV | 227.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 192 | 0.08 | 0 | 0.20 | 0.06 | 84.26 | 0.59 | 0.85 |
| Hex | DC | EF | C0 | 8 | 0 | 14 | 6 | 54 | 3B | 55 |
| Octal | 334 | 357 | 300 | 10 | 0 | 24 | 6 | 124 | 73 | 125 |
| Binary | 11011100 | 11101111 | 11000000 | 1000 | 0 | 10100 | 110 | 1010100 | 111011 | 1010101 |
Color Harmonies of #DCEFC0
Complementary color
Monochromatic Colors of #DCEFC0
Black with #DCEFC0
Text Example
Text Example
White with #DCEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFC0; }
p { color: rgb(220,239,192); }
H1.HeaderClassName
{
color: #DCEFC0;
}
.AnyTagClassName
{
color: #DCEFC0;
}
</style>
background-color css
<style>
a { background-color: #DCEFC0; }
a { background-color: rgb(220,239,192); }
div.DivClassName
{
background-color: #DCEFC0;
}
.BgClassName
{
background-color: #DCEFC0;
}
</style>
border-color css
<style>
span { border-color: #DCEFC0; }
span { border-color: rgb(220,239,192); }
td.TdClassName
{
border-color: #DCEFC0;
}
.TagClassName
{
border-color: #DCEFC0;
}
</style>