Shades of Hawkes Blue #DBE0EA
Tints of Hawkes Blue #DBE0EA
RGB
CMYK
RGB Variations
Color information
#DBE0EA (or 0xDBE0EA) is known color: Hawkes Blue. HEX triplet: DB, E0 and EA. RGB value is (219,224,234). Sum of RGB (Red+Green+Blue) = 219+224+234=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0EA is #241F15. Grayscale: #DFDFDF. Windows color (decimal): -2367254 or 15392987. OLE color: 15392987.
HSL color Cylindrical-coordinate representation of color #DBE0EA: hue angle of 220º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBE0EA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 224 | 234 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.08 |
| HSL | 220º | 0.26% | 0.89% | - |
| HSV(B) | 220º | 0.06% | 0.92% | - |
| XYZ | 70.72 | 74.31 | 88.46 | - |
| YUV | 223.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 234 | 0.06 | 0.04 | 0 | 0.08 | 220 | 0.26 | 0.89 |
| Hex | DB | E0 | EA | 6 | 4 | 0 | 8 | DC | 1A | 59 |
| Octal | 333 | 340 | 352 | 6 | 4 | 0 | 10 | 334 | 32 | 131 |
| Binary | 11011011 | 11100000 | 11101010 | 110 | 100 | 0 | 1000 | 11011100 | 11010 | 1011001 |
Color Harmonies of #DBE0EA
Complementary color
Monochromatic Colors of #DBE0EA
Black with #DBE0EA
Text Example
Text Example
White with #DBE0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE0EA; }
p { color: rgb(219,224,234); }
H1.HeaderClassName
{
color: #DBE0EA;
}
.AnyTagClassName
{
color: #DBE0EA;
}
</style>
background-color css
<style>
a { background-color: #DBE0EA; }
a { background-color: rgb(219,224,234); }
div.DivClassName
{
background-color: #DBE0EA;
}
.BgClassName
{
background-color: #DBE0EA;
}
</style>
border-color css
<style>
span { border-color: #DBE0EA; }
span { border-color: rgb(219,224,234); }
td.TdClassName
{
border-color: #DBE0EA;
}
.TagClassName
{
border-color: #DBE0EA;
}
</style>