Shades of Hawkes Blue #D6DCF1
Tints of Hawkes Blue #D6DCF1
RGB
CMYK
RGB Variations
Color information
#D6DCF1 (or 0xD6DCF1) is known color: Hawkes Blue. HEX triplet: D6, DC and F1. RGB value is (214,220,241). Sum of RGB (Red+Green+Blue) = 214+220+241=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCF1 is #29230E. Grayscale: #DCDCDC. Windows color (decimal): -2695951 or 15850710. OLE color: 15850710.
HSL color Cylindrical-coordinate representation of color #D6DCF1: hue angle of 226.67º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6DCF1 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 220 | 241 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.05 |
| HSL | 226.67º | 0.49% | 0.89% | - |
| HSV(B) | 226.67º | 0.11% | 0.95% | - |
| XYZ | 69.2 | 71.83 | 93.44 | - |
| YUV | 220.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 241 | 0.11 | 0.09 | 0 | 0.05 | 226.67 | 0.49 | 0.89 |
| Hex | D6 | DC | F1 | B | 9 | 0 | 5 | E3 | 31 | 59 |
| Octal | 326 | 334 | 361 | 13 | 11 | 0 | 5 | 343 | 61 | 131 |
| Binary | 11010110 | 11011100 | 11110001 | 1011 | 1001 | 0 | 101 | 11100011 | 110001 | 1011001 |
Color Harmonies of #D6DCF1
Complementary color
Monochromatic Colors of #D6DCF1
Black with #D6DCF1
Text Example
Text Example
White with #D6DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DCF1; }
p { color: rgb(214,220,241); }
H1.HeaderClassName
{
color: #D6DCF1;
}
.AnyTagClassName
{
color: #D6DCF1;
}
</style>
background-color css
<style>
a { background-color: #D6DCF1; }
a { background-color: rgb(214,220,241); }
div.DivClassName
{
background-color: #D6DCF1;
}
.BgClassName
{
background-color: #D6DCF1;
}
</style>
border-color css
<style>
span { border-color: #D6DCF1; }
span { border-color: rgb(214,220,241); }
td.TdClassName
{
border-color: #D6DCF1;
}
.TagClassName
{
border-color: #D6DCF1;
}
</style>