Shades of Hawkes Blue #D1DBEF
Tints of Hawkes Blue #D1DBEF
RGB
CMYK
RGB Variations
Color information
#D1DBEF (or 0xD1DBEF) is known color: Hawkes Blue. HEX triplet: D1, DB and EF. RGB value is (209,219,239). Sum of RGB (Red+Green+Blue) = 209+219+239=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DBEF is #2E2410. Grayscale: #DADADA. Windows color (decimal): -3023889 or 15719377. OLE color: 15719377.
HSL color Cylindrical-coordinate representation of color #D1DBEF: hue angle of 220º 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 #D1DBEF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 219 | 239 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.06 |
| HSL | 220º | 0.48% | 0.88% | - |
| HSV(B) | 220º | 0.13% | 0.94% | - |
| XYZ | 67.21 | 70.45 | 91.72 | - |
| YUV | 218.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 239 | 0.13 | 0.08 | 0 | 0.06 | 220 | 0.48 | 0.88 |
| Hex | D1 | DB | EF | D | 8 | 0 | 6 | DC | 30 | 58 |
| Octal | 321 | 333 | 357 | 15 | 10 | 0 | 6 | 334 | 60 | 130 |
| Binary | 11010001 | 11011011 | 11101111 | 1101 | 1000 | 0 | 110 | 11011100 | 110000 | 1011000 |
Color Harmonies of #D1DBEF
Complementary color
Monochromatic Colors of #D1DBEF
Black with #D1DBEF
Text Example
Text Example
White with #D1DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DBEF; }
p { color: rgb(209,219,239); }
H1.HeaderClassName
{
color: #D1DBEF;
}
.AnyTagClassName
{
color: #D1DBEF;
}
</style>
background-color css
<style>
a { background-color: #D1DBEF; }
a { background-color: rgb(209,219,239); }
div.DivClassName
{
background-color: #D1DBEF;
}
.BgClassName
{
background-color: #D1DBEF;
}
</style>
border-color css
<style>
span { border-color: #D1DBEF; }
span { border-color: rgb(209,219,239); }
td.TdClassName
{
border-color: #D1DBEF;
}
.TagClassName
{
border-color: #D1DBEF;
}
</style>