Shades of Hawkes Blue #D0D8F6
Tints of Hawkes Blue #D0D8F6
RGB
CMYK
RGB Variations
Color information
#D0D8F6 (or 0xD0D8F6) is known color: Hawkes Blue. HEX triplet: D0, D8 and F6. RGB value is (208,216,246). Sum of RGB (Red+Green+Blue) = 208+216+246=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 216 (84.77% from 255 or 32.24% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0D8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D8F6 is #2F2709. Grayscale: #D8D8D8. Windows color (decimal): -3090186 or 16177360. OLE color: 16177360.
HSL color Cylindrical-coordinate representation of color #D0D8F6: hue angle of 227.37º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0D8F6 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 216 | 246 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.04 |
| HSL | 227.37º | 0.68% | 0.89% | - |
| HSV(B) | 227.37º | 0.15% | 0.96% | - |
| XYZ | 67.2 | 69.18 | 97 | - |
| YUV | 217.03 | 144.35 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 246 | 0.15 | 0.12 | 0 | 0.04 | 227.37 | 0.68 | 0.89 |
| Hex | D0 | D8 | F6 | F | C | 0 | 4 | E3 | 44 | 59 |
| Octal | 320 | 330 | 366 | 17 | 14 | 0 | 4 | 343 | 104 | 131 |
| Binary | 11010000 | 11011000 | 11110110 | 1111 | 1100 | 0 | 100 | 11100011 | 1000100 | 1011001 |
Color Harmonies of #D0D8F6
Complementary color
Monochromatic Colors of #D0D8F6
Black with #D0D8F6
Text Example
Text Example
White with #D0D8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D8F6; }
p { color: rgb(208,216,246); }
H1.HeaderClassName
{
color: #D0D8F6;
}
.AnyTagClassName
{
color: #D0D8F6;
}
</style>
background-color css
<style>
a { background-color: #D0D8F6; }
a { background-color: rgb(208,216,246); }
div.DivClassName
{
background-color: #D0D8F6;
}
.BgClassName
{
background-color: #D0D8F6;
}
</style>
border-color css
<style>
span { border-color: #D0D8F6; }
span { border-color: rgb(208,216,246); }
td.TdClassName
{
border-color: #D0D8F6;
}
.TagClassName
{
border-color: #D0D8F6;
}
</style>