Shades of Hawkes Blue #D0D8F8
Tints of Hawkes Blue #D0D8F8
RGB
CMYK
RGB Variations
Color information
#D0D8F8 (or 0xD0D8F8) is known color: Hawkes Blue. HEX triplet: D0, D8 and F8. RGB value is (208,216,248). Sum of RGB (Red+Green+Blue) = 208+216+248=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0D8F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D8F8 is #2F2707. Grayscale: #D9D9D9. Windows color (decimal): -3090184 or 16308432. OLE color: 16308432.
HSL color Cylindrical-coordinate representation of color #D0D8F8: hue angle of 228º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0D8F8 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 216 | 248 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.03 |
| HSL | 228º | 0.74% | 0.89% | - |
| HSV(B) | 228º | 0.16% | 0.97% | - |
| XYZ | 67.51 | 69.3 | 98.62 | - |
| YUV | 217.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 248 | 0.16 | 0.13 | 0 | 0.03 | 228 | 0.74 | 0.89 |
| Hex | D0 | D8 | F8 | 10 | D | 0 | 3 | E4 | 4A | 59 |
| Octal | 320 | 330 | 370 | 20 | 15 | 0 | 3 | 344 | 112 | 131 |
| Binary | 11010000 | 11011000 | 11111000 | 10000 | 1101 | 0 | 11 | 11100100 | 1001010 | 1011001 |
Color Harmonies of #D0D8F8
Complementary color
Monochromatic Colors of #D0D8F8
Black with #D0D8F8
Text Example
Text Example
White with #D0D8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D8F8; }
p { color: rgb(208,216,248); }
H1.HeaderClassName
{
color: #D0D8F8;
}
.AnyTagClassName
{
color: #D0D8F8;
}
</style>
background-color css
<style>
a { background-color: #D0D8F8; }
a { background-color: rgb(208,216,248); }
div.DivClassName
{
background-color: #D0D8F8;
}
.BgClassName
{
background-color: #D0D8F8;
}
</style>
border-color css
<style>
span { border-color: #D0D8F8; }
span { border-color: rgb(208,216,248); }
td.TdClassName
{
border-color: #D0D8F8;
}
.TagClassName
{
border-color: #D0D8F8;
}
</style>