Shades of Hawkes Blue #D6DCEF
Tints of Hawkes Blue #D6DCEF
RGB
CMYK
RGB Variations
Color information
#D6DCEF (or 0xD6DCEF) is known color: Hawkes Blue. HEX triplet: D6, DC and EF. RGB value is (214,220,239). Sum of RGB (Red+Green+Blue) = 214+220+239=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCEF is #292310. Grayscale: #DCDCDC. Windows color (decimal): -2695953 or 15719638. OLE color: 15719638.
HSL color Cylindrical-coordinate representation of color #D6DCEF: hue angle of 225.6º 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 #D6DCEF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 220 | 239 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.06 |
| HSL | 225.6º | 0.44% | 0.89% | - |
| HSV(B) | 225.6º | 0.1% | 0.94% | - |
| XYZ | 68.9 | 71.71 | 91.87 | - |
| YUV | 220.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 239 | 0.10 | 0.08 | 0 | 0.06 | 225.6 | 0.44 | 0.89 |
| Hex | D6 | DC | EF | A | 8 | 0 | 6 | E2 | 2C | 59 |
| Octal | 326 | 334 | 357 | 12 | 10 | 0 | 6 | 342 | 54 | 131 |
| Binary | 11010110 | 11011100 | 11101111 | 1010 | 1000 | 0 | 110 | 11100010 | 101100 | 1011001 |
Color Harmonies of #D6DCEF
Complementary color
Monochromatic Colors of #D6DCEF
Black with #D6DCEF
Text Example
Text Example
White with #D6DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DCEF; }
p { color: rgb(214,220,239); }
H1.HeaderClassName
{
color: #D6DCEF;
}
.AnyTagClassName
{
color: #D6DCEF;
}
</style>
background-color css
<style>
a { background-color: #D6DCEF; }
a { background-color: rgb(214,220,239); }
div.DivClassName
{
background-color: #D6DCEF;
}
.BgClassName
{
background-color: #D6DCEF;
}
</style>
border-color css
<style>
span { border-color: #D6DCEF; }
span { border-color: rgb(214,220,239); }
td.TdClassName
{
border-color: #D6DCEF;
}
.TagClassName
{
border-color: #D6DCEF;
}
</style>