Shades of Hawkes Blue #D0D8F1
Tints of Hawkes Blue #D0D8F1
RGB
CMYK
RGB Variations
Color information
#D0D8F1 (or 0xD0D8F1) is known color: Hawkes Blue. HEX triplet: D0, D8 and F1. RGB value is (208,216,241). Sum of RGB (Red+Green+Blue) = 208+216+241=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 216 (84.77% from 255 or 32.48% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0D8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D8F1 is #2F270E. Grayscale: #D8D8D8. Windows color (decimal): -3090191 or 15849680. OLE color: 15849680.
HSL color Cylindrical-coordinate representation of color #D0D8F1: hue angle of 225.45º 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 #D0D8F1 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 216 | 241 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.05 |
| HSL | 225.45º | 0.54% | 0.88% | - |
| HSV(B) | 225.45º | 0.14% | 0.95% | - |
| XYZ | 66.45 | 68.87 | 93.01 | - |
| YUV | 216.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 241 | 0.14 | 0.10 | 0 | 0.05 | 225.45 | 0.54 | 0.88 |
| Hex | D0 | D8 | F1 | E | A | 0 | 5 | E1 | 36 | 58 |
| Octal | 320 | 330 | 361 | 16 | 12 | 0 | 5 | 341 | 66 | 130 |
| Binary | 11010000 | 11011000 | 11110001 | 1110 | 1010 | 0 | 101 | 11100001 | 110110 | 1011000 |
Color Harmonies of #D0D8F1
Complementary color
Monochromatic Colors of #D0D8F1
Black with #D0D8F1
Text Example
Text Example
White with #D0D8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D8F1; }
p { color: rgb(208,216,241); }
H1.HeaderClassName
{
color: #D0D8F1;
}
.AnyTagClassName
{
color: #D0D8F1;
}
</style>
background-color css
<style>
a { background-color: #D0D8F1; }
a { background-color: rgb(208,216,241); }
div.DivClassName
{
background-color: #D0D8F1;
}
.BgClassName
{
background-color: #D0D8F1;
}
</style>
border-color css
<style>
span { border-color: #D0D8F1; }
span { border-color: rgb(208,216,241); }
td.TdClassName
{
border-color: #D0D8F1;
}
.TagClassName
{
border-color: #D0D8F1;
}
</style>