Shades of Hawkes Blue #D7E0FC
Tints of Hawkes Blue #D7E0FC
RGB
CMYK
RGB Variations
Color information
#D7E0FC (or 0xD7E0FC) is known color: Hawkes Blue. HEX triplet: D7, E0 and FC. RGB value is (215,224,252). Sum of RGB (Red+Green+Blue) = 215+224+252=691 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.11% from 691); Green value is 224 (87.89% from 255 or 32.42% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7E0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7E0FC is #281F03. Grayscale: #E0E0E0. Windows color (decimal): -2629380 or 16572631. OLE color: 16572631.
HSL color Cylindrical-coordinate representation of color #D7E0FC: hue angle of 225.41º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7E0FC is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 224 | 252 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.01 |
| HSL | 225.41º | 0.86% | 0.92% | - |
| HSV(B) | 225.41º | 0.15% | 0.99% | - |
| XYZ | 72.25 | 74.79 | 102.72 | - |
| YUV | 224.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 224 | 252 | 0.15 | 0.11 | 0 | 0.01 | 225.41 | 0.86 | 0.92 |
| Hex | D7 | E0 | FC | F | B | 0 | 1 | E1 | 56 | 5C |
| Octal | 327 | 340 | 374 | 17 | 13 | 0 | 1 | 341 | 126 | 134 |
| Binary | 11010111 | 11100000 | 11111100 | 1111 | 1011 | 0 | 1 | 11100001 | 1010110 | 1011100 |
Color Harmonies of #D7E0FC
Complementary color
Monochromatic Colors of #D7E0FC
Black with #D7E0FC
Text Example
Text Example
White with #D7E0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E0FC; }
p { color: rgb(215,224,252); }
H1.HeaderClassName
{
color: #D7E0FC;
}
.AnyTagClassName
{
color: #D7E0FC;
}
</style>
background-color css
<style>
a { background-color: #D7E0FC; }
a { background-color: rgb(215,224,252); }
div.DivClassName
{
background-color: #D7E0FC;
}
.BgClassName
{
background-color: #D7E0FC;
}
</style>
border-color css
<style>
span { border-color: #D7E0FC; }
span { border-color: rgb(215,224,252); }
td.TdClassName
{
border-color: #D7E0FC;
}
.TagClassName
{
border-color: #D7E0FC;
}
</style>