Shades of Hawkes Blue #D6DFF7
Tints of Hawkes Blue #D6DFF7
RGB
CMYK
RGB Variations
Color information
#D6DFF7 (or 0xD6DFF7) is known color: Hawkes Blue. HEX triplet: D6, DF and F7. RGB value is (214,223,247). Sum of RGB (Red+Green+Blue) = 214+223+247=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 247 (96.88% from 255 or 36.11% from 684); Max value from RGB is 247 - color contains mainly: blue. Hex color #D6DFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DFF7 is #292008. Grayscale: #DEDEDE. Windows color (decimal): -2695177 or 16244694. OLE color: 16244694.
HSL color Cylindrical-coordinate representation of color #D6DFF7: hue angle of 223.64º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6DFF7 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 223 | 247 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.03 |
| HSL | 223.64º | 0.67% | 0.9% | - |
| HSV(B) | 223.64º | 0.13% | 0.97% | - |
| XYZ | 70.91 | 73.79 | 98.5 | - |
| YUV | 223.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 247 | 0.13 | 0.10 | 0 | 0.03 | 223.64 | 0.67 | 0.9 |
| Hex | D6 | DF | F7 | D | A | 0 | 3 | E0 | 43 | 5A |
| Octal | 326 | 337 | 367 | 15 | 12 | 0 | 3 | 340 | 103 | 132 |
| Binary | 11010110 | 11011111 | 11110111 | 1101 | 1010 | 0 | 11 | 11100000 | 1000011 | 1011010 |
Color Harmonies of #D6DFF7
Complementary color
Monochromatic Colors of #D6DFF7
Black with #D6DFF7
Text Example
Text Example
White with #D6DFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DFF7; }
p { color: rgb(214,223,247); }
H1.HeaderClassName
{
color: #D6DFF7;
}
.AnyTagClassName
{
color: #D6DFF7;
}
</style>
background-color css
<style>
a { background-color: #D6DFF7; }
a { background-color: rgb(214,223,247); }
div.DivClassName
{
background-color: #D6DFF7;
}
.BgClassName
{
background-color: #D6DFF7;
}
</style>
border-color css
<style>
span { border-color: #D6DFF7; }
span { border-color: rgb(214,223,247); }
td.TdClassName
{
border-color: #D6DFF7;
}
.TagClassName
{
border-color: #D6DFF7;
}
</style>