Shades of Willow Brook #DCEABD
Tints of Willow Brook #DCEABD
RGB
CMYK
RGB Variations
Color information
#DCEABD (or 0xDCEABD) is known color: Willow Brook. HEX triplet: DC, EA and BD. RGB value is (220,234,189). Sum of RGB (Red+Green+Blue) = 220+234+189=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEABD is #231542. Grayscale: #E0E0E0. Windows color (decimal): -2299203 or 12446428. OLE color: 12446428.
HSL color Cylindrical-coordinate representation of color #DCEABD: hue angle of 78.67º degrees, saturation: 0.52, 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 #DCEABD is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 189 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.08 |
| HSL | 78.67º | 0.52% | 0.83% | - |
| HSV(B) | 78.67º | 0.19% | 0.92% | - |
| XYZ | 68.12 | 77.74 | 59.56 | - |
| YUV | 224.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 189 | 0.06 | 0 | 0.19 | 0.08 | 78.67 | 0.52 | 0.83 |
| Hex | DC | EA | BD | 6 | 0 | 13 | 8 | 4F | 34 | 53 |
| Octal | 334 | 352 | 275 | 6 | 0 | 23 | 10 | 117 | 64 | 123 |
| Binary | 11011100 | 11101010 | 10111101 | 110 | 0 | 10011 | 1000 | 1001111 | 110100 | 1010011 |
Color Harmonies of #DCEABD
Complementary color
Monochromatic Colors of #DCEABD
Black with #DCEABD
Text Example
Text Example
White with #DCEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEABD; }
p { color: rgb(220,234,189); }
H1.HeaderClassName
{
color: #DCEABD;
}
.AnyTagClassName
{
color: #DCEABD;
}
</style>
background-color css
<style>
a { background-color: #DCEABD; }
a { background-color: rgb(220,234,189); }
div.DivClassName
{
background-color: #DCEABD;
}
.BgClassName
{
background-color: #DCEABD;
}
</style>
border-color css
<style>
span { border-color: #DCEABD; }
span { border-color: rgb(220,234,189); }
td.TdClassName
{
border-color: #DCEABD;
}
.TagClassName
{
border-color: #DCEABD;
}
</style>