Shades of Willow Brook #DCEDC6
Tints of Willow Brook #DCEDC6
RGB
CMYK
RGB Variations
Color information
#DCEDC6 (or 0xDCEDC6) is known color: Willow Brook. HEX triplet: DC, ED and C6. RGB value is (220,237,198). Sum of RGB (Red+Green+Blue) = 220+237+198=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDC6 is #231239. Grayscale: #E3E3E3. Windows color (decimal): -2298426 or 13037020. OLE color: 13037020.
HSL color Cylindrical-coordinate representation of color #DCEDC6: hue angle of 86.15º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCEDC6 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 198 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.07 |
| HSL | 86.15º | 0.52% | 0.85% | - |
| HSV(B) | 86.15º | 0.16% | 0.93% | - |
| XYZ | 69.99 | 79.86 | 65.15 | - |
| YUV | 227.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 198 | 0.07 | 0 | 0.16 | 0.07 | 86.15 | 0.52 | 0.85 |
| Hex | DC | ED | C6 | 7 | 0 | 10 | 7 | 56 | 34 | 55 |
| Octal | 334 | 355 | 306 | 7 | 0 | 20 | 7 | 126 | 64 | 125 |
| Binary | 11011100 | 11101101 | 11000110 | 111 | 0 | 10000 | 111 | 1010110 | 110100 | 1010101 |
Color Harmonies of #DCEDC6
Complementary color
Monochromatic Colors of #DCEDC6
Black with #DCEDC6
Text Example
Text Example
White with #DCEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDC6; }
p { color: rgb(220,237,198); }
H1.HeaderClassName
{
color: #DCEDC6;
}
.AnyTagClassName
{
color: #DCEDC6;
}
</style>
background-color css
<style>
a { background-color: #DCEDC6; }
a { background-color: rgb(220,237,198); }
div.DivClassName
{
background-color: #DCEDC6;
}
.BgClassName
{
background-color: #DCEDC6;
}
</style>
border-color css
<style>
span { border-color: #DCEDC6; }
span { border-color: rgb(220,237,198); }
td.TdClassName
{
border-color: #DCEDC6;
}
.TagClassName
{
border-color: #DCEDC6;
}
</style>