Shades of Willow Brook #DCEABE
Tints of Willow Brook #DCEABE
RGB
CMYK
RGB Variations
Color information
#DCEABE (or 0xDCEABE) is known color: Willow Brook. HEX triplet: DC, EA and BE. RGB value is (220,234,190). Sum of RGB (Red+Green+Blue) = 220+234+190=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEABE is #231541. Grayscale: #E0E0E0. Windows color (decimal): -2299202 or 12511964. OLE color: 12511964.
HSL color Cylindrical-coordinate representation of color #DCEABE: hue angle of 79.09º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCEABE is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 190 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.08 |
| HSL | 79.09º | 0.51% | 0.83% | - |
| HSV(B) | 79.09º | 0.19% | 0.92% | - |
| XYZ | 68.23 | 77.78 | 60.13 | - |
| YUV | 224.8 | 108.36 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 190 | 0.06 | 0 | 0.19 | 0.08 | 79.09 | 0.51 | 0.83 |
| Hex | DC | EA | BE | 6 | 0 | 13 | 8 | 4F | 33 | 53 |
| Octal | 334 | 352 | 276 | 6 | 0 | 23 | 10 | 117 | 63 | 123 |
| Binary | 11011100 | 11101010 | 10111110 | 110 | 0 | 10011 | 1000 | 1001111 | 110011 | 1010011 |
Color Harmonies of #DCEABE
Complementary color
Monochromatic Colors of #DCEABE
Black with #DCEABE
Text Example
Text Example
White with #DCEABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEABE; }
p { color: rgb(220,234,190); }
H1.HeaderClassName
{
color: #DCEABE;
}
.AnyTagClassName
{
color: #DCEABE;
}
</style>
background-color css
<style>
a { background-color: #DCEABE; }
a { background-color: rgb(220,234,190); }
div.DivClassName
{
background-color: #DCEABE;
}
.BgClassName
{
background-color: #DCEABE;
}
</style>
border-color css
<style>
span { border-color: #DCEABE; }
span { border-color: rgb(220,234,190); }
td.TdClassName
{
border-color: #DCEABE;
}
.TagClassName
{
border-color: #DCEABE;
}
</style>