Shades of Hawkes Blue #D1D8EC
Tints of Hawkes Blue #D1D8EC
RGB
CMYK
RGB Variations
Color information
#D1D8EC (or 0xD1D8EC) is known color: Hawkes Blue. HEX triplet: D1, D8 and EC. RGB value is (209,216,236). Sum of RGB (Red+Green+Blue) = 209+216+236=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 216 (84.77% from 255 or 32.68% 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 #D1D8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D8EC is #2E2713. Grayscale: #D8D8D8. Windows color (decimal): -3024660 or 15522001. OLE color: 15522001.
HSL color Cylindrical-coordinate representation of color #D1D8EC: hue angle of 224.44º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1D8EC is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 216 | 236 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.07 |
| HSL | 224.44º | 0.42% | 0.87% | - |
| HSV(B) | 224.44º | 0.11% | 0.93% | - |
| XYZ | 65.99 | 68.72 | 89.14 | - |
| YUV | 216.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 236 | 0.11 | 0.08 | 0 | 0.07 | 224.44 | 0.42 | 0.87 |
| Hex | D1 | D8 | EC | B | 8 | 0 | 7 | E0 | 2A | 57 |
| Octal | 321 | 330 | 354 | 13 | 10 | 0 | 7 | 340 | 52 | 127 |
| Binary | 11010001 | 11011000 | 11101100 | 1011 | 1000 | 0 | 111 | 11100000 | 101010 | 1010111 |
Color Harmonies of #D1D8EC
Complementary color
Monochromatic Colors of #D1D8EC
Black with #D1D8EC
Text Example
Text Example
White with #D1D8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D8EC; }
p { color: rgb(209,216,236); }
H1.HeaderClassName
{
color: #D1D8EC;
}
.AnyTagClassName
{
color: #D1D8EC;
}
</style>
background-color css
<style>
a { background-color: #D1D8EC; }
a { background-color: rgb(209,216,236); }
div.DivClassName
{
background-color: #D1D8EC;
}
.BgClassName
{
background-color: #D1D8EC;
}
</style>
border-color css
<style>
span { border-color: #D1D8EC; }
span { border-color: rgb(209,216,236); }
td.TdClassName
{
border-color: #D1D8EC;
}
.TagClassName
{
border-color: #D1D8EC;
}
</style>