Shades of Hawkes Blue #D9DCE4
Tints of Hawkes Blue #D9DCE4
RGB
CMYK
RGB Variations
Color information
#D9DCE4 (or 0xD9DCE4) is known color: Hawkes Blue. HEX triplet: D9, DC and E4. RGB value is (217,220,228). Sum of RGB (Red+Green+Blue) = 217+220+228=665 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.63% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9DCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCE4 is #26231B. Grayscale: #DBDBDB. Windows color (decimal): -2499356 or 14998745. OLE color: 14998745.
HSL color Cylindrical-coordinate representation of color #D9DCE4: hue angle of 223.64º degrees, saturation: 0.17, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9DCE4 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 220 | 228 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.11 |
| HSL | 223.64º | 0.17% | 0.87% | - |
| HSV(B) | 223.64º | 0.05% | 0.89% | - |
| XYZ | 68.21 | 71.54 | 83.61 | - |
| YUV | 220.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 228 | 0.05 | 0.04 | 0 | 0.11 | 223.64 | 0.17 | 0.87 |
| Hex | D9 | DC | E4 | 5 | 4 | 0 | B | E0 | 11 | 57 |
| Octal | 331 | 334 | 344 | 5 | 4 | 0 | 13 | 340 | 21 | 127 |
| Binary | 11011001 | 11011100 | 11100100 | 101 | 100 | 0 | 1011 | 11100000 | 10001 | 1010111 |
Color Harmonies of #D9DCE4
Complementary color
Monochromatic Colors of #D9DCE4
Black with #D9DCE4
Text Example
Text Example
White with #D9DCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCE4; }
p { color: rgb(217,220,228); }
H1.HeaderClassName
{
color: #D9DCE4;
}
.AnyTagClassName
{
color: #D9DCE4;
}
</style>
background-color css
<style>
a { background-color: #D9DCE4; }
a { background-color: rgb(217,220,228); }
div.DivClassName
{
background-color: #D9DCE4;
}
.BgClassName
{
background-color: #D9DCE4;
}
</style>
border-color css
<style>
span { border-color: #D9DCE4; }
span { border-color: rgb(217,220,228); }
td.TdClassName
{
border-color: #D9DCE4;
}
.TagClassName
{
border-color: #D9DCE4;
}
</style>