Shades of Hawkes Blue #D0D7FB
Tints of Hawkes Blue #D0D7FB
RGB
CMYK
RGB Variations
Color information
#D0D7FB (or 0xD0D7FB) is known color: Hawkes Blue. HEX triplet: D0, D7 and FB. RGB value is (208,215,251). Sum of RGB (Red+Green+Blue) = 208+215+251=674 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.86% from 674); Green value is 215 (84.38% from 255 or 31.90% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0D7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D7FB is #2F2804. Grayscale: #D8D8D8. Windows color (decimal): -3090437 or 16504784. OLE color: 16504784.
HSL color Cylindrical-coordinate representation of color #D0D7FB: hue angle of 230.23º 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 #D0D7FB is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 215 | 251 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.02 |
| HSL | 230.23º | 0.84% | 0.9% | - |
| HSV(B) | 230.23º | 0.17% | 0.98% | - |
| XYZ | 67.73 | 68.98 | 101.01 | - |
| YUV | 217.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 251 | 0.17 | 0.14 | 0 | 0.02 | 230.23 | 0.84 | 0.9 |
| Hex | D0 | D7 | FB | 11 | E | 0 | 2 | E6 | 54 | 5A |
| Octal | 320 | 327 | 373 | 21 | 16 | 0 | 2 | 346 | 124 | 132 |
| Binary | 11010000 | 11010111 | 11111011 | 10001 | 1110 | 0 | 10 | 11100110 | 1010100 | 1011010 |
Color Harmonies of #D0D7FB
Complementary color
Monochromatic Colors of #D0D7FB
Black with #D0D7FB
Text Example
Text Example
White with #D0D7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D7FB; }
p { color: rgb(208,215,251); }
H1.HeaderClassName
{
color: #D0D7FB;
}
.AnyTagClassName
{
color: #D0D7FB;
}
</style>
background-color css
<style>
a { background-color: #D0D7FB; }
a { background-color: rgb(208,215,251); }
div.DivClassName
{
background-color: #D0D7FB;
}
.BgClassName
{
background-color: #D0D7FB;
}
</style>
border-color css
<style>
span { border-color: #D0D7FB; }
span { border-color: rgb(208,215,251); }
td.TdClassName
{
border-color: #D0D7FB;
}
.TagClassName
{
border-color: #D0D7FB;
}
</style>