Shades of Willow Brook #DCE6CB
Tints of Willow Brook #DCE6CB
RGB
CMYK
RGB Variations
Color information
#DCE6CB (or 0xDCE6CB) is known color: Willow Brook. HEX triplet: DC, E6 and CB. RGB value is (220,230,203). Sum of RGB (Red+Green+Blue) = 220+230+203=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE6CB is #231934. Grayscale: #E0E0E0. Windows color (decimal): -2300213 or 13362908. OLE color: 13362908.
HSL color Cylindrical-coordinate representation of color #DCE6CB: hue angle of 82.22º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCE6CB is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 203 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.10 |
| HSL | 82.22º | 0.35% | 0.85% | - |
| HSV(B) | 82.22º | 0.12% | 0.9% | - |
| XYZ | 68.59 | 76.12 | 67.58 | - |
| YUV | 223.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 203 | 0.04 | 0 | 0.12 | 0.10 | 82.22 | 0.35 | 0.85 |
| Hex | DC | E6 | CB | 4 | 0 | C | A | 52 | 23 | 55 |
| Octal | 334 | 346 | 313 | 4 | 0 | 14 | 12 | 122 | 43 | 125 |
| Binary | 11011100 | 11100110 | 11001011 | 100 | 0 | 1100 | 1010 | 1010010 | 100011 | 1010101 |
Color Harmonies of #DCE6CB
Complementary color
Monochromatic Colors of #DCE6CB
Black with #DCE6CB
Text Example
Text Example
White with #DCE6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6CB; }
p { color: rgb(220,230,203); }
H1.HeaderClassName
{
color: #DCE6CB;
}
.AnyTagClassName
{
color: #DCE6CB;
}
</style>
background-color css
<style>
a { background-color: #DCE6CB; }
a { background-color: rgb(220,230,203); }
div.DivClassName
{
background-color: #DCE6CB;
}
.BgClassName
{
background-color: #DCE6CB;
}
</style>
border-color css
<style>
span { border-color: #DCE6CB; }
span { border-color: rgb(220,230,203); }
td.TdClassName
{
border-color: #DCE6CB;
}
.TagClassName
{
border-color: #DCE6CB;
}
</style>