Shades of Hawkes Blue #D1DBFA
Tints of Hawkes Blue #D1DBFA
RGB
CMYK
RGB Variations
Color information
#D1DBFA (or 0xD1DBFA) is known color: Hawkes Blue. HEX triplet: D1, DB and FA. RGB value is (209,219,250). Sum of RGB (Red+Green+Blue) = 209+219+250=678 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.83% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DBFA is #2E2405. Grayscale: #DBDBDB. Windows color (decimal): -3023878 or 16440273. OLE color: 16440273.
HSL color Cylindrical-coordinate representation of color #D1DBFA: hue angle of 225.37º 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 #D1DBFA is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 219 | 250 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.02 |
| HSL | 225.37º | 0.8% | 0.9% | - |
| HSV(B) | 225.37º | 0.16% | 0.98% | - |
| XYZ | 68.88 | 71.12 | 100.54 | - |
| YUV | 219.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 250 | 0.16 | 0.12 | 0 | 0.02 | 225.37 | 0.8 | 0.9 |
| Hex | D1 | DB | FA | 10 | C | 0 | 2 | E1 | 50 | 5A |
| Octal | 321 | 333 | 372 | 20 | 14 | 0 | 2 | 341 | 120 | 132 |
| Binary | 11010001 | 11011011 | 11111010 | 10000 | 1100 | 0 | 10 | 11100001 | 1010000 | 1011010 |
Color Harmonies of #D1DBFA
Complementary color
Monochromatic Colors of #D1DBFA
Black with #D1DBFA
Text Example
Text Example
White with #D1DBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DBFA; }
p { color: rgb(209,219,250); }
H1.HeaderClassName
{
color: #D1DBFA;
}
.AnyTagClassName
{
color: #D1DBFA;
}
</style>
background-color css
<style>
a { background-color: #D1DBFA; }
a { background-color: rgb(209,219,250); }
div.DivClassName
{
background-color: #D1DBFA;
}
.BgClassName
{
background-color: #D1DBFA;
}
</style>
border-color css
<style>
span { border-color: #D1DBFA; }
span { border-color: rgb(209,219,250); }
td.TdClassName
{
border-color: #D1DBFA;
}
.TagClassName
{
border-color: #D1DBFA;
}
</style>