Shades of Willow Brook #DCEABB
Tints of Willow Brook #DCEABB
RGB
CMYK
RGB Variations
Color information
#DCEABB (or 0xDCEABB) is known color: Willow Brook. HEX triplet: DC, EA and BB. RGB value is (220,234,187). Sum of RGB (Red+Green+Blue) = 220+234+187=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEABB is #231544. Grayscale: #E0E0E0. Windows color (decimal): -2299205 or 12315356. OLE color: 12315356.
HSL color Cylindrical-coordinate representation of color #DCEABB: hue angle of 77.87º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCEABB is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 187 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.08 |
| HSL | 77.87º | 0.53% | 0.83% | - |
| HSV(B) | 77.87º | 0.2% | 0.92% | - |
| XYZ | 67.91 | 77.65 | 58.42 | - |
| YUV | 224.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 187 | 0.06 | 0 | 0.20 | 0.08 | 77.87 | 0.53 | 0.83 |
| Hex | DC | EA | BB | 6 | 0 | 14 | 8 | 4E | 35 | 53 |
| Octal | 334 | 352 | 273 | 6 | 0 | 24 | 10 | 116 | 65 | 123 |
| Binary | 11011100 | 11101010 | 10111011 | 110 | 0 | 10100 | 1000 | 1001110 | 110101 | 1010011 |
Color Harmonies of #DCEABB
Complementary color
Monochromatic Colors of #DCEABB
Black with #DCEABB
Text Example
Text Example
White with #DCEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEABB; }
p { color: rgb(220,234,187); }
H1.HeaderClassName
{
color: #DCEABB;
}
.AnyTagClassName
{
color: #DCEABB;
}
</style>
background-color css
<style>
a { background-color: #DCEABB; }
a { background-color: rgb(220,234,187); }
div.DivClassName
{
background-color: #DCEABB;
}
.BgClassName
{
background-color: #DCEABB;
}
</style>
border-color css
<style>
span { border-color: #DCEABB; }
span { border-color: rgb(220,234,187); }
td.TdClassName
{
border-color: #DCEABB;
}
.TagClassName
{
border-color: #DCEABB;
}
</style>