Shades of Hawkes Blue #D0D9FA
Tints of Hawkes Blue #D0D9FA
RGB
CMYK
RGB Variations
Color information
#D0D9FA (or 0xD0D9FA) is known color: Hawkes Blue. HEX triplet: D0, D9 and FA. RGB value is (208,217,250). Sum of RGB (Red+Green+Blue) = 208+217+250=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0D9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D9FA is #2F2605. Grayscale: #D9D9D9. Windows color (decimal): -3089926 or 16439760. OLE color: 16439760.
HSL color Cylindrical-coordinate representation of color #D0D9FA: hue angle of 227.14º degrees, saturation: 0.81, 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 #D0D9FA is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 208 | 217 | 250 | - |
CMYK | 0.17 | 0.13 | 0 | 0.02 |
HSL | 227.14º | 0.81% | 0.9% | - |
HSV(B) | 227.14º | 0.17% | 0.98% | - |
XYZ | 68.08 | 69.94 | 100.35 | - |
YUV | 218.07 | 146.02 | 120.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 217 | 250 | 0.17 | 0.13 | 0 | 0.02 | 227.14 | 0.81 | 0.9 |
Hex | D0 | D9 | FA | 11 | D | 0 | 2 | E3 | 51 | 5A |
Octal | 320 | 331 | 372 | 21 | 15 | 0 | 2 | 343 | 121 | 132 |
Binary | 11010000 | 11011001 | 11111010 | 10001 | 1101 | 0 | 10 | 11100011 | 1010001 | 1011010 |
Color Harmonies of #D0D9FA
Complementary color
Monochromatic Colors of #D0D9FA
Black with #D0D9FA
Text Example
Text Example
White with #D0D9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D9FA; }
p { color: rgb(208,217,250); }
H1.HeaderClassName
{
color: #D0D9FA;
}
.AnyTagClassName
{
color: #D0D9FA;
}
</style>
background-color css
<style>
a { background-color: #D0D9FA; }
a { background-color: rgb(208,217,250); }
div.DivClassName
{
background-color: #D0D9FA;
}
.BgClassName
{
background-color: #D0D9FA;
}
</style>
border-color css
<style>
span { border-color: #D0D9FA; }
span { border-color: rgb(208,217,250); }
td.TdClassName
{
border-color: #D0D9FA;
}
.TagClassName
{
border-color: #D0D9FA;
}
</style>