Shades of Hawkes Blue #D9DBE6
Tints of Hawkes Blue #D9DBE6
RGB
CMYK
RGB Variations
Color information
#D9DBE6 (or 0xD9DBE6) is known color: Hawkes Blue. HEX triplet: D9, DB and E6. RGB value is (217,219,230). Sum of RGB (Red+Green+Blue) = 217+219+230=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 230 - color contains mainly: blue. Hex color #D9DBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBE6 is #262419. Grayscale: #DBDBDB. Windows color (decimal): -2499610 or 15129561. OLE color: 15129561.
HSL color Cylindrical-coordinate representation of color #D9DBE6: hue angle of 230.77º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9DBE6 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 217 | 219 | 230 | - |
CMYK | 0.06 | 0.05 | 0 | 0.10 |
HSL | 230.77º | 0.21% | 0.88% | - |
HSV(B) | 230.77º | 0.06% | 0.9% | - |
XYZ | 68.23 | 71.13 | 85 | - |
YUV | 219.66 | 133.84 | 126.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 219 | 230 | 0.06 | 0.05 | 0 | 0.10 | 230.77 | 0.21 | 0.88 |
Hex | D9 | DB | E6 | 6 | 5 | 0 | A | E7 | 15 | 58 |
Octal | 331 | 333 | 346 | 6 | 5 | 0 | 12 | 347 | 25 | 130 |
Binary | 11011001 | 11011011 | 11100110 | 110 | 101 | 0 | 1010 | 11100111 | 10101 | 1011000 |
Color Harmonies of #D9DBE6
Complementary color
Monochromatic Colors of #D9DBE6
Black with #D9DBE6
Text Example
Text Example
White with #D9DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DBE6; }
p { color: rgb(217,219,230); }
H1.HeaderClassName
{
color: #D9DBE6;
}
.AnyTagClassName
{
color: #D9DBE6;
}
</style>
background-color css
<style>
a { background-color: #D9DBE6; }
a { background-color: rgb(217,219,230); }
div.DivClassName
{
background-color: #D9DBE6;
}
.BgClassName
{
background-color: #D9DBE6;
}
</style>
border-color css
<style>
span { border-color: #D9DBE6; }
span { border-color: rgb(217,219,230); }
td.TdClassName
{
border-color: #D9DBE6;
}
.TagClassName
{
border-color: #D9DBE6;
}
</style>