Shades of Willow Brook #DAEDBC
Tints of Willow Brook #DAEDBC
RGB
CMYK
RGB Variations
Color information
#DAEDBC (or 0xDAEDBC) is known color: Willow Brook. HEX triplet: DA, ED and BC. RGB value is (218,237,188). Sum of RGB (Red+Green+Blue) = 218+237+188=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDBC is #251243. Grayscale: #E1E1E1. Windows color (decimal): -2429508 or 12381658. OLE color: 12381658.
HSL color Cylindrical-coordinate representation of color #DAEDBC: hue angle of 83.27º 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 #DAEDBC is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 237 | 188 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.07 |
| HSL | 83.27º | 0.58% | 0.83% | - |
| HSV(B) | 83.27º | 0.21% | 0.93% | - |
| XYZ | 68.27 | 79.1 | 59.25 | - |
| YUV | 225.73 | 106.71 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 237 | 188 | 0.08 | 0 | 0.21 | 0.07 | 83.27 | 0.58 | 0.83 |
| Hex | DA | ED | BC | 8 | 0 | 15 | 7 | 53 | 3A | 53 |
| Octal | 332 | 355 | 274 | 10 | 0 | 25 | 7 | 123 | 72 | 123 |
| Binary | 11011010 | 11101101 | 10111100 | 1000 | 0 | 10101 | 111 | 1010011 | 111010 | 1010011 |
Color Harmonies of #DAEDBC
Complementary color
Monochromatic Colors of #DAEDBC
Black with #DAEDBC
Text Example
Text Example
White with #DAEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDBC; }
p { color: rgb(218,237,188); }
H1.HeaderClassName
{
color: #DAEDBC;
}
.AnyTagClassName
{
color: #DAEDBC;
}
</style>
background-color css
<style>
a { background-color: #DAEDBC; }
a { background-color: rgb(218,237,188); }
div.DivClassName
{
background-color: #DAEDBC;
}
.BgClassName
{
background-color: #DAEDBC;
}
</style>
border-color css
<style>
span { border-color: #DAEDBC; }
span { border-color: rgb(218,237,188); }
td.TdClassName
{
border-color: #DAEDBC;
}
.TagClassName
{
border-color: #DAEDBC;
}
</style>