Shades of Hawkes Blue #D6E0FA
Tints of Hawkes Blue #D6E0FA
RGB
CMYK
RGB Variations
Color information
#D6E0FA (or 0xD6E0FA) is known color: Hawkes Blue. HEX triplet: D6, E0 and FA. RGB value is (214,224,250). Sum of RGB (Red+Green+Blue) = 214+224+250=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 224 (87.89% from 255 or 32.56% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E0FA is #291F05. Grayscale: #DFDFDF. Windows color (decimal): -2694918 or 16441558. OLE color: 16441558.
HSL color Cylindrical-coordinate representation of color #D6E0FA: hue angle of 223.33º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6E0FA is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 224 | 250 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.02 |
| HSL | 223.33º | 0.78% | 0.91% | - |
| HSV(B) | 223.33º | 0.14% | 0.98% | - |
| XYZ | 71.64 | 74.51 | 101.05 | - |
| YUV | 223.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 250 | 0.14 | 0.10 | 0 | 0.02 | 223.33 | 0.78 | 0.91 |
| Hex | D6 | E0 | FA | E | A | 0 | 2 | DF | 4E | 5B |
| Octal | 326 | 340 | 372 | 16 | 12 | 0 | 2 | 337 | 116 | 133 |
| Binary | 11010110 | 11100000 | 11111010 | 1110 | 1010 | 0 | 10 | 11011111 | 1001110 | 1011011 |
Color Harmonies of #D6E0FA
Complementary color
Monochromatic Colors of #D6E0FA
Black with #D6E0FA
Text Example
Text Example
White with #D6E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E0FA; }
p { color: rgb(214,224,250); }
H1.HeaderClassName
{
color: #D6E0FA;
}
.AnyTagClassName
{
color: #D6E0FA;
}
</style>
background-color css
<style>
a { background-color: #D6E0FA; }
a { background-color: rgb(214,224,250); }
div.DivClassName
{
background-color: #D6E0FA;
}
.BgClassName
{
background-color: #D6E0FA;
}
</style>
border-color css
<style>
span { border-color: #D6E0FA; }
span { border-color: rgb(214,224,250); }
td.TdClassName
{
border-color: #D6E0FA;
}
.TagClassName
{
border-color: #D6E0FA;
}
</style>