Shades of Hawkes Blue #D7DAE0
Tints of Hawkes Blue #D7DAE0
RGB
CMYK
RGB Variations
Color information
#D7DAE0 (or 0xD7DAE0) is known color: Hawkes Blue. HEX triplet: D7, DA and E0. RGB value is (215,218,224). Sum of RGB (Red+Green+Blue) = 215+218+224=657 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.72% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 224 - color contains mainly: blue. Hex color #D7DAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DAE0 is #28251F. Grayscale: #D9D9D9. Windows color (decimal): -2630944 or 14736087. OLE color: 14736087.
HSL color Cylindrical-coordinate representation of color #D7DAE0: hue angle of 220º degrees, saturation: 0.13, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7DAE0 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 218 | 224 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.12 |
| HSL | 220º | 0.13% | 0.86% | - |
| HSV(B) | 220º | 0.04% | 0.88% | - |
| XYZ | 66.55 | 69.97 | 80.52 | - |
| YUV | 217.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 218 | 224 | 0.04 | 0.03 | 0 | 0.12 | 220 | 0.13 | 0.86 |
| Hex | D7 | DA | E0 | 4 | 3 | 0 | C | DC | D | 56 |
| Octal | 327 | 332 | 340 | 4 | 3 | 0 | 14 | 334 | 15 | 126 |
| Binary | 11010111 | 11011010 | 11100000 | 100 | 11 | 0 | 1100 | 11011100 | 1101 | 1010110 |
Color Harmonies of #D7DAE0
Complementary color
Monochromatic Colors of #D7DAE0
Black with #D7DAE0
Text Example
Text Example
White with #D7DAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DAE0; }
p { color: rgb(215,218,224); }
H1.HeaderClassName
{
color: #D7DAE0;
}
.AnyTagClassName
{
color: #D7DAE0;
}
</style>
background-color css
<style>
a { background-color: #D7DAE0; }
a { background-color: rgb(215,218,224); }
div.DivClassName
{
background-color: #D7DAE0;
}
.BgClassName
{
background-color: #D7DAE0;
}
</style>
border-color css
<style>
span { border-color: #D7DAE0; }
span { border-color: rgb(215,218,224); }
td.TdClassName
{
border-color: #D7DAE0;
}
.TagClassName
{
border-color: #D7DAE0;
}
</style>