Shades of Hawkes Blue #D3DAEF
Tints of Hawkes Blue #D3DAEF
RGB
CMYK
RGB Variations
Color information
#D3DAEF (or 0xD3DAEF) is known color: Hawkes Blue. HEX triplet: D3, DA and EF. RGB value is (211,218,239). Sum of RGB (Red+Green+Blue) = 211+218+239=668 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.59% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DAEF is #2C2510. Grayscale: #DADADA. Windows color (decimal): -2893073 or 15719123. OLE color: 15719123.
HSL color Cylindrical-coordinate representation of color #D3DAEF: hue angle of 225º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3DAEF is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 218 | 239 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.06 |
| HSL | 225º | 0.47% | 0.88% | - |
| HSV(B) | 225º | 0.12% | 0.94% | - |
| XYZ | 67.52 | 70.22 | 91.66 | - |
| YUV | 218.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 239 | 0.12 | 0.09 | 0 | 0.06 | 225 | 0.47 | 0.88 |
| Hex | D3 | DA | EF | C | 9 | 0 | 6 | E1 | 2F | 58 |
| Octal | 323 | 332 | 357 | 14 | 11 | 0 | 6 | 341 | 57 | 130 |
| Binary | 11010011 | 11011010 | 11101111 | 1100 | 1001 | 0 | 110 | 11100001 | 101111 | 1011000 |
Color Harmonies of #D3DAEF
Complementary color
Monochromatic Colors of #D3DAEF
Black with #D3DAEF
Text Example
Text Example
White with #D3DAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DAEF; }
p { color: rgb(211,218,239); }
H1.HeaderClassName
{
color: #D3DAEF;
}
.AnyTagClassName
{
color: #D3DAEF;
}
</style>
background-color css
<style>
a { background-color: #D3DAEF; }
a { background-color: rgb(211,218,239); }
div.DivClassName
{
background-color: #D3DAEF;
}
.BgClassName
{
background-color: #D3DAEF;
}
</style>
border-color css
<style>
span { border-color: #D3DAEF; }
span { border-color: rgb(211,218,239); }
td.TdClassName
{
border-color: #D3DAEF;
}
.TagClassName
{
border-color: #D3DAEF;
}
</style>