Shades of Hawkes Blue #D7E3F5
Tints of Hawkes Blue #D7E3F5
RGB
CMYK
RGB Variations
Color information
#D7E3F5 (or 0xD7E3F5) is known color: Hawkes Blue. HEX triplet: D7, E3 and F5. RGB value is (215,227,245). Sum of RGB (Red+Green+Blue) = 215+227+245=687 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.30% from 687); Green value is 227 (89.06% from 255 or 33.04% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 245 - color contains mainly: blue. Hex color #D7E3F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7E3F5 is #281C0A. Grayscale: #E1E1E1. Windows color (decimal): -2628619 or 16114647. OLE color: 16114647.
HSL color Cylindrical-coordinate representation of color #D7E3F5: hue angle of 216º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7E3F5 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 227 | 245 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.04 |
| HSL | 216º | 0.6% | 0.9% | - |
| HSV(B) | 216º | 0.12% | 0.96% | - |
| XYZ | 71.97 | 75.98 | 97.26 | - |
| YUV | 225.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 227 | 245 | 0.12 | 0.07 | 0 | 0.04 | 216 | 0.6 | 0.9 |
| Hex | D7 | E3 | F5 | C | 7 | 0 | 4 | D8 | 3C | 5A |
| Octal | 327 | 343 | 365 | 14 | 7 | 0 | 4 | 330 | 74 | 132 |
| Binary | 11010111 | 11100011 | 11110101 | 1100 | 111 | 0 | 100 | 11011000 | 111100 | 1011010 |
Color Harmonies of #D7E3F5
Complementary color
Monochromatic Colors of #D7E3F5
Black with #D7E3F5
Text Example
Text Example
White with #D7E3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E3F5; }
p { color: rgb(215,227,245); }
H1.HeaderClassName
{
color: #D7E3F5;
}
.AnyTagClassName
{
color: #D7E3F5;
}
</style>
background-color css
<style>
a { background-color: #D7E3F5; }
a { background-color: rgb(215,227,245); }
div.DivClassName
{
background-color: #D7E3F5;
}
.BgClassName
{
background-color: #D7E3F5;
}
</style>
border-color css
<style>
span { border-color: #D7E3F5; }
span { border-color: rgb(215,227,245); }
td.TdClassName
{
border-color: #D7E3F5;
}
.TagClassName
{
border-color: #D7E3F5;
}
</style>