Shades of Hawkes Blue #D9DADC
Tints of Hawkes Blue #D9DADC
RGB
CMYK
RGB Variations
Color information
#D9DADC (or 0xD9DADC) is known color: Hawkes Blue. HEX triplet: D9, DA and DC. RGB value is (217,218,220). Sum of RGB (Red+Green+Blue) = 217+218+220=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DADC is #262523. Grayscale: #D9D9D9. Windows color (decimal): -2499876 or 14473945. OLE color: 14473945.
HSL color Cylindrical-coordinate representation of color #D9DADC: hue angle of 220º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D9DADC is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 217 | 218 | 220 | - |
CMYK | 0.01 | 0.01 | 0 | 0.14 |
HSL | 220º | 0.04% | 0.86% | - |
HSV(B) | 220º | 0.01% | 0.86% | - |
XYZ | 66.6 | 70.06 | 77.72 | - |
YUV | 217.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 218 | 220 | 0.01 | 0.01 | 0 | 0.14 | 220 | 0.04 | 0.86 |
Hex | D9 | DA | DC | 1 | 1 | 0 | E | DC | 4 | 56 |
Octal | 331 | 332 | 334 | 1 | 1 | 0 | 16 | 334 | 4 | 126 |
Binary | 11011001 | 11011010 | 11011100 | 1 | 1 | 0 | 1110 | 11011100 | 100 | 1010110 |
Color Harmonies of #D9DADC
Complementary color
Monochromatic Colors of #D9DADC
Black with #D9DADC
Text Example
Text Example
White with #D9DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DADC; }
p { color: rgb(217,218,220); }
H1.HeaderClassName
{
color: #D9DADC;
}
.AnyTagClassName
{
color: #D9DADC;
}
</style>
background-color css
<style>
a { background-color: #D9DADC; }
a { background-color: rgb(217,218,220); }
div.DivClassName
{
background-color: #D9DADC;
}
.BgClassName
{
background-color: #D9DADC;
}
</style>
border-color css
<style>
span { border-color: #D9DADC; }
span { border-color: rgb(217,218,220); }
td.TdClassName
{
border-color: #D9DADC;
}
.TagClassName
{
border-color: #D9DADC;
}
</style>