Shades of Hawkes Blue #DBDFE9
Tints of Hawkes Blue #DBDFE9
RGB
CMYK
RGB Variations
Color information
#DBDFE9 (or 0xDBDFE9) is known color: Hawkes Blue. HEX triplet: DB, DF and E9. RGB value is (219,223,233). Sum of RGB (Red+Green+Blue) = 219+223+233=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBDFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFE9 is #242016. Grayscale: #DEDEDE. Windows color (decimal): -2367511 or 15327195. OLE color: 15327195.
HSL color Cylindrical-coordinate representation of color #DBDFE9: hue angle of 222.86º 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 #DBDFE9 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 223 | 233 | - |
CMYK | 0.06 | 0.04 | 0 | 0.09 |
HSL | 222.86º | 0.24% | 0.89% | - |
HSV(B) | 222.86º | 0.06% | 0.91% | - |
XYZ | 70.31 | 73.72 | 87.61 | - |
YUV | 222.94 | 133.67 | 125.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 233 | 0.06 | 0.04 | 0 | 0.09 | 222.86 | 0.24 | 0.89 |
Hex | DB | DF | E9 | 6 | 4 | 0 | 9 | DF | 18 | 59 |
Octal | 333 | 337 | 351 | 6 | 4 | 0 | 11 | 337 | 30 | 131 |
Binary | 11011011 | 11011111 | 11101001 | 110 | 100 | 0 | 1001 | 11011111 | 11000 | 1011001 |
Color Harmonies of #DBDFE9
Complementary color
Monochromatic Colors of #DBDFE9
Black with #DBDFE9
Text Example
Text Example
White with #DBDFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFE9; }
p { color: rgb(219,223,233); }
H1.HeaderClassName
{
color: #DBDFE9;
}
.AnyTagClassName
{
color: #DBDFE9;
}
</style>
background-color css
<style>
a { background-color: #DBDFE9; }
a { background-color: rgb(219,223,233); }
div.DivClassName
{
background-color: #DBDFE9;
}
.BgClassName
{
background-color: #DBDFE9;
}
</style>
border-color css
<style>
span { border-color: #DBDFE9; }
span { border-color: rgb(219,223,233); }
td.TdClassName
{
border-color: #DBDFE9;
}
.TagClassName
{
border-color: #DBDFE9;
}
</style>