Shades of Hawkes Blue #D0E0F6
Tints of Hawkes Blue #D0E0F6
RGB
CMYK
RGB Variations
Color information
#D0E0F6 (or 0xD0E0F6) is known color: Hawkes Blue. HEX triplet: D0, E0 and F6. RGB value is (208,224,246). Sum of RGB (Red+Green+Blue) = 208+224+246=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0E0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E0F6 is #2F1F09. Grayscale: #DDDDDD. Windows color (decimal): -3088138 or 16179408. OLE color: 16179408.
HSL color Cylindrical-coordinate representation of color #D0E0F6: hue angle of 214.74º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0E0F6 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 224 | 246 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.04 |
| HSL | 214.74º | 0.68% | 0.89% | - |
| HSV(B) | 214.74º | 0.15% | 0.96% | - |
| XYZ | 69.3 | 73.38 | 97.7 | - |
| YUV | 221.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 246 | 0.15 | 0.09 | 0 | 0.04 | 214.74 | 0.68 | 0.89 |
| Hex | D0 | E0 | F6 | F | 9 | 0 | 4 | D7 | 44 | 59 |
| Octal | 320 | 340 | 366 | 17 | 11 | 0 | 4 | 327 | 104 | 131 |
| Binary | 11010000 | 11100000 | 11110110 | 1111 | 1001 | 0 | 100 | 11010111 | 1000100 | 1011001 |
Color Harmonies of #D0E0F6
Complementary color
Monochromatic Colors of #D0E0F6
Black with #D0E0F6
Text Example
Text Example
White with #D0E0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E0F6; }
p { color: rgb(208,224,246); }
H1.HeaderClassName
{
color: #D0E0F6;
}
.AnyTagClassName
{
color: #D0E0F6;
}
</style>
background-color css
<style>
a { background-color: #D0E0F6; }
a { background-color: rgb(208,224,246); }
div.DivClassName
{
background-color: #D0E0F6;
}
.BgClassName
{
background-color: #D0E0F6;
}
</style>
border-color css
<style>
span { border-color: #D0E0F6; }
span { border-color: rgb(208,224,246); }
td.TdClassName
{
border-color: #D0E0F6;
}
.TagClassName
{
border-color: #D0E0F6;
}
</style>