Shades of Willow Brook #DCEDBE
Tints of Willow Brook #DCEDBE
RGB
CMYK
RGB Variations
Color information
#DCEDBE (or 0xDCEDBE) is known color: Willow Brook. HEX triplet: DC, ED and BE. RGB value is (220,237,190). Sum of RGB (Red+Green+Blue) = 220+237+190=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDBE is #231241. Grayscale: #E2E2E2. Windows color (decimal): -2298434 or 12512732. OLE color: 12512732.
HSL color Cylindrical-coordinate representation of color #DCEDBE: hue angle of 81.7º 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 #DCEDBE is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 190 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.07 |
| HSL | 81.7º | 0.57% | 0.84% | - |
| HSV(B) | 81.7º | 0.2% | 0.93% | - |
| XYZ | 69.09 | 79.5 | 60.42 | - |
| YUV | 226.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 190 | 0.07 | 0 | 0.20 | 0.07 | 81.7 | 0.57 | 0.84 |
| Hex | DC | ED | BE | 7 | 0 | 14 | 7 | 52 | 39 | 54 |
| Octal | 334 | 355 | 276 | 7 | 0 | 24 | 7 | 122 | 71 | 124 |
| Binary | 11011100 | 11101101 | 10111110 | 111 | 0 | 10100 | 111 | 1010010 | 111001 | 1010100 |
Color Harmonies of #DCEDBE
Complementary color
Monochromatic Colors of #DCEDBE
Black with #DCEDBE
Text Example
Text Example
White with #DCEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDBE; }
p { color: rgb(220,237,190); }
H1.HeaderClassName
{
color: #DCEDBE;
}
.AnyTagClassName
{
color: #DCEDBE;
}
</style>
background-color css
<style>
a { background-color: #DCEDBE; }
a { background-color: rgb(220,237,190); }
div.DivClassName
{
background-color: #DCEDBE;
}
.BgClassName
{
background-color: #DCEDBE;
}
</style>
border-color css
<style>
span { border-color: #DCEDBE; }
span { border-color: rgb(220,237,190); }
td.TdClassName
{
border-color: #DCEDBE;
}
.TagClassName
{
border-color: #DCEDBE;
}
</style>