Shades of Hawkes Blue #D0D8FB
Tints of Hawkes Blue #D0D8FB
RGB
CMYK
RGB Variations
Color information
#D0D8FB (or 0xD0D8FB) is known color: Hawkes Blue. HEX triplet: D0, D8 and FB. RGB value is (208,216,251). Sum of RGB (Red+Green+Blue) = 208+216+251=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0D8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D8FB is #2F2704. Grayscale: #D9D9D9. Windows color (decimal): -3090181 or 16505040. OLE color: 16505040.
HSL color Cylindrical-coordinate representation of color #D0D8FB: hue angle of 228.84º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0D8FB is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 216 | 251 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.02 |
| HSL | 228.84º | 0.84% | 0.9% | - |
| HSV(B) | 228.84º | 0.17% | 0.98% | - |
| XYZ | 67.98 | 69.49 | 101.1 | - |
| YUV | 217.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 251 | 0.17 | 0.14 | 0 | 0.02 | 228.84 | 0.84 | 0.9 |
| Hex | D0 | D8 | FB | 11 | E | 0 | 2 | E5 | 54 | 5A |
| Octal | 320 | 330 | 373 | 21 | 16 | 0 | 2 | 345 | 124 | 132 |
| Binary | 11010000 | 11011000 | 11111011 | 10001 | 1110 | 0 | 10 | 11100101 | 1010100 | 1011010 |
Color Harmonies of #D0D8FB
Complementary color
Monochromatic Colors of #D0D8FB
Black with #D0D8FB
Text Example
Text Example
White with #D0D8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D8FB; }
p { color: rgb(208,216,251); }
H1.HeaderClassName
{
color: #D0D8FB;
}
.AnyTagClassName
{
color: #D0D8FB;
}
</style>
background-color css
<style>
a { background-color: #D0D8FB; }
a { background-color: rgb(208,216,251); }
div.DivClassName
{
background-color: #D0D8FB;
}
.BgClassName
{
background-color: #D0D8FB;
}
</style>
border-color css
<style>
span { border-color: #D0D8FB; }
span { border-color: rgb(208,216,251); }
td.TdClassName
{
border-color: #D0D8FB;
}
.TagClassName
{
border-color: #D0D8FB;
}
</style>