Shades of Hawkes Blue #DBDEE9
Tints of Hawkes Blue #DBDEE9
RGB
CMYK
RGB Variations
Color information
#DBDEE9 (or 0xDBDEE9) is known color: Hawkes Blue. HEX triplet: DB, DE and E9. RGB value is (219,222,233). Sum of RGB (Red+Green+Blue) = 219+222+233=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBDEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEE9 is #242116. Grayscale: #DEDEDE. Windows color (decimal): -2367767 or 15326939. OLE color: 15326939.
HSL color Cylindrical-coordinate representation of color #DBDEE9: hue angle of 227.14º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBDEE9 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 222 | 233 | - |
CMYK | 0.06 | 0.05 | 0 | 0.09 |
HSL | 227.14º | 0.24% | 0.89% | - |
HSV(B) | 227.14º | 0.06% | 0.91% | - |
XYZ | 70.04 | 73.19 | 87.53 | - |
YUV | 222.36 | 134.01 | 125.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 233 | 0.06 | 0.05 | 0 | 0.09 | 227.14 | 0.24 | 0.89 |
Hex | DB | DE | E9 | 6 | 5 | 0 | 9 | E3 | 18 | 59 |
Octal | 333 | 336 | 351 | 6 | 5 | 0 | 11 | 343 | 30 | 131 |
Binary | 11011011 | 11011110 | 11101001 | 110 | 101 | 0 | 1001 | 11100011 | 11000 | 1011001 |
Color Harmonies of #DBDEE9
Complementary color
Monochromatic Colors of #DBDEE9
Black with #DBDEE9
Text Example
Text Example
White with #DBDEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEE9; }
p { color: rgb(219,222,233); }
H1.HeaderClassName
{
color: #DBDEE9;
}
.AnyTagClassName
{
color: #DBDEE9;
}
</style>
background-color css
<style>
a { background-color: #DBDEE9; }
a { background-color: rgb(219,222,233); }
div.DivClassName
{
background-color: #DBDEE9;
}
.BgClassName
{
background-color: #DBDEE9;
}
</style>
border-color css
<style>
span { border-color: #DBDEE9; }
span { border-color: rgb(219,222,233); }
td.TdClassName
{
border-color: #DBDEE9;
}
.TagClassName
{
border-color: #DBDEE9;
}
</style>