Shades of Hawkes Blue #D3DAFA
Tints of Hawkes Blue #D3DAFA
RGB
CMYK
RGB Variations
Color information
#D3DAFA (or 0xD3DAFA) is known color: Hawkes Blue. HEX triplet: D3, DA and FA. RGB value is (211,218,250). Sum of RGB (Red+Green+Blue) = 211+218+250=679 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.08% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DAFA is #2C2505. Grayscale: #DBDBDB. Windows color (decimal): -2893062 or 16440019. OLE color: 16440019.
HSL color Cylindrical-coordinate representation of color #D3DAFA: hue angle of 229.23º 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 #D3DAFA is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 218 | 250 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.02 |
| HSL | 229.23º | 0.8% | 0.9% | - |
| HSV(B) | 229.23º | 0.16% | 0.98% | - |
| XYZ | 69.19 | 70.89 | 100.48 | - |
| YUV | 219.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 250 | 0.16 | 0.13 | 0 | 0.02 | 229.23 | 0.8 | 0.9 |
| Hex | D3 | DA | FA | 10 | D | 0 | 2 | E5 | 50 | 5A |
| Octal | 323 | 332 | 372 | 20 | 15 | 0 | 2 | 345 | 120 | 132 |
| Binary | 11010011 | 11011010 | 11111010 | 10000 | 1101 | 0 | 10 | 11100101 | 1010000 | 1011010 |
Color Harmonies of #D3DAFA
Complementary color
Monochromatic Colors of #D3DAFA
Black with #D3DAFA
Text Example
Text Example
White with #D3DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DAFA; }
p { color: rgb(211,218,250); }
H1.HeaderClassName
{
color: #D3DAFA;
}
.AnyTagClassName
{
color: #D3DAFA;
}
</style>
background-color css
<style>
a { background-color: #D3DAFA; }
a { background-color: rgb(211,218,250); }
div.DivClassName
{
background-color: #D3DAFA;
}
.BgClassName
{
background-color: #D3DAFA;
}
</style>
border-color css
<style>
span { border-color: #D3DAFA; }
span { border-color: rgb(211,218,250); }
td.TdClassName
{
border-color: #D3DAFA;
}
.TagClassName
{
border-color: #D3DAFA;
}
</style>