Shades of Willow Brook #DAEDBB
Tints of Willow Brook #DAEDBB
RGB
CMYK
RGB Variations
Color information
#DAEDBB (or 0xDAEDBB) is known color: Willow Brook. HEX triplet: DA, ED and BB. RGB value is (218,237,187). Sum of RGB (Red+Green+Blue) = 218+237+187=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDBB is #251244. Grayscale: #E1E1E1. Windows color (decimal): -2429509 or 12316122. OLE color: 12316122.
HSL color Cylindrical-coordinate representation of color #DAEDBB: hue angle of 82.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAEDBB is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 237 | 187 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.07 |
| HSL | 82.8º | 0.58% | 0.83% | - |
| HSV(B) | 82.8º | 0.21% | 0.93% | - |
| XYZ | 68.17 | 79.06 | 58.68 | - |
| YUV | 225.62 | 106.21 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 237 | 187 | 0.08 | 0 | 0.21 | 0.07 | 82.8 | 0.58 | 0.83 |
| Hex | DA | ED | BB | 8 | 0 | 15 | 7 | 53 | 3A | 53 |
| Octal | 332 | 355 | 273 | 10 | 0 | 25 | 7 | 123 | 72 | 123 |
| Binary | 11011010 | 11101101 | 10111011 | 1000 | 0 | 10101 | 111 | 1010011 | 111010 | 1010011 |
Color Harmonies of #DAEDBB
Complementary color
Monochromatic Colors of #DAEDBB
Black with #DAEDBB
Text Example
Text Example
White with #DAEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDBB; }
p { color: rgb(218,237,187); }
H1.HeaderClassName
{
color: #DAEDBB;
}
.AnyTagClassName
{
color: #DAEDBB;
}
</style>
background-color css
<style>
a { background-color: #DAEDBB; }
a { background-color: rgb(218,237,187); }
div.DivClassName
{
background-color: #DAEDBB;
}
.BgClassName
{
background-color: #DAEDBB;
}
</style>
border-color css
<style>
span { border-color: #DAEDBB; }
span { border-color: rgb(218,237,187); }
td.TdClassName
{
border-color: #DAEDBB;
}
.TagClassName
{
border-color: #DAEDBB;
}
</style>