Shades of Hawkes Blue #D6DAE7
Tints of Hawkes Blue #D6DAE7
RGB
CMYK
RGB Variations
Color information
#D6DAE7 (or 0xD6DAE7) is known color: Hawkes Blue. HEX triplet: D6, DA and E7. RGB value is (214,218,231). Sum of RGB (Red+Green+Blue) = 214+218+231=663 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.28% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 231 - color contains mainly: blue. Hex color #D6DAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAE7 is #292518. Grayscale: #DADADA. Windows color (decimal): -2696473 or 15194838. OLE color: 15194838.
HSL color Cylindrical-coordinate representation of color #D6DAE7: hue angle of 225.88º degrees, saturation: 0.26, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6DAE7 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 214 | 218 | 231 | - |
CMYK | 0.07 | 0.06 | 0 | 0.09 |
HSL | 225.88º | 0.26% | 0.87% | - |
HSV(B) | 225.88º | 0.07% | 0.91% | - |
XYZ | 67.23 | 70.21 | 85.61 | - |
YUV | 218.29 | 135.17 | 124.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 218 | 231 | 0.07 | 0.06 | 0 | 0.09 | 225.88 | 0.26 | 0.87 |
Hex | D6 | DA | E7 | 7 | 6 | 0 | 9 | E2 | 1A | 57 |
Octal | 326 | 332 | 347 | 7 | 6 | 0 | 11 | 342 | 32 | 127 |
Binary | 11010110 | 11011010 | 11100111 | 111 | 110 | 0 | 1001 | 11100010 | 11010 | 1010111 |
Color Harmonies of #D6DAE7
Complementary color
Monochromatic Colors of #D6DAE7
Black with #D6DAE7
Text Example
Text Example
White with #D6DAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAE7; }
p { color: rgb(214,218,231); }
H1.HeaderClassName
{
color: #D6DAE7;
}
.AnyTagClassName
{
color: #D6DAE7;
}
</style>
background-color css
<style>
a { background-color: #D6DAE7; }
a { background-color: rgb(214,218,231); }
div.DivClassName
{
background-color: #D6DAE7;
}
.BgClassName
{
background-color: #D6DAE7;
}
</style>
border-color css
<style>
span { border-color: #D6DAE7; }
span { border-color: rgb(214,218,231); }
td.TdClassName
{
border-color: #D6DAE7;
}
.TagClassName
{
border-color: #D6DAE7;
}
</style>