Shades of Hawkes Blue #D8DBE7
Tints of Hawkes Blue #D8DBE7
RGB
CMYK
RGB Variations
Color information
#D8DBE7 (or 0xD8DBE7) is known color: Hawkes Blue. HEX triplet: D8, DB and E7. RGB value is (216,219,231). Sum of RGB (Red+Green+Blue) = 216+219+231=666 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.43% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 231 - color contains mainly: blue. Hex color #D8DBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBE7 is #272418. Grayscale: #DBDBDB. Windows color (decimal): -2565145 or 15195096. OLE color: 15195096.
HSL color Cylindrical-coordinate representation of color #D8DBE7: hue angle of 228º degrees, saturation: 0.24, 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 #D8DBE7 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 219 | 231 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.09 |
| HSL | 228º | 0.24% | 0.88% | - |
| HSV(B) | 228º | 0.06% | 0.91% | - |
| XYZ | 68.07 | 71.03 | 85.72 | - |
| YUV | 219.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 231 | 0.06 | 0.05 | 0 | 0.09 | 228 | 0.24 | 0.88 |
| Hex | D8 | DB | E7 | 6 | 5 | 0 | 9 | E4 | 18 | 58 |
| Octal | 330 | 333 | 347 | 6 | 5 | 0 | 11 | 344 | 30 | 130 |
| Binary | 11011000 | 11011011 | 11100111 | 110 | 101 | 0 | 1001 | 11100100 | 11000 | 1011000 |
Color Harmonies of #D8DBE7
Complementary color
Monochromatic Colors of #D8DBE7
Black with #D8DBE7
Text Example
Text Example
White with #D8DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBE7; }
p { color: rgb(216,219,231); }
H1.HeaderClassName
{
color: #D8DBE7;
}
.AnyTagClassName
{
color: #D8DBE7;
}
</style>
background-color css
<style>
a { background-color: #D8DBE7; }
a { background-color: rgb(216,219,231); }
div.DivClassName
{
background-color: #D8DBE7;
}
.BgClassName
{
background-color: #D8DBE7;
}
</style>
border-color css
<style>
span { border-color: #D8DBE7; }
span { border-color: rgb(216,219,231); }
td.TdClassName
{
border-color: #D8DBE7;
}
.TagClassName
{
border-color: #D8DBE7;
}
</style>