Shades of Willow Brook #DCEDBC
Tints of Willow Brook #DCEDBC
RGB
CMYK
RGB Variations
Color information
#DCEDBC (or 0xDCEDBC) is known color: Willow Brook. HEX triplet: DC, ED and BC. RGB value is (220,237,188). Sum of RGB (Red+Green+Blue) = 220+237+188=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 188 (73.83% from 255 or 29.15% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDBC is #231243. Grayscale: #E2E2E2. Windows color (decimal): -2298436 or 12381660. OLE color: 12381660.
HSL color Cylindrical-coordinate representation of color #DCEDBC: hue angle of 80.82º degrees, saturation: 0.58, 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 #DCEDBC is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 188 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.07 |
| HSL | 80.82º | 0.58% | 0.83% | - |
| HSV(B) | 80.82º | 0.21% | 0.93% | - |
| XYZ | 68.88 | 79.41 | 59.28 | - |
| YUV | 226.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 188 | 0.07 | 0 | 0.21 | 0.07 | 80.82 | 0.58 | 0.83 |
| Hex | DC | ED | BC | 7 | 0 | 15 | 7 | 51 | 3A | 53 |
| Octal | 334 | 355 | 274 | 7 | 0 | 25 | 7 | 121 | 72 | 123 |
| Binary | 11011100 | 11101101 | 10111100 | 111 | 0 | 10101 | 111 | 1010001 | 111010 | 1010011 |
Color Harmonies of #DCEDBC
Complementary color
Monochromatic Colors of #DCEDBC
Black with #DCEDBC
Text Example
Text Example
White with #DCEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDBC; }
p { color: rgb(220,237,188); }
H1.HeaderClassName
{
color: #DCEDBC;
}
.AnyTagClassName
{
color: #DCEDBC;
}
</style>
background-color css
<style>
a { background-color: #DCEDBC; }
a { background-color: rgb(220,237,188); }
div.DivClassName
{
background-color: #DCEDBC;
}
.BgClassName
{
background-color: #DCEDBC;
}
</style>
border-color css
<style>
span { border-color: #DCEDBC; }
span { border-color: rgb(220,237,188); }
td.TdClassName
{
border-color: #DCEDBC;
}
.TagClassName
{
border-color: #DCEDBC;
}
</style>