Shades of Hawkes Blue #D0E0FA
Tints of Hawkes Blue #D0E0FA
RGB
CMYK
RGB Variations
Color information
#D0E0FA (or 0xD0E0FA) is known color: Hawkes Blue. HEX triplet: D0, E0 and FA. RGB value is (208,224,250). Sum of RGB (Red+Green+Blue) = 208+224+250=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E0FA is #2F1F05. Grayscale: #DEDEDE. Windows color (decimal): -3088134 or 16441552. OLE color: 16441552.
HSL color Cylindrical-coordinate representation of color #D0E0FA: hue angle of 217.14º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0E0FA is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 224 | 250 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.02 |
| HSL | 217.14º | 0.81% | 0.9% | - |
| HSV(B) | 217.14º | 0.17% | 0.98% | - |
| XYZ | 69.92 | 73.62 | 100.97 | - |
| YUV | 222.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 250 | 0.17 | 0.10 | 0 | 0.02 | 217.14 | 0.81 | 0.9 |
| Hex | D0 | E0 | FA | 11 | A | 0 | 2 | D9 | 51 | 5A |
| Octal | 320 | 340 | 372 | 21 | 12 | 0 | 2 | 331 | 121 | 132 |
| Binary | 11010000 | 11100000 | 11111010 | 10001 | 1010 | 0 | 10 | 11011001 | 1010001 | 1011010 |
Color Harmonies of #D0E0FA
Complementary color
Monochromatic Colors of #D0E0FA
Black with #D0E0FA
Text Example
Text Example
White with #D0E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E0FA; }
p { color: rgb(208,224,250); }
H1.HeaderClassName
{
color: #D0E0FA;
}
.AnyTagClassName
{
color: #D0E0FA;
}
</style>
background-color css
<style>
a { background-color: #D0E0FA; }
a { background-color: rgb(208,224,250); }
div.DivClassName
{
background-color: #D0E0FA;
}
.BgClassName
{
background-color: #D0E0FA;
}
</style>
border-color css
<style>
span { border-color: #D0E0FA; }
span { border-color: rgb(208,224,250); }
td.TdClassName
{
border-color: #D0E0FA;
}
.TagClassName
{
border-color: #D0E0FA;
}
</style>