Shades of Hawkes Blue #D1D8FA
Tints of Hawkes Blue #D1D8FA
RGB
CMYK
RGB Variations
Color information
#D1D8FA (or 0xD1D8FA) is known color: Hawkes Blue. HEX triplet: D1, D8 and FA. RGB value is (209,216,250). Sum of RGB (Red+Green+Blue) = 209+216+250=675 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.96% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1D8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D8FA is #2E2705. Grayscale: #D9D9D9. Windows color (decimal): -3024646 or 16439505. OLE color: 16439505.
HSL color Cylindrical-coordinate representation of color #D1D8FA: hue angle of 229.76º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1D8FA is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 216 | 250 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.02 |
| HSL | 229.76º | 0.8% | 0.9% | - |
| HSV(B) | 229.76º | 0.16% | 0.98% | - |
| XYZ | 68.11 | 69.57 | 100.28 | - |
| YUV | 217.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 250 | 0.16 | 0.14 | 0 | 0.02 | 229.76 | 0.8 | 0.9 |
| Hex | D1 | D8 | FA | 10 | E | 0 | 2 | E6 | 50 | 5A |
| Octal | 321 | 330 | 372 | 20 | 16 | 0 | 2 | 346 | 120 | 132 |
| Binary | 11010001 | 11011000 | 11111010 | 10000 | 1110 | 0 | 10 | 11100110 | 1010000 | 1011010 |
Color Harmonies of #D1D8FA
Complementary color
Monochromatic Colors of #D1D8FA
Black with #D1D8FA
Text Example
Text Example
White with #D1D8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D8FA; }
p { color: rgb(209,216,250); }
H1.HeaderClassName
{
color: #D1D8FA;
}
.AnyTagClassName
{
color: #D1D8FA;
}
</style>
background-color css
<style>
a { background-color: #D1D8FA; }
a { background-color: rgb(209,216,250); }
div.DivClassName
{
background-color: #D1D8FA;
}
.BgClassName
{
background-color: #D1D8FA;
}
</style>
border-color css
<style>
span { border-color: #D1D8FA; }
span { border-color: rgb(209,216,250); }
td.TdClassName
{
border-color: #D1D8FA;
}
.TagClassName
{
border-color: #D1D8FA;
}
</style>