Shades of Hawkes Blue #D0DAF1
Tints of Hawkes Blue #D0DAF1
RGB
CMYK
RGB Variations
Color information
#D0DAF1 (or 0xD0DAF1) is known color: Hawkes Blue. HEX triplet: D0, DA and F1. RGB value is (208,218,241). Sum of RGB (Red+Green+Blue) = 208+218+241=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DAF1 is #2F250E. Grayscale: #D9D9D9. Windows color (decimal): -3089679 or 15850192. OLE color: 15850192.
HSL color Cylindrical-coordinate representation of color #D0DAF1: hue angle of 221.82º 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 #D0DAF1 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 218 | 241 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.05 |
| HSL | 221.82º | 0.54% | 0.88% | - |
| HSV(B) | 221.82º | 0.14% | 0.95% | - |
| XYZ | 66.96 | 69.9 | 93.18 | - |
| YUV | 217.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 241 | 0.14 | 0.10 | 0 | 0.05 | 221.82 | 0.54 | 0.88 |
| Hex | D0 | DA | F1 | E | A | 0 | 5 | DE | 36 | 58 |
| Octal | 320 | 332 | 361 | 16 | 12 | 0 | 5 | 336 | 66 | 130 |
| Binary | 11010000 | 11011010 | 11110001 | 1110 | 1010 | 0 | 101 | 11011110 | 110110 | 1011000 |
Color Harmonies of #D0DAF1
Complementary color
Monochromatic Colors of #D0DAF1
Black with #D0DAF1
Text Example
Text Example
White with #D0DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DAF1; }
p { color: rgb(208,218,241); }
H1.HeaderClassName
{
color: #D0DAF1;
}
.AnyTagClassName
{
color: #D0DAF1;
}
</style>
background-color css
<style>
a { background-color: #D0DAF1; }
a { background-color: rgb(208,218,241); }
div.DivClassName
{
background-color: #D0DAF1;
}
.BgClassName
{
background-color: #D0DAF1;
}
</style>
border-color css
<style>
span { border-color: #D0DAF1; }
span { border-color: rgb(208,218,241); }
td.TdClassName
{
border-color: #D0DAF1;
}
.TagClassName
{
border-color: #D0DAF1;
}
</style>