Shades of Hawkes Blue #D0D9EC
Tints of Hawkes Blue #D0D9EC
RGB
CMYK
RGB Variations
Color information
#D0D9EC (or 0xD0D9EC) is known color: Hawkes Blue. HEX triplet: D0, D9 and EC. RGB value is (208,217,236). Sum of RGB (Red+Green+Blue) = 208+217+236=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0D9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D9EC is #2F2613. Grayscale: #D8D8D8. Windows color (decimal): -3089940 or 15522256. OLE color: 15522256.
HSL color Cylindrical-coordinate representation of color #D0D9EC: hue angle of 220.71º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0D9EC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 217 | 236 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.07 |
| HSL | 220.71º | 0.42% | 0.87% | - |
| HSV(B) | 220.71º | 0.12% | 0.93% | - |
| XYZ | 65.97 | 69.09 | 89.22 | - |
| YUV | 216.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 217 | 236 | 0.12 | 0.08 | 0 | 0.07 | 220.71 | 0.42 | 0.87 |
| Hex | D0 | D9 | EC | C | 8 | 0 | 7 | DD | 2A | 57 |
| Octal | 320 | 331 | 354 | 14 | 10 | 0 | 7 | 335 | 52 | 127 |
| Binary | 11010000 | 11011001 | 11101100 | 1100 | 1000 | 0 | 111 | 11011101 | 101010 | 1010111 |
Color Harmonies of #D0D9EC
Complementary color
Monochromatic Colors of #D0D9EC
Black with #D0D9EC
Text Example
Text Example
White with #D0D9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D9EC; }
p { color: rgb(208,217,236); }
H1.HeaderClassName
{
color: #D0D9EC;
}
.AnyTagClassName
{
color: #D0D9EC;
}
</style>
background-color css
<style>
a { background-color: #D0D9EC; }
a { background-color: rgb(208,217,236); }
div.DivClassName
{
background-color: #D0D9EC;
}
.BgClassName
{
background-color: #D0D9EC;
}
</style>
border-color css
<style>
span { border-color: #D0D9EC; }
span { border-color: rgb(208,217,236); }
td.TdClassName
{
border-color: #D0D9EC;
}
.TagClassName
{
border-color: #D0D9EC;
}
</style>