Shades of Hawkes Blue #D1DBFF
Tints of Hawkes Blue #D1DBFF
RGB
CMYK
RGB Variations
Color information
#D1DBFF (or 0xD1DBFF) is known color: Hawkes Blue. HEX triplet: D1, DB and FF. RGB value is (209,219,255). Sum of RGB (Red+Green+Blue) = 209+219+255=683 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.60% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DBFF is #2E2400. Grayscale: #DBDBDB. Windows color (decimal): -3023873 or 16767953. OLE color: 16767953.
HSL color Cylindrical-coordinate representation of color #D1DBFF: hue angle of 226.96º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1DBFF is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 219 | 255 | - |
| CMYK | 0.18 | 0.14 | 0 | 0 |
| HSL | 226.96º | 1% | 0.91% | - |
| HSV(B) | 226.96º | 0.18% | 1% | - |
| XYZ | 69.68 | 71.44 | 104.72 | - |
| YUV | 220.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 255 | 0.18 | 0.14 | 0 | 0 | 226.96 | 1 | 0.91 |
| Hex | D1 | DB | FF | 12 | E | 0 | 0 | E3 | 64 | 5B |
| Octal | 321 | 333 | 377 | 22 | 16 | 0 | 0 | 343 | 144 | 133 |
| Binary | 11010001 | 11011011 | 11111111 | 10010 | 1110 | 0 | 0 | 11100011 | 1100100 | 1011011 |
Color Harmonies of #D1DBFF
Complementary color
Monochromatic Colors of #D1DBFF
Black with #D1DBFF
Text Example
Text Example
White with #D1DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DBFF; }
p { color: rgb(209,219,255); }
H1.HeaderClassName
{
color: #D1DBFF;
}
.AnyTagClassName
{
color: #D1DBFF;
}
</style>
background-color css
<style>
a { background-color: #D1DBFF; }
a { background-color: rgb(209,219,255); }
div.DivClassName
{
background-color: #D1DBFF;
}
.BgClassName
{
background-color: #D1DBFF;
}
</style>
border-color css
<style>
span { border-color: #D1DBFF; }
span { border-color: rgb(209,219,255); }
td.TdClassName
{
border-color: #D1DBFF;
}
.TagClassName
{
border-color: #D1DBFF;
}
</style>