Shades of Willow Brook #DCE6C5
Tints of Willow Brook #DCE6C5
RGB
CMYK
RGB Variations
Color information
#DCE6C5 (or 0xDCE6C5) is known color: Willow Brook. HEX triplet: DC, E6 and C5. RGB value is (220,230,197). Sum of RGB (Red+Green+Blue) = 220+230+197=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 197 (77.34% from 255 or 30.45% from 647); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE6C5 is #23193A. Grayscale: #DFDFDF. Windows color (decimal): -2300219 or 12969692. OLE color: 12969692.
HSL color Cylindrical-coordinate representation of color #DCE6C5: hue angle of 78.18º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCE6C5 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 197 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.10 |
| HSL | 78.18º | 0.4% | 0.84% | - |
| HSV(B) | 78.18º | 0.14% | 0.9% | - |
| XYZ | 67.89 | 75.84 | 63.88 | - |
| YUV | 223.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 197 | 0.04 | 0 | 0.14 | 0.10 | 78.18 | 0.4 | 0.84 |
| Hex | DC | E6 | C5 | 4 | 0 | E | A | 4E | 28 | 54 |
| Octal | 334 | 346 | 305 | 4 | 0 | 16 | 12 | 116 | 50 | 124 |
| Binary | 11011100 | 11100110 | 11000101 | 100 | 0 | 1110 | 1010 | 1001110 | 101000 | 1010100 |
Color Harmonies of #DCE6C5
Complementary color
Monochromatic Colors of #DCE6C5
Black with #DCE6C5
Text Example
Text Example
White with #DCE6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6C5; }
p { color: rgb(220,230,197); }
H1.HeaderClassName
{
color: #DCE6C5;
}
.AnyTagClassName
{
color: #DCE6C5;
}
</style>
background-color css
<style>
a { background-color: #DCE6C5; }
a { background-color: rgb(220,230,197); }
div.DivClassName
{
background-color: #DCE6C5;
}
.BgClassName
{
background-color: #DCE6C5;
}
</style>
border-color css
<style>
span { border-color: #DCE6C5; }
span { border-color: rgb(220,230,197); }
td.TdClassName
{
border-color: #DCE6C5;
}
.TagClassName
{
border-color: #DCE6C5;
}
</style>