Shades of Hawkes Blue #D1DBE7
Tints of Hawkes Blue #D1DBE7
RGB
CMYK
RGB Variations
Color information
#D1DBE7 (or 0xD1DBE7) is known color: Hawkes Blue. HEX triplet: D1, DB and E7. RGB value is (209,219,231). Sum of RGB (Red+Green+Blue) = 209+219+231=659 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.71% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 231 - color contains mainly: blue. Hex color #D1DBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DBE7 is #2E2418. Grayscale: #D9D9D9. Windows color (decimal): -3023897 or 15195089. OLE color: 15195089.
HSL color Cylindrical-coordinate representation of color #D1DBE7: hue angle of 212.73º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1DBE7 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 209 | 219 | 231 | - |
CMYK | 0.10 | 0.05 | 0 | 0.09 |
HSL | 212.73º | 0.31% | 0.86% | - |
HSV(B) | 212.73º | 0.1% | 0.91% | - |
XYZ | 66.05 | 69.99 | 85.63 | - |
YUV | 217.38 | 135.69 | 122.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 219 | 231 | 0.10 | 0.05 | 0 | 0.09 | 212.73 | 0.31 | 0.86 |
Hex | D1 | DB | E7 | A | 5 | 0 | 9 | D5 | 1F | 56 |
Octal | 321 | 333 | 347 | 12 | 5 | 0 | 11 | 325 | 37 | 126 |
Binary | 11010001 | 11011011 | 11100111 | 1010 | 101 | 0 | 1001 | 11010101 | 11111 | 1010110 |
Color Harmonies of #D1DBE7
Complementary color
Monochromatic Colors of #D1DBE7
Black with #D1DBE7
Text Example
Text Example
White with #D1DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DBE7; }
p { color: rgb(209,219,231); }
H1.HeaderClassName
{
color: #D1DBE7;
}
.AnyTagClassName
{
color: #D1DBE7;
}
</style>
background-color css
<style>
a { background-color: #D1DBE7; }
a { background-color: rgb(209,219,231); }
div.DivClassName
{
background-color: #D1DBE7;
}
.BgClassName
{
background-color: #D1DBE7;
}
</style>
border-color css
<style>
span { border-color: #D1DBE7; }
span { border-color: rgb(209,219,231); }
td.TdClassName
{
border-color: #D1DBE7;
}
.TagClassName
{
border-color: #D1DBE7;
}
</style>