Shades of Willow Brook #DCEBC4
Tints of Willow Brook #DCEBC4
RGB
CMYK
RGB Variations
Color information
#DCEBC4 (or 0xDCEBC4) is known color: Willow Brook. HEX triplet: DC, EB and C4. RGB value is (220,235,196). Sum of RGB (Red+Green+Blue) = 220+235+196=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBC4 is #23143B. Grayscale: #E2E2E2. Windows color (decimal): -2298940 or 12905436. OLE color: 12905436.
HSL color Cylindrical-coordinate representation of color #DCEBC4: hue angle of 83.08º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCEBC4 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 196 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.08 |
| HSL | 83.08º | 0.49% | 0.85% | - |
| HSV(B) | 83.08º | 0.17% | 0.92% | - |
| XYZ | 69.19 | 78.62 | 63.75 | - |
| YUV | 226.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 196 | 0.06 | 0 | 0.17 | 0.08 | 83.08 | 0.49 | 0.85 |
| Hex | DC | EB | C4 | 6 | 0 | 11 | 8 | 53 | 31 | 55 |
| Octal | 334 | 353 | 304 | 6 | 0 | 21 | 10 | 123 | 61 | 125 |
| Binary | 11011100 | 11101011 | 11000100 | 110 | 0 | 10001 | 1000 | 1010011 | 110001 | 1010101 |
Color Harmonies of #DCEBC4
Complementary color
Monochromatic Colors of #DCEBC4
Black with #DCEBC4
Text Example
Text Example
White with #DCEBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBC4; }
p { color: rgb(220,235,196); }
H1.HeaderClassName
{
color: #DCEBC4;
}
.AnyTagClassName
{
color: #DCEBC4;
}
</style>
background-color css
<style>
a { background-color: #DCEBC4; }
a { background-color: rgb(220,235,196); }
div.DivClassName
{
background-color: #DCEBC4;
}
.BgClassName
{
background-color: #DCEBC4;
}
</style>
border-color css
<style>
span { border-color: #DCEBC4; }
span { border-color: rgb(220,235,196); }
td.TdClassName
{
border-color: #DCEBC4;
}
.TagClassName
{
border-color: #DCEBC4;
}
</style>