Shades of Hawkes Blue #D0D9F1
Tints of Hawkes Blue #D0D9F1
RGB
CMYK
RGB Variations
Color information
#D0D9F1 (or 0xD0D9F1) is known color: Hawkes Blue. HEX triplet: D0, D9 and F1. RGB value is (208,217,241). Sum of RGB (Red+Green+Blue) = 208+217+241=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0D9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D9F1 is #2F260E. Grayscale: #D8D8D8. Windows color (decimal): -3089935 or 15849936. OLE color: 15849936.
HSL color Cylindrical-coordinate representation of color #D0D9F1: hue angle of 223.64º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0D9F1 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 217 | 241 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.05 |
| HSL | 223.64º | 0.54% | 0.88% | - |
| HSV(B) | 223.64º | 0.14% | 0.95% | - |
| XYZ | 66.7 | 69.39 | 93.1 | - |
| YUV | 217.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 217 | 241 | 0.14 | 0.10 | 0 | 0.05 | 223.64 | 0.54 | 0.88 |
| Hex | D0 | D9 | F1 | E | A | 0 | 5 | E0 | 36 | 58 |
| Octal | 320 | 331 | 361 | 16 | 12 | 0 | 5 | 340 | 66 | 130 |
| Binary | 11010000 | 11011001 | 11110001 | 1110 | 1010 | 0 | 101 | 11100000 | 110110 | 1011000 |
Color Harmonies of #D0D9F1
Complementary color
Monochromatic Colors of #D0D9F1
Black with #D0D9F1
Text Example
Text Example
White with #D0D9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D9F1; }
p { color: rgb(208,217,241); }
H1.HeaderClassName
{
color: #D0D9F1;
}
.AnyTagClassName
{
color: #D0D9F1;
}
</style>
background-color css
<style>
a { background-color: #D0D9F1; }
a { background-color: rgb(208,217,241); }
div.DivClassName
{
background-color: #D0D9F1;
}
.BgClassName
{
background-color: #D0D9F1;
}
</style>
border-color css
<style>
span { border-color: #D0D9F1; }
span { border-color: rgb(208,217,241); }
td.TdClassName
{
border-color: #D0D9F1;
}
.TagClassName
{
border-color: #D0D9F1;
}
</style>