Shades of Willow Brook #DCEDBD
Tints of Willow Brook #DCEDBD
RGB
CMYK
RGB Variations
Color information
#DCEDBD (or 0xDCEDBD) is known color: Willow Brook. HEX triplet: DC, ED and BD. RGB value is (220,237,189). Sum of RGB (Red+Green+Blue) = 220+237+189=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDBD is #231242. Grayscale: #E2E2E2. Windows color (decimal): -2298435 or 12447196. OLE color: 12447196.
HSL color Cylindrical-coordinate representation of color #DCEDBD: hue angle of 81.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCEDBD is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 189 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.07 |
| HSL | 81.25º | 0.57% | 0.84% | - |
| HSV(B) | 81.25º | 0.2% | 0.93% | - |
| XYZ | 68.98 | 79.46 | 59.85 | - |
| YUV | 226.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 189 | 0.07 | 0 | 0.20 | 0.07 | 81.25 | 0.57 | 0.84 |
| Hex | DC | ED | BD | 7 | 0 | 14 | 7 | 51 | 39 | 54 |
| Octal | 334 | 355 | 275 | 7 | 0 | 24 | 7 | 121 | 71 | 124 |
| Binary | 11011100 | 11101101 | 10111101 | 111 | 0 | 10100 | 111 | 1010001 | 111001 | 1010100 |
Color Harmonies of #DCEDBD
Complementary color
Monochromatic Colors of #DCEDBD
Black with #DCEDBD
Text Example
Text Example
White with #DCEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDBD; }
p { color: rgb(220,237,189); }
H1.HeaderClassName
{
color: #DCEDBD;
}
.AnyTagClassName
{
color: #DCEDBD;
}
</style>
background-color css
<style>
a { background-color: #DCEDBD; }
a { background-color: rgb(220,237,189); }
div.DivClassName
{
background-color: #DCEDBD;
}
.BgClassName
{
background-color: #DCEDBD;
}
</style>
border-color css
<style>
span { border-color: #DCEDBD; }
span { border-color: rgb(220,237,189); }
td.TdClassName
{
border-color: #DCEDBD;
}
.TagClassName
{
border-color: #DCEDBD;
}
</style>