Shades of Hawkes Blue #D6DCF8
Tints of Hawkes Blue #D6DCF8
RGB
CMYK
RGB Variations
Color information
#D6DCF8 (or 0xD6DCF8) is known color: Hawkes Blue. HEX triplet: D6, DC and F8. RGB value is (214,220,248). Sum of RGB (Red+Green+Blue) = 214+220+248=682 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.38% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 248 (97.27% from 255 or 36.36% from 682); Max value from RGB is 248 - color contains mainly: blue. Hex color #D6DCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCF8 is #292307. Grayscale: #DDDDDD. Windows color (decimal): -2695944 or 16309462. OLE color: 16309462.
HSL color Cylindrical-coordinate representation of color #D6DCF8: hue angle of 229.41º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6DCF8 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 220 | 248 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.03 |
| HSL | 229.41º | 0.71% | 0.91% | - |
| HSV(B) | 229.41º | 0.14% | 0.97% | - |
| XYZ | 70.27 | 72.26 | 99.05 | - |
| YUV | 221.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 248 | 0.14 | 0.11 | 0 | 0.03 | 229.41 | 0.71 | 0.91 |
| Hex | D6 | DC | F8 | E | B | 0 | 3 | E5 | 47 | 5B |
| Octal | 326 | 334 | 370 | 16 | 13 | 0 | 3 | 345 | 107 | 133 |
| Binary | 11010110 | 11011100 | 11111000 | 1110 | 1011 | 0 | 11 | 11100101 | 1000111 | 1011011 |
Color Harmonies of #D6DCF8
Complementary color
Monochromatic Colors of #D6DCF8
Black with #D6DCF8
Text Example
Text Example
White with #D6DCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DCF8; }
p { color: rgb(214,220,248); }
H1.HeaderClassName
{
color: #D6DCF8;
}
.AnyTagClassName
{
color: #D6DCF8;
}
</style>
background-color css
<style>
a { background-color: #D6DCF8; }
a { background-color: rgb(214,220,248); }
div.DivClassName
{
background-color: #D6DCF8;
}
.BgClassName
{
background-color: #D6DCF8;
}
</style>
border-color css
<style>
span { border-color: #D6DCF8; }
span { border-color: rgb(214,220,248); }
td.TdClassName
{
border-color: #D6DCF8;
}
.TagClassName
{
border-color: #D6DCF8;
}
</style>