Shades of Hawkes Blue #D1DEFA
Tints of Hawkes Blue #D1DEFA
RGB
CMYK
RGB Variations
Color information
#D1DEFA (or 0xD1DEFA) is known color: Hawkes Blue. HEX triplet: D1, DE and FA. RGB value is (209,222,250). Sum of RGB (Red+Green+Blue) = 209+222+250=681 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.69% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DEFA is #2E2105. Grayscale: #DDDDDD. Windows color (decimal): -3023110 or 16441041. OLE color: 16441041.
HSL color Cylindrical-coordinate representation of color #D1DEFA: hue angle of 220.98º 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 #D1DEFA is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 222 | 250 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.02 |
| HSL | 220.98º | 0.8% | 0.9% | - |
| HSV(B) | 220.98º | 0.16% | 0.98% | - |
| XYZ | 69.67 | 72.7 | 100.8 | - |
| YUV | 221.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 222 | 250 | 0.16 | 0.11 | 0 | 0.02 | 220.98 | 0.8 | 0.9 |
| Hex | D1 | DE | FA | 10 | B | 0 | 2 | DD | 50 | 5A |
| Octal | 321 | 336 | 372 | 20 | 13 | 0 | 2 | 335 | 120 | 132 |
| Binary | 11010001 | 11011110 | 11111010 | 10000 | 1011 | 0 | 10 | 11011101 | 1010000 | 1011010 |
Color Harmonies of #D1DEFA
Complementary color
Monochromatic Colors of #D1DEFA
Black with #D1DEFA
Text Example
Text Example
White with #D1DEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DEFA; }
p { color: rgb(209,222,250); }
H1.HeaderClassName
{
color: #D1DEFA;
}
.AnyTagClassName
{
color: #D1DEFA;
}
</style>
background-color css
<style>
a { background-color: #D1DEFA; }
a { background-color: rgb(209,222,250); }
div.DivClassName
{
background-color: #D1DEFA;
}
.BgClassName
{
background-color: #D1DEFA;
}
</style>
border-color css
<style>
span { border-color: #D1DEFA; }
span { border-color: rgb(209,222,250); }
td.TdClassName
{
border-color: #D1DEFA;
}
.TagClassName
{
border-color: #D1DEFA;
}
</style>