Shades of Hawkes Blue #D8DADC
Tints of Hawkes Blue #D8DADC
RGB
CMYK
RGB Variations
Color information
#D8DADC (or 0xD8DADC) is known color: Hawkes Blue. HEX triplet: D8, DA and DC. RGB value is (216,218,220). Sum of RGB (Red+Green+Blue) = 216+218+220=654 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.03% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DADC is #272523. Grayscale: #D9D9D9. Windows color (decimal): -2565412 or 14473944. OLE color: 14473944.
HSL color Cylindrical-coordinate representation of color #D8DADC: hue angle of 210º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D8DADC is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 216 | 218 | 220 | - |
CMYK | 0.02 | 0.01 | 0 | 0.14 |
HSL | 210º | 0.05% | 0.85% | - |
HSV(B) | 210º | 0.02% | 0.86% | - |
XYZ | 66.31 | 69.91 | 77.71 | - |
YUV | 217.63 | 129.34 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 218 | 220 | 0.02 | 0.01 | 0 | 0.14 | 210 | 0.05 | 0.85 |
Hex | D8 | DA | DC | 2 | 1 | 0 | E | D2 | 5 | 55 |
Octal | 330 | 332 | 334 | 2 | 1 | 0 | 16 | 322 | 5 | 125 |
Binary | 11011000 | 11011010 | 11011100 | 10 | 1 | 0 | 1110 | 11010010 | 101 | 1010101 |
Color Harmonies of #D8DADC
Complementary color
Monochromatic Colors of #D8DADC
Black with #D8DADC
Text Example
Text Example
White with #D8DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DADC; }
p { color: rgb(216,218,220); }
H1.HeaderClassName
{
color: #D8DADC;
}
.AnyTagClassName
{
color: #D8DADC;
}
</style>
background-color css
<style>
a { background-color: #D8DADC; }
a { background-color: rgb(216,218,220); }
div.DivClassName
{
background-color: #D8DADC;
}
.BgClassName
{
background-color: #D8DADC;
}
</style>
border-color css
<style>
span { border-color: #D8DADC; }
span { border-color: rgb(216,218,220); }
td.TdClassName
{
border-color: #D8DADC;
}
.TagClassName
{
border-color: #D8DADC;
}
</style>