Shades of Hawkes Blue #D1DAF6
Tints of Hawkes Blue #D1DAF6
RGB
CMYK
RGB Variations
Color information
#D1DAF6 (or 0xD1DAF6) is known color: Hawkes Blue. HEX triplet: D1, DA and F6. RGB value is (209,218,246). Sum of RGB (Red+Green+Blue) = 209+218+246=673 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.05% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #D1DAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DAF6 is #2E2509. Grayscale: #DADADA. Windows color (decimal): -3024138 or 16177873. OLE color: 16177873.
HSL color Cylindrical-coordinate representation of color #D1DAF6: hue angle of 225.41º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1DAF6 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 218 | 246 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.04 |
| HSL | 225.41º | 0.67% | 0.89% | - |
| HSV(B) | 225.41º | 0.15% | 0.96% | - |
| XYZ | 68 | 70.35 | 97.18 | - |
| YUV | 218.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 246 | 0.15 | 0.11 | 0 | 0.04 | 225.41 | 0.67 | 0.89 |
| Hex | D1 | DA | F6 | F | B | 0 | 4 | E1 | 43 | 59 |
| Octal | 321 | 332 | 366 | 17 | 13 | 0 | 4 | 341 | 103 | 131 |
| Binary | 11010001 | 11011010 | 11110110 | 1111 | 1011 | 0 | 100 | 11100001 | 1000011 | 1011001 |
Color Harmonies of #D1DAF6
Complementary color
Monochromatic Colors of #D1DAF6
Black with #D1DAF6
Text Example
Text Example
White with #D1DAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DAF6; }
p { color: rgb(209,218,246); }
H1.HeaderClassName
{
color: #D1DAF6;
}
.AnyTagClassName
{
color: #D1DAF6;
}
</style>
background-color css
<style>
a { background-color: #D1DAF6; }
a { background-color: rgb(209,218,246); }
div.DivClassName
{
background-color: #D1DAF6;
}
.BgClassName
{
background-color: #D1DAF6;
}
</style>
border-color css
<style>
span { border-color: #D1DAF6; }
span { border-color: rgb(209,218,246); }
td.TdClassName
{
border-color: #D1DAF6;
}
.TagClassName
{
border-color: #D1DAF6;
}
</style>