Shades of Hawkes Blue #D8E2FA
Tints of Hawkes Blue #D8E2FA
RGB
CMYK
RGB Variations
Color information
#D8E2FA (or 0xD8E2FA) is known color: Hawkes Blue. HEX triplet: D8, E2 and FA. RGB value is (216,226,250). Sum of RGB (Red+Green+Blue) = 216+226+250=692 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.21% from 692); Green value is 226 (88.67% from 255 or 32.66% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8E2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8E2FA is #271D05. Grayscale: #E1E1E1. Windows color (decimal): -2563334 or 16442072. OLE color: 16442072.
HSL color Cylindrical-coordinate representation of color #D8E2FA: hue angle of 222.35º degrees, saturation: 0.77, 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 #D8E2FA is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 226 | 250 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.02 |
| HSL | 222.35º | 0.77% | 0.91% | - |
| HSV(B) | 222.35º | 0.14% | 0.98% | - |
| XYZ | 72.77 | 75.89 | 101.26 | - |
| YUV | 225.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 226 | 250 | 0.14 | 0.10 | 0 | 0.02 | 222.35 | 0.77 | 0.91 |
| Hex | D8 | E2 | FA | E | A | 0 | 2 | DE | 4D | 5B |
| Octal | 330 | 342 | 372 | 16 | 12 | 0 | 2 | 336 | 115 | 133 |
| Binary | 11011000 | 11100010 | 11111010 | 1110 | 1010 | 0 | 10 | 11011110 | 1001101 | 1011011 |
Color Harmonies of #D8E2FA
Complementary color
Monochromatic Colors of #D8E2FA
Black with #D8E2FA
Text Example
Text Example
White with #D8E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E2FA; }
p { color: rgb(216,226,250); }
H1.HeaderClassName
{
color: #D8E2FA;
}
.AnyTagClassName
{
color: #D8E2FA;
}
</style>
background-color css
<style>
a { background-color: #D8E2FA; }
a { background-color: rgb(216,226,250); }
div.DivClassName
{
background-color: #D8E2FA;
}
.BgClassName
{
background-color: #D8E2FA;
}
</style>
border-color css
<style>
span { border-color: #D8E2FA; }
span { border-color: rgb(216,226,250); }
td.TdClassName
{
border-color: #D8E2FA;
}
.TagClassName
{
border-color: #D8E2FA;
}
</style>