Shades of Hawkes Blue #D7E2F2
Tints of Hawkes Blue #D7E2F2
RGB
CMYK
RGB Variations
Color information
#D7E2F2 (or 0xD7E2F2) is known color: Hawkes Blue. HEX triplet: D7, E2 and F2. RGB value is (215,226,242). Sum of RGB (Red+Green+Blue) = 215+226+242=683 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.48% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7E2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7E2F2 is #281D0D. Grayscale: #E0E0E0. Windows color (decimal): -2628878 or 15917783. OLE color: 15917783.
HSL color Cylindrical-coordinate representation of color #D7E2F2: hue angle of 215.56º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7E2F2 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 226 | 242 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.05 |
| HSL | 215.56º | 0.51% | 0.9% | - |
| HSV(B) | 215.56º | 0.11% | 0.95% | - |
| XYZ | 71.25 | 75.25 | 94.77 | - |
| YUV | 224.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 226 | 242 | 0.11 | 0.07 | 0 | 0.05 | 215.56 | 0.51 | 0.9 |
| Hex | D7 | E2 | F2 | B | 7 | 0 | 5 | D8 | 33 | 5A |
| Octal | 327 | 342 | 362 | 13 | 7 | 0 | 5 | 330 | 63 | 132 |
| Binary | 11010111 | 11100010 | 11110010 | 1011 | 111 | 0 | 101 | 11011000 | 110011 | 1011010 |
Color Harmonies of #D7E2F2
Complementary color
Monochromatic Colors of #D7E2F2
Black with #D7E2F2
Text Example
Text Example
White with #D7E2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E2F2; }
p { color: rgb(215,226,242); }
H1.HeaderClassName
{
color: #D7E2F2;
}
.AnyTagClassName
{
color: #D7E2F2;
}
</style>
background-color css
<style>
a { background-color: #D7E2F2; }
a { background-color: rgb(215,226,242); }
div.DivClassName
{
background-color: #D7E2F2;
}
.BgClassName
{
background-color: #D7E2F2;
}
</style>
border-color css
<style>
span { border-color: #D7E2F2; }
span { border-color: rgb(215,226,242); }
td.TdClassName
{
border-color: #D7E2F2;
}
.TagClassName
{
border-color: #D7E2F2;
}
</style>