Shades of Hawkes Blue #DBDFE5
Tints of Hawkes Blue #DBDFE5
RGB
CMYK
RGB Variations
Color information
#DBDFE5 (or 0xDBDFE5) is known color: Hawkes Blue. HEX triplet: DB, DF and E5. RGB value is (219,223,229). Sum of RGB (Red+Green+Blue) = 219+223+229=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBDFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFE5 is #24201A. Grayscale: #DEDEDE. Windows color (decimal): -2367515 or 15065051. OLE color: 15065051.
HSL color Cylindrical-coordinate representation of color #DBDFE5: hue angle of 216º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDFE5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 223 | 229 | - |
CMYK | 0.04 | 0.03 | 0 | 0.10 |
HSL | 216º | 0.16% | 0.88% | - |
HSV(B) | 216º | 0.04% | 0.9% | - |
XYZ | 69.74 | 73.49 | 84.64 | - |
YUV | 222.49 | 131.67 | 125.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 229 | 0.04 | 0.03 | 0 | 0.10 | 216 | 0.16 | 0.88 |
Hex | DB | DF | E5 | 4 | 3 | 0 | A | D8 | 10 | 58 |
Octal | 333 | 337 | 345 | 4 | 3 | 0 | 12 | 330 | 20 | 130 |
Binary | 11011011 | 11011111 | 11100101 | 100 | 11 | 0 | 1010 | 11011000 | 10000 | 1011000 |
Color Harmonies of #DBDFE5
Complementary color
Monochromatic Colors of #DBDFE5
Black with #DBDFE5
Text Example
Text Example
White with #DBDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFE5; }
p { color: rgb(219,223,229); }
H1.HeaderClassName
{
color: #DBDFE5;
}
.AnyTagClassName
{
color: #DBDFE5;
}
</style>
background-color css
<style>
a { background-color: #DBDFE5; }
a { background-color: rgb(219,223,229); }
div.DivClassName
{
background-color: #DBDFE5;
}
.BgClassName
{
background-color: #DBDFE5;
}
</style>
border-color css
<style>
span { border-color: #DBDFE5; }
span { border-color: rgb(219,223,229); }
td.TdClassName
{
border-color: #DBDFE5;
}
.TagClassName
{
border-color: #DBDFE5;
}
</style>