Shades of Hawkes Blue #D6DDEF
Tints of Hawkes Blue #D6DDEF
RGB
CMYK
RGB Variations
Color information
#D6DDEF (or 0xD6DDEF) is known color: Hawkes Blue. HEX triplet: D6, DD and EF. RGB value is (214,221,239). Sum of RGB (Red+Green+Blue) = 214+221+239=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDEF is #292210. Grayscale: #DCDCDC. Windows color (decimal): -2695697 or 15719894. OLE color: 15719894.
HSL color Cylindrical-coordinate representation of color #D6DDEF: hue angle of 223.2º 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 #D6DDEF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 221 | 239 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.06 |
| HSL | 223.2º | 0.44% | 0.89% | - |
| HSV(B) | 223.2º | 0.1% | 0.94% | - |
| XYZ | 69.17 | 72.24 | 91.96 | - |
| YUV | 220.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 239 | 0.10 | 0.08 | 0 | 0.06 | 223.2 | 0.44 | 0.89 |
| Hex | D6 | DD | EF | A | 8 | 0 | 6 | DF | 2C | 59 |
| Octal | 326 | 335 | 357 | 12 | 10 | 0 | 6 | 337 | 54 | 131 |
| Binary | 11010110 | 11011101 | 11101111 | 1010 | 1000 | 0 | 110 | 11011111 | 101100 | 1011001 |
Color Harmonies of #D6DDEF
Complementary color
Monochromatic Colors of #D6DDEF
Black with #D6DDEF
Text Example
Text Example
White with #D6DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDEF; }
p { color: rgb(214,221,239); }
H1.HeaderClassName
{
color: #D6DDEF;
}
.AnyTagClassName
{
color: #D6DDEF;
}
</style>
background-color css
<style>
a { background-color: #D6DDEF; }
a { background-color: rgb(214,221,239); }
div.DivClassName
{
background-color: #D6DDEF;
}
.BgClassName
{
background-color: #D6DDEF;
}
</style>
border-color css
<style>
span { border-color: #D6DDEF; }
span { border-color: rgb(214,221,239); }
td.TdClassName
{
border-color: #D6DDEF;
}
.TagClassName
{
border-color: #D6DDEF;
}
</style>