Shades of Hawkes Blue #D6DEEF
Tints of Hawkes Blue #D6DEEF
RGB
CMYK
RGB Variations
Color information
#D6DEEF (or 0xD6DEEF) is known color: Hawkes Blue. HEX triplet: D6, DE and EF. RGB value is (214,222,239). Sum of RGB (Red+Green+Blue) = 214+222+239=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DEEF is #292110. Grayscale: #DDDDDD. Windows color (decimal): -2695441 or 15720150. OLE color: 15720150.
HSL color Cylindrical-coordinate representation of color #D6DEEF: hue angle of 220.8º 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 #D6DEEF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 222 | 239 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.06 |
| HSL | 220.8º | 0.44% | 0.89% | - |
| HSV(B) | 220.8º | 0.1% | 0.94% | - |
| XYZ | 69.43 | 72.77 | 92.05 | - |
| YUV | 221.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 222 | 239 | 0.10 | 0.07 | 0 | 0.06 | 220.8 | 0.44 | 0.89 |
| Hex | D6 | DE | EF | A | 7 | 0 | 6 | DD | 2C | 59 |
| Octal | 326 | 336 | 357 | 12 | 7 | 0 | 6 | 335 | 54 | 131 |
| Binary | 11010110 | 11011110 | 11101111 | 1010 | 111 | 0 | 110 | 11011101 | 101100 | 1011001 |
Color Harmonies of #D6DEEF
Complementary color
Monochromatic Colors of #D6DEEF
Black with #D6DEEF
Text Example
Text Example
White with #D6DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DEEF; }
p { color: rgb(214,222,239); }
H1.HeaderClassName
{
color: #D6DEEF;
}
.AnyTagClassName
{
color: #D6DEEF;
}
</style>
background-color css
<style>
a { background-color: #D6DEEF; }
a { background-color: rgb(214,222,239); }
div.DivClassName
{
background-color: #D6DEEF;
}
.BgClassName
{
background-color: #D6DEEF;
}
</style>
border-color css
<style>
span { border-color: #D6DEEF; }
span { border-color: rgb(214,222,239); }
td.TdClassName
{
border-color: #D6DEEF;
}
.TagClassName
{
border-color: #D6DEEF;
}
</style>