Shades of Hawkes Blue #D6E1F8
Tints of Hawkes Blue #D6E1F8
RGB
CMYK
RGB Variations
Color information
#D6E1F8 (or 0xD6E1F8) is known color: Hawkes Blue. HEX triplet: D6, E1 and F8. RGB value is (214,225,248). Sum of RGB (Red+Green+Blue) = 214+225+248=687 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.15% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #D6E1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E1F8 is #291E07. Grayscale: #E0E0E0. Windows color (decimal): -2694664 or 16310742. OLE color: 16310742.
HSL color Cylindrical-coordinate representation of color #D6E1F8: hue angle of 220.59º 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 #D6E1F8 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 225 | 248 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.03 |
| HSL | 220.59º | 0.71% | 0.91% | - |
| HSV(B) | 220.59º | 0.14% | 0.97% | - |
| XYZ | 71.6 | 74.92 | 99.49 | - |
| YUV | 224.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 225 | 248 | 0.14 | 0.09 | 0 | 0.03 | 220.59 | 0.71 | 0.91 |
| Hex | D6 | E1 | F8 | E | 9 | 0 | 3 | DD | 47 | 5B |
| Octal | 326 | 341 | 370 | 16 | 11 | 0 | 3 | 335 | 107 | 133 |
| Binary | 11010110 | 11100001 | 11111000 | 1110 | 1001 | 0 | 11 | 11011101 | 1000111 | 1011011 |
Color Harmonies of #D6E1F8
Complementary color
Monochromatic Colors of #D6E1F8
Black with #D6E1F8
Text Example
Text Example
White with #D6E1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E1F8; }
p { color: rgb(214,225,248); }
H1.HeaderClassName
{
color: #D6E1F8;
}
.AnyTagClassName
{
color: #D6E1F8;
}
</style>
background-color css
<style>
a { background-color: #D6E1F8; }
a { background-color: rgb(214,225,248); }
div.DivClassName
{
background-color: #D6E1F8;
}
.BgClassName
{
background-color: #D6E1F8;
}
</style>
border-color css
<style>
span { border-color: #D6E1F8; }
span { border-color: rgb(214,225,248); }
td.TdClassName
{
border-color: #D6E1F8;
}
.TagClassName
{
border-color: #D6E1F8;
}
</style>