Shades of Hawkes Blue #D7E0FA
Tints of Hawkes Blue #D7E0FA
RGB
CMYK
RGB Variations
Color information
#D7E0FA (or 0xD7E0FA) is known color: Hawkes Blue. HEX triplet: D7, E0 and FA. RGB value is (215,224,250). Sum of RGB (Red+Green+Blue) = 215+224+250=689 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.20% from 689); Green value is 224 (87.89% from 255 or 32.51% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7E0FA is #281F05. Grayscale: #E0E0E0. Windows color (decimal): -2629382 or 16441559. OLE color: 16441559.
HSL color Cylindrical-coordinate representation of color #D7E0FA: hue angle of 224.57º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7E0FA is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 224 | 250 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.02 |
| HSL | 224.57º | 0.78% | 0.91% | - |
| HSV(B) | 224.57º | 0.14% | 0.98% | - |
| XYZ | 71.94 | 74.66 | 101.06 | - |
| YUV | 224.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 224 | 250 | 0.14 | 0.10 | 0 | 0.02 | 224.57 | 0.78 | 0.91 |
| Hex | D7 | E0 | FA | E | A | 0 | 2 | E1 | 4E | 5B |
| Octal | 327 | 340 | 372 | 16 | 12 | 0 | 2 | 341 | 116 | 133 |
| Binary | 11010111 | 11100000 | 11111010 | 1110 | 1010 | 0 | 10 | 11100001 | 1001110 | 1011011 |
Color Harmonies of #D7E0FA
Complementary color
Monochromatic Colors of #D7E0FA
Black with #D7E0FA
Text Example
Text Example
White with #D7E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E0FA; }
p { color: rgb(215,224,250); }
H1.HeaderClassName
{
color: #D7E0FA;
}
.AnyTagClassName
{
color: #D7E0FA;
}
</style>
background-color css
<style>
a { background-color: #D7E0FA; }
a { background-color: rgb(215,224,250); }
div.DivClassName
{
background-color: #D7E0FA;
}
.BgClassName
{
background-color: #D7E0FA;
}
</style>
border-color css
<style>
span { border-color: #D7E0FA; }
span { border-color: rgb(215,224,250); }
td.TdClassName
{
border-color: #D7E0FA;
}
.TagClassName
{
border-color: #D7E0FA;
}
</style>