Shades of Willow Brook #DAEDBD
Tints of Willow Brook #DAEDBD
RGB
CMYK
RGB Variations
Color information
#DAEDBD (or 0xDAEDBD) is known color: Willow Brook. HEX triplet: DA, ED and BD. RGB value is (218,237,189). Sum of RGB (Red+Green+Blue) = 218+237+189=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDBD is #251242. Grayscale: #E2E2E2. Windows color (decimal): -2429507 or 12447194. OLE color: 12447194.
HSL color Cylindrical-coordinate representation of color #DAEDBD: hue angle of 83.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAEDBD is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 237 | 189 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.07 |
| HSL | 83.75º | 0.57% | 0.84% | - |
| HSV(B) | 83.75º | 0.2% | 0.93% | - |
| XYZ | 68.38 | 79.15 | 59.82 | - |
| YUV | 225.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 237 | 189 | 0.08 | 0 | 0.20 | 0.07 | 83.75 | 0.57 | 0.84 |
| Hex | DA | ED | BD | 8 | 0 | 14 | 7 | 54 | 39 | 54 |
| Octal | 332 | 355 | 275 | 10 | 0 | 24 | 7 | 124 | 71 | 124 |
| Binary | 11011010 | 11101101 | 10111101 | 1000 | 0 | 10100 | 111 | 1010100 | 111001 | 1010100 |
Color Harmonies of #DAEDBD
Complementary color
Monochromatic Colors of #DAEDBD
Black with #DAEDBD
Text Example
Text Example
White with #DAEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDBD; }
p { color: rgb(218,237,189); }
H1.HeaderClassName
{
color: #DAEDBD;
}
.AnyTagClassName
{
color: #DAEDBD;
}
</style>
background-color css
<style>
a { background-color: #DAEDBD; }
a { background-color: rgb(218,237,189); }
div.DivClassName
{
background-color: #DAEDBD;
}
.BgClassName
{
background-color: #DAEDBD;
}
</style>
border-color css
<style>
span { border-color: #DAEDBD; }
span { border-color: rgb(218,237,189); }
td.TdClassName
{
border-color: #DAEDBD;
}
.TagClassName
{
border-color: #DAEDBD;
}
</style>