Shades of Hawkes Blue #DBDDE8
Tints of Hawkes Blue #DBDDE8
RGB
CMYK
RGB Variations
Color information
#DBDDE8 (or 0xDBDDE8) is known color: Hawkes Blue. HEX triplet: DB, DD and E8. RGB value is (219,221,232). Sum of RGB (Red+Green+Blue) = 219+221+232=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDE8 is #242217. Grayscale: #DDDDDD. Windows color (decimal): -2368024 or 15261147. OLE color: 15261147.
HSL color Cylindrical-coordinate representation of color #DBDDE8: hue angle of 230.77º degrees, saturation: 0.22, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBDDE8 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 221 | 232 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.09 |
| HSL | 230.77º | 0.22% | 0.88% | - |
| HSV(B) | 230.77º | 0.06% | 0.91% | - |
| XYZ | 69.64 | 72.6 | 86.69 | - |
| YUV | 221.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 232 | 0.06 | 0.05 | 0 | 0.09 | 230.77 | 0.22 | 0.88 |
| Hex | DB | DD | E8 | 6 | 5 | 0 | 9 | E7 | 16 | 58 |
| Octal | 333 | 335 | 350 | 6 | 5 | 0 | 11 | 347 | 26 | 130 |
| Binary | 11011011 | 11011101 | 11101000 | 110 | 101 | 0 | 1001 | 11100111 | 10110 | 1011000 |
Color Harmonies of #DBDDE8
Complementary color
Monochromatic Colors of #DBDDE8
Black with #DBDDE8
Text Example
Text Example
White with #DBDDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDE8; }
p { color: rgb(219,221,232); }
H1.HeaderClassName
{
color: #DBDDE8;
}
.AnyTagClassName
{
color: #DBDDE8;
}
</style>
background-color css
<style>
a { background-color: #DBDDE8; }
a { background-color: rgb(219,221,232); }
div.DivClassName
{
background-color: #DBDDE8;
}
.BgClassName
{
background-color: #DBDDE8;
}
</style>
border-color css
<style>
span { border-color: #DBDDE8; }
span { border-color: rgb(219,221,232); }
td.TdClassName
{
border-color: #DBDDE8;
}
.TagClassName
{
border-color: #DBDDE8;
}
</style>