Shades of Hawkes Blue #D6DAEF
Tints of Hawkes Blue #D6DAEF
RGB
CMYK
RGB Variations
Color information
#D6DAEF (or 0xD6DAEF) is known color: Hawkes Blue. HEX triplet: D6, DA and EF. RGB value is (214,218,239). Sum of RGB (Red+Green+Blue) = 214+218+239=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAEF is #292510. Grayscale: #DBDBDB. Windows color (decimal): -2696465 or 15719126. OLE color: 15719126.
HSL color Cylindrical-coordinate representation of color #D6DAEF: hue angle of 230.4º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6DAEF is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 214 | 218 | 239 | - |
CMYK | 0.10 | 0.09 | 0 | 0.06 |
HSL | 230.4º | 0.44% | 0.89% | - |
HSV(B) | 230.4º | 0.1% | 0.94% | - |
XYZ | 68.38 | 70.67 | 91.7 | - |
YUV | 219.2 | 139.17 | 124.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 218 | 239 | 0.10 | 0.09 | 0 | 0.06 | 230.4 | 0.44 | 0.89 |
Hex | D6 | DA | EF | A | 9 | 0 | 6 | E6 | 2C | 59 |
Octal | 326 | 332 | 357 | 12 | 11 | 0 | 6 | 346 | 54 | 131 |
Binary | 11010110 | 11011010 | 11101111 | 1010 | 1001 | 0 | 110 | 11100110 | 101100 | 1011001 |
Color Harmonies of #D6DAEF
Complementary color
Monochromatic Colors of #D6DAEF
Black with #D6DAEF
Text Example
Text Example
White with #D6DAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAEF; }
p { color: rgb(214,218,239); }
H1.HeaderClassName
{
color: #D6DAEF;
}
.AnyTagClassName
{
color: #D6DAEF;
}
</style>
background-color css
<style>
a { background-color: #D6DAEF; }
a { background-color: rgb(214,218,239); }
div.DivClassName
{
background-color: #D6DAEF;
}
.BgClassName
{
background-color: #D6DAEF;
}
</style>
border-color css
<style>
span { border-color: #D6DAEF; }
span { border-color: rgb(214,218,239); }
td.TdClassName
{
border-color: #D6DAEF;
}
.TagClassName
{
border-color: #D6DAEF;
}
</style>