Shades of Hawkes Blue #D3DAF9
Tints of Hawkes Blue #D3DAF9
RGB
CMYK
RGB Variations
Color information
#D3DAF9 (or 0xD3DAF9) is known color: Hawkes Blue. HEX triplet: D3, DA and F9. RGB value is (211,218,249). Sum of RGB (Red+Green+Blue) = 211+218+249=678 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.12% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #D3DAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DAF9 is #2C2506. Grayscale: #DBDBDB. Windows color (decimal): -2893063 or 16374483. OLE color: 16374483.
HSL color Cylindrical-coordinate representation of color #D3DAF9: hue angle of 228.95º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3DAF9 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 218 | 249 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.02 |
| HSL | 228.95º | 0.76% | 0.9% | - |
| HSV(B) | 228.95º | 0.15% | 0.98% | - |
| XYZ | 69.03 | 70.83 | 99.66 | - |
| YUV | 219.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 249 | 0.15 | 0.12 | 0 | 0.02 | 228.95 | 0.76 | 0.9 |
| Hex | D3 | DA | F9 | F | C | 0 | 2 | E5 | 4C | 5A |
| Octal | 323 | 332 | 371 | 17 | 14 | 0 | 2 | 345 | 114 | 132 |
| Binary | 11010011 | 11011010 | 11111001 | 1111 | 1100 | 0 | 10 | 11100101 | 1001100 | 1011010 |
Color Harmonies of #D3DAF9
Complementary color
Monochromatic Colors of #D3DAF9
Black with #D3DAF9
Text Example
Text Example
White with #D3DAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DAF9; }
p { color: rgb(211,218,249); }
H1.HeaderClassName
{
color: #D3DAF9;
}
.AnyTagClassName
{
color: #D3DAF9;
}
</style>
background-color css
<style>
a { background-color: #D3DAF9; }
a { background-color: rgb(211,218,249); }
div.DivClassName
{
background-color: #D3DAF9;
}
.BgClassName
{
background-color: #D3DAF9;
}
</style>
border-color css
<style>
span { border-color: #D3DAF9; }
span { border-color: rgb(211,218,249); }
td.TdClassName
{
border-color: #D3DAF9;
}
.TagClassName
{
border-color: #D3DAF9;
}
</style>