Shades of Hawkes Blue #D6DCF6
Tints of Hawkes Blue #D6DCF6
RGB
CMYK
RGB Variations
Color information
#D6DCF6 (or 0xD6DCF6) is known color: Hawkes Blue. HEX triplet: D6, DC and F6. RGB value is (214,220,246). Sum of RGB (Red+Green+Blue) = 214+220+246=680 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.47% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 246 (96.48% from 255 or 36.18% from 680); Max value from RGB is 246 - color contains mainly: blue. Hex color #D6DCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCF6 is #292309. Grayscale: #DDDDDD. Windows color (decimal): -2695946 or 16178390. OLE color: 16178390.
HSL color Cylindrical-coordinate representation of color #D6DCF6: hue angle of 228.75º degrees, saturation: 0.64, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6DCF6 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 220 | 246 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.04 |
| HSL | 228.75º | 0.64% | 0.9% | - |
| HSV(B) | 228.75º | 0.13% | 0.96% | - |
| XYZ | 69.96 | 72.14 | 97.43 | - |
| YUV | 221.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 246 | 0.13 | 0.11 | 0 | 0.04 | 228.75 | 0.64 | 0.9 |
| Hex | D6 | DC | F6 | D | B | 0 | 4 | E5 | 40 | 5A |
| Octal | 326 | 334 | 366 | 15 | 13 | 0 | 4 | 345 | 100 | 132 |
| Binary | 11010110 | 11011100 | 11110110 | 1101 | 1011 | 0 | 100 | 11100101 | 1000000 | 1011010 |
Color Harmonies of #D6DCF6
Complementary color
Monochromatic Colors of #D6DCF6
Black with #D6DCF6
Text Example
Text Example
White with #D6DCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DCF6; }
p { color: rgb(214,220,246); }
H1.HeaderClassName
{
color: #D6DCF6;
}
.AnyTagClassName
{
color: #D6DCF6;
}
</style>
background-color css
<style>
a { background-color: #D6DCF6; }
a { background-color: rgb(214,220,246); }
div.DivClassName
{
background-color: #D6DCF6;
}
.BgClassName
{
background-color: #D6DCF6;
}
</style>
border-color css
<style>
span { border-color: #D6DCF6; }
span { border-color: rgb(214,220,246); }
td.TdClassName
{
border-color: #D6DCF6;
}
.TagClassName
{
border-color: #D6DCF6;
}
</style>