Shades of Willow Brook #DCE6C3
Tints of Willow Brook #DCE6C3
RGB
CMYK
RGB Variations
Color information
#DCE6C3 (or 0xDCE6C3) is known color: Willow Brook. HEX triplet: DC, E6 and C3. RGB value is (220,230,195). Sum of RGB (Red+Green+Blue) = 220+230+195=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 195 (76.56% from 255 or 30.23% from 645); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE6C3 is #23193C. Grayscale: #DFDFDF. Windows color (decimal): -2300221 or 12838620. OLE color: 12838620.
HSL color Cylindrical-coordinate representation of color #DCE6C3: hue angle of 77.14º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCE6C3 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 195 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.10 |
| HSL | 77.14º | 0.41% | 0.83% | - |
| HSV(B) | 77.14º | 0.15% | 0.9% | - |
| XYZ | 67.66 | 75.75 | 62.68 | - |
| YUV | 223.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 195 | 0.04 | 0 | 0.15 | 0.10 | 77.14 | 0.41 | 0.83 |
| Hex | DC | E6 | C3 | 4 | 0 | F | A | 4D | 29 | 53 |
| Octal | 334 | 346 | 303 | 4 | 0 | 17 | 12 | 115 | 51 | 123 |
| Binary | 11011100 | 11100110 | 11000011 | 100 | 0 | 1111 | 1010 | 1001101 | 101001 | 1010011 |
Color Harmonies of #DCE6C3
Complementary color
Monochromatic Colors of #DCE6C3
Black with #DCE6C3
Text Example
Text Example
White with #DCE6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6C3; }
p { color: rgb(220,230,195); }
H1.HeaderClassName
{
color: #DCE6C3;
}
.AnyTagClassName
{
color: #DCE6C3;
}
</style>
background-color css
<style>
a { background-color: #DCE6C3; }
a { background-color: rgb(220,230,195); }
div.DivClassName
{
background-color: #DCE6C3;
}
.BgClassName
{
background-color: #DCE6C3;
}
</style>
border-color css
<style>
span { border-color: #DCE6C3; }
span { border-color: rgb(220,230,195); }
td.TdClassName
{
border-color: #DCE6C3;
}
.TagClassName
{
border-color: #DCE6C3;
}
</style>