Shades of Hawkes Blue #DBE2EC
Tints of Hawkes Blue #DBE2EC
RGB
CMYK
RGB Variations
Color information
#DBE2EC (or 0xDBE2EC) is known color: Hawkes Blue. HEX triplet: DB, E2 and EC. RGB value is (219,226,236). Sum of RGB (Red+Green+Blue) = 219+226+236=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2EC is #241D13. Grayscale: #E1E1E1. Windows color (decimal): -2366740 or 15524571. OLE color: 15524571.
HSL color Cylindrical-coordinate representation of color #DBE2EC: hue angle of 215.29º 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 #DBE2EC is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 226 | 236 | - |
CMYK | 0.07 | 0.04 | 0 | 0.07 |
HSL | 215.29º | 0.31% | 0.89% | - |
HSV(B) | 215.29º | 0.07% | 0.93% | - |
XYZ | 71.55 | 75.51 | 90.16 | - |
YUV | 225.05 | 134.18 | 123.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 226 | 236 | 0.07 | 0.04 | 0 | 0.07 | 215.29 | 0.31 | 0.89 |
Hex | DB | E2 | EC | 7 | 4 | 0 | 7 | D7 | 1F | 59 |
Octal | 333 | 342 | 354 | 7 | 4 | 0 | 7 | 327 | 37 | 131 |
Binary | 11011011 | 11100010 | 11101100 | 111 | 100 | 0 | 111 | 11010111 | 11111 | 1011001 |
Color Harmonies of #DBE2EC
Complementary color
Monochromatic Colors of #DBE2EC
Black with #DBE2EC
Text Example
Text Example
White with #DBE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2EC; }
p { color: rgb(219,226,236); }
H1.HeaderClassName
{
color: #DBE2EC;
}
.AnyTagClassName
{
color: #DBE2EC;
}
</style>
background-color css
<style>
a { background-color: #DBE2EC; }
a { background-color: rgb(219,226,236); }
div.DivClassName
{
background-color: #DBE2EC;
}
.BgClassName
{
background-color: #DBE2EC;
}
</style>
border-color css
<style>
span { border-color: #DBE2EC; }
span { border-color: rgb(219,226,236); }
td.TdClassName
{
border-color: #DBE2EC;
}
.TagClassName
{
border-color: #DBE2EC;
}
</style>