Shades of Hawkes Blue #D6E1F0
Tints of Hawkes Blue #D6E1F0
RGB
CMYK
RGB Variations
Color information
#D6E1F0 (or 0xD6E1F0) is known color: Hawkes Blue. HEX triplet: D6, E1 and F0. RGB value is (214,225,240). Sum of RGB (Red+Green+Blue) = 214+225+240=679 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.52% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6E1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E1F0 is #291E0F. Grayscale: #DFDFDF. Windows color (decimal): -2694672 or 15786454. OLE color: 15786454.
HSL color Cylindrical-coordinate representation of color #D6E1F0: hue angle of 214.62º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6E1F0 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 225 | 240 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.06 |
| HSL | 214.62º | 0.46% | 0.89% | - |
| HSV(B) | 214.62º | 0.11% | 0.94% | - |
| XYZ | 70.38 | 74.44 | 93.1 | - |
| YUV | 223.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 225 | 240 | 0.11 | 0.06 | 0 | 0.06 | 214.62 | 0.46 | 0.89 |
| Hex | D6 | E1 | F0 | B | 6 | 0 | 6 | D7 | 2E | 59 |
| Octal | 326 | 341 | 360 | 13 | 6 | 0 | 6 | 327 | 56 | 131 |
| Binary | 11010110 | 11100001 | 11110000 | 1011 | 110 | 0 | 110 | 11010111 | 101110 | 1011001 |
Color Harmonies of #D6E1F0
Complementary color
Monochromatic Colors of #D6E1F0
Black with #D6E1F0
Text Example
Text Example
White with #D6E1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E1F0; }
p { color: rgb(214,225,240); }
H1.HeaderClassName
{
color: #D6E1F0;
}
.AnyTagClassName
{
color: #D6E1F0;
}
</style>
background-color css
<style>
a { background-color: #D6E1F0; }
a { background-color: rgb(214,225,240); }
div.DivClassName
{
background-color: #D6E1F0;
}
.BgClassName
{
background-color: #D6E1F0;
}
</style>
border-color css
<style>
span { border-color: #D6E1F0; }
span { border-color: rgb(214,225,240); }
td.TdClassName
{
border-color: #D6E1F0;
}
.TagClassName
{
border-color: #D6E1F0;
}
</style>