Shades of Hawkes Blue #D7DBE8
Tints of Hawkes Blue #D7DBE8
RGB
CMYK
RGB Variations
Color information
#D7DBE8 (or 0xD7DBE8) is known color: Hawkes Blue. HEX triplet: D7, DB and E8. RGB value is (215,219,232). Sum of RGB (Red+Green+Blue) = 215+219+232=666 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.28% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 232 (91.02% from 255 or 34.83% from 666); Max value from RGB is 232 - color contains mainly: blue. Hex color #D7DBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DBE8 is #282417. Grayscale: #DBDBDB. Windows color (decimal): -2630680 or 15260631. OLE color: 15260631.
HSL color Cylindrical-coordinate representation of color #D7DBE8: hue angle of 225.88º degrees, saturation: 0.27, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7DBE8 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 219 | 232 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.09 |
| HSL | 225.88º | 0.27% | 0.88% | - |
| HSV(B) | 225.88º | 0.07% | 0.91% | - |
| XYZ | 67.92 | 70.94 | 86.46 | - |
| YUV | 219.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 232 | 0.07 | 0.06 | 0 | 0.09 | 225.88 | 0.27 | 0.88 |
| Hex | D7 | DB | E8 | 7 | 6 | 0 | 9 | E2 | 1B | 58 |
| Octal | 327 | 333 | 350 | 7 | 6 | 0 | 11 | 342 | 33 | 130 |
| Binary | 11010111 | 11011011 | 11101000 | 111 | 110 | 0 | 1001 | 11100010 | 11011 | 1011000 |
Color Harmonies of #D7DBE8
Complementary color
Monochromatic Colors of #D7DBE8
Black with #D7DBE8
Text Example
Text Example
White with #D7DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBE8; }
p { color: rgb(215,219,232); }
H1.HeaderClassName
{
color: #D7DBE8;
}
.AnyTagClassName
{
color: #D7DBE8;
}
</style>
background-color css
<style>
a { background-color: #D7DBE8; }
a { background-color: rgb(215,219,232); }
div.DivClassName
{
background-color: #D7DBE8;
}
.BgClassName
{
background-color: #D7DBE8;
}
</style>
border-color css
<style>
span { border-color: #D7DBE8; }
span { border-color: rgb(215,219,232); }
td.TdClassName
{
border-color: #D7DBE8;
}
.TagClassName
{
border-color: #D7DBE8;
}
</style>