Shades of Hawkes Blue #DBDEE5
Tints of Hawkes Blue #DBDEE5
RGB
CMYK
RGB Variations
Color information
#DBDEE5 (or 0xDBDEE5) is known color: Hawkes Blue. HEX triplet: DB, DE and E5. RGB value is (219,222,229). Sum of RGB (Red+Green+Blue) = 219+222+229=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEE5 is #24211A. Grayscale: #DDDDDD. Windows color (decimal): -2367771 or 15064795. OLE color: 15064795.
HSL color Cylindrical-coordinate representation of color #DBDEE5: hue angle of 222º 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 #DBDEE5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 222 | 229 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.10 |
| HSL | 222º | 0.16% | 0.88% | - |
| HSV(B) | 222º | 0.04% | 0.9% | - |
| XYZ | 69.48 | 72.96 | 84.55 | - |
| YUV | 221.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 229 | 0.04 | 0.03 | 0 | 0.10 | 222 | 0.16 | 0.88 |
| Hex | DB | DE | E5 | 4 | 3 | 0 | A | DE | 10 | 58 |
| Octal | 333 | 336 | 345 | 4 | 3 | 0 | 12 | 336 | 20 | 130 |
| Binary | 11011011 | 11011110 | 11100101 | 100 | 11 | 0 | 1010 | 11011110 | 10000 | 1011000 |
Color Harmonies of #DBDEE5
Complementary color
Monochromatic Colors of #DBDEE5
Black with #DBDEE5
Text Example
Text Example
White with #DBDEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEE5; }
p { color: rgb(219,222,229); }
H1.HeaderClassName
{
color: #DBDEE5;
}
.AnyTagClassName
{
color: #DBDEE5;
}
</style>
background-color css
<style>
a { background-color: #DBDEE5; }
a { background-color: rgb(219,222,229); }
div.DivClassName
{
background-color: #DBDEE5;
}
.BgClassName
{
background-color: #DBDEE5;
}
</style>
border-color css
<style>
span { border-color: #DBDEE5; }
span { border-color: rgb(219,222,229); }
td.TdClassName
{
border-color: #DBDEE5;
}
.TagClassName
{
border-color: #DBDEE5;
}
</style>