Shades of Hawkes Blue #D1DAFB
Tints of Hawkes Blue #D1DAFB
RGB
CMYK
RGB Variations
Color information
#D1DAFB (or 0xD1DAFB) is known color: Hawkes Blue. HEX triplet: D1, DA and FB. RGB value is (209,218,251). Sum of RGB (Red+Green+Blue) = 209+218+251=678 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.83% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1DAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DAFB is #2E2504. Grayscale: #DADADA. Windows color (decimal): -3024133 or 16505553. OLE color: 16505553.
HSL color Cylindrical-coordinate representation of color #D1DAFB: hue angle of 227.14º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1DAFB is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 209 | 218 | 251 | - |
CMYK | 0.17 | 0.13 | 0 | 0.02 |
HSL | 227.14º | 0.84% | 0.9% | - |
HSV(B) | 227.14º | 0.17% | 0.98% | - |
XYZ | 68.78 | 70.66 | 101.28 | - |
YUV | 219.07 | 146.02 | 120.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 218 | 251 | 0.17 | 0.13 | 0 | 0.02 | 227.14 | 0.84 | 0.9 |
Hex | D1 | DA | FB | 11 | D | 0 | 2 | E3 | 54 | 5A |
Octal | 321 | 332 | 373 | 21 | 15 | 0 | 2 | 343 | 124 | 132 |
Binary | 11010001 | 11011010 | 11111011 | 10001 | 1101 | 0 | 10 | 11100011 | 1010100 | 1011010 |
Color Harmonies of #D1DAFB
Complementary color
Monochromatic Colors of #D1DAFB
Black with #D1DAFB
Text Example
Text Example
White with #D1DAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DAFB; }
p { color: rgb(209,218,251); }
H1.HeaderClassName
{
color: #D1DAFB;
}
.AnyTagClassName
{
color: #D1DAFB;
}
</style>
background-color css
<style>
a { background-color: #D1DAFB; }
a { background-color: rgb(209,218,251); }
div.DivClassName
{
background-color: #D1DAFB;
}
.BgClassName
{
background-color: #D1DAFB;
}
</style>
border-color css
<style>
span { border-color: #D1DAFB; }
span { border-color: rgb(209,218,251); }
td.TdClassName
{
border-color: #D1DAFB;
}
.TagClassName
{
border-color: #D1DAFB;
}
</style>