Shades of Hawkes Blue #D1DAF3
Tints of Hawkes Blue #D1DAF3
RGB
CMYK
RGB Variations
Color information
#D1DAF3 (or 0xD1DAF3) is known color: Hawkes Blue. HEX triplet: D1, DA and F3. RGB value is (209,218,243). Sum of RGB (Red+Green+Blue) = 209+218+243=670 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.19% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 243 - color contains mainly: blue. Hex color #D1DAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DAF3 is #2E250C. Grayscale: #DADADA. Windows color (decimal): -3024141 or 15981265. OLE color: 15981265.
HSL color Cylindrical-coordinate representation of color #D1DAF3: hue angle of 224.12º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1DAF3 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 218 | 243 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.05 |
| HSL | 224.12º | 0.59% | 0.89% | - |
| HSV(B) | 224.12º | 0.14% | 0.95% | - |
| XYZ | 67.54 | 70.17 | 94.78 | - |
| YUV | 218.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 243 | 0.14 | 0.10 | 0 | 0.05 | 224.12 | 0.59 | 0.89 |
| Hex | D1 | DA | F3 | E | A | 0 | 5 | E0 | 3B | 59 |
| Octal | 321 | 332 | 363 | 16 | 12 | 0 | 5 | 340 | 73 | 131 |
| Binary | 11010001 | 11011010 | 11110011 | 1110 | 1010 | 0 | 101 | 11100000 | 111011 | 1011001 |
Color Harmonies of #D1DAF3
Complementary color
Monochromatic Colors of #D1DAF3
Black with #D1DAF3
Text Example
Text Example
White with #D1DAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DAF3; }
p { color: rgb(209,218,243); }
H1.HeaderClassName
{
color: #D1DAF3;
}
.AnyTagClassName
{
color: #D1DAF3;
}
</style>
background-color css
<style>
a { background-color: #D1DAF3; }
a { background-color: rgb(209,218,243); }
div.DivClassName
{
background-color: #D1DAF3;
}
.BgClassName
{
background-color: #D1DAF3;
}
</style>
border-color css
<style>
span { border-color: #D1DAF3; }
span { border-color: rgb(209,218,243); }
td.TdClassName
{
border-color: #D1DAF3;
}
.TagClassName
{
border-color: #D1DAF3;
}
</style>