Shades of Willow Brook #DBEBC1
Tints of Willow Brook #DBEBC1
RGB
CMYK
RGB Variations
Color information
#DBEBC1 (or 0xDBEBC1) is known color: Willow Brook. HEX triplet: DB, EB and C1. RGB value is (219,235,193). Sum of RGB (Red+Green+Blue) = 219+235+193=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 193 (75.78% from 255 or 29.83% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBC1 is #24143E. Grayscale: #E1E1E1. Windows color (decimal): -2364479 or 12708827. OLE color: 12708827.
HSL color Cylindrical-coordinate representation of color #DBEBC1: hue angle of 82.86º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBEBC1 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 193 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.08 |
| HSL | 82.86º | 0.51% | 0.84% | - |
| HSV(B) | 82.86º | 0.18% | 0.92% | - |
| XYZ | 68.55 | 78.33 | 61.96 | - |
| YUV | 225.43 | 109.7 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 193 | 0.07 | 0 | 0.18 | 0.08 | 82.86 | 0.51 | 0.84 |
| Hex | DB | EB | C1 | 7 | 0 | 12 | 8 | 53 | 33 | 54 |
| Octal | 333 | 353 | 301 | 7 | 0 | 22 | 10 | 123 | 63 | 124 |
| Binary | 11011011 | 11101011 | 11000001 | 111 | 0 | 10010 | 1000 | 1010011 | 110011 | 1010100 |
Color Harmonies of #DBEBC1
Complementary color
Monochromatic Colors of #DBEBC1
Black with #DBEBC1
Text Example
Text Example
White with #DBEBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBC1; }
p { color: rgb(219,235,193); }
H1.HeaderClassName
{
color: #DBEBC1;
}
.AnyTagClassName
{
color: #DBEBC1;
}
</style>
background-color css
<style>
a { background-color: #DBEBC1; }
a { background-color: rgb(219,235,193); }
div.DivClassName
{
background-color: #DBEBC1;
}
.BgClassName
{
background-color: #DBEBC1;
}
</style>
border-color css
<style>
span { border-color: #DBEBC1; }
span { border-color: rgb(219,235,193); }
td.TdClassName
{
border-color: #DBEBC1;
}
.TagClassName
{
border-color: #DBEBC1;
}
</style>