Shades of Hawkes Blue #D1D8EF
Tints of Hawkes Blue #D1D8EF
RGB
CMYK
RGB Variations
Color information
#D1D8EF (or 0xD1D8EF) is known color: Hawkes Blue. HEX triplet: D1, D8 and EF. RGB value is (209,216,239). Sum of RGB (Red+Green+Blue) = 209+216+239=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 216 (84.77% from 255 or 32.53% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1D8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D8EF is #2E2710. Grayscale: #D8D8D8. Windows color (decimal): -3024657 or 15718609. OLE color: 15718609.
HSL color Cylindrical-coordinate representation of color #D1D8EF: hue angle of 226º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1D8EF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 216 | 239 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.06 |
| HSL | 226º | 0.48% | 0.88% | - |
| HSV(B) | 226º | 0.13% | 0.94% | - |
| XYZ | 66.43 | 68.9 | 91.46 | - |
| YUV | 216.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 239 | 0.13 | 0.10 | 0 | 0.06 | 226 | 0.48 | 0.88 |
| Hex | D1 | D8 | EF | D | A | 0 | 6 | E2 | 30 | 58 |
| Octal | 321 | 330 | 357 | 15 | 12 | 0 | 6 | 342 | 60 | 130 |
| Binary | 11010001 | 11011000 | 11101111 | 1101 | 1010 | 0 | 110 | 11100010 | 110000 | 1011000 |
Color Harmonies of #D1D8EF
Complementary color
Monochromatic Colors of #D1D8EF
Black with #D1D8EF
Text Example
Text Example
White with #D1D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D8EF; }
p { color: rgb(209,216,239); }
H1.HeaderClassName
{
color: #D1D8EF;
}
.AnyTagClassName
{
color: #D1D8EF;
}
</style>
background-color css
<style>
a { background-color: #D1D8EF; }
a { background-color: rgb(209,216,239); }
div.DivClassName
{
background-color: #D1D8EF;
}
.BgClassName
{
background-color: #D1D8EF;
}
</style>
border-color css
<style>
span { border-color: #D1D8EF; }
span { border-color: rgb(209,216,239); }
td.TdClassName
{
border-color: #D1D8EF;
}
.TagClassName
{
border-color: #D1D8EF;
}
</style>