Shades of Hawkes Blue #DBE0EC
Tints of Hawkes Blue #DBE0EC
RGB
CMYK
RGB Variations
Color information
#DBE0EC (or 0xDBE0EC) is known color: Hawkes Blue. HEX triplet: DB, E0 and EC. RGB value is (219,224,236). Sum of RGB (Red+Green+Blue) = 219+224+236=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0EC is #241F13. Grayscale: #DFDFDF. Windows color (decimal): -2367252 or 15524059. OLE color: 15524059.
HSL color Cylindrical-coordinate representation of color #DBE0EC: hue angle of 222.35º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBE0EC is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 224 | 236 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.07 |
| HSL | 222.35º | 0.31% | 0.89% | - |
| HSV(B) | 222.35º | 0.07% | 0.93% | - |
| XYZ | 71.01 | 74.43 | 89.98 | - |
| YUV | 223.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 236 | 0.07 | 0.05 | 0 | 0.07 | 222.35 | 0.31 | 0.89 |
| Hex | DB | E0 | EC | 7 | 5 | 0 | 7 | DE | 1F | 59 |
| Octal | 333 | 340 | 354 | 7 | 5 | 0 | 7 | 336 | 37 | 131 |
| Binary | 11011011 | 11100000 | 11101100 | 111 | 101 | 0 | 111 | 11011110 | 11111 | 1011001 |
Color Harmonies of #DBE0EC
Complementary color
Monochromatic Colors of #DBE0EC
Black with #DBE0EC
Text Example
Text Example
White with #DBE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE0EC; }
p { color: rgb(219,224,236); }
H1.HeaderClassName
{
color: #DBE0EC;
}
.AnyTagClassName
{
color: #DBE0EC;
}
</style>
background-color css
<style>
a { background-color: #DBE0EC; }
a { background-color: rgb(219,224,236); }
div.DivClassName
{
background-color: #DBE0EC;
}
.BgClassName
{
background-color: #DBE0EC;
}
</style>
border-color css
<style>
span { border-color: #DBE0EC; }
span { border-color: rgb(219,224,236); }
td.TdClassName
{
border-color: #DBE0EC;
}
.TagClassName
{
border-color: #DBE0EC;
}
</style>