Shades of Hawkes Blue #D8DDE3
Tints of Hawkes Blue #D8DDE3
RGB
CMYK
RGB Variations
Color information
#D8DDE3 (or 0xD8DDE3) is known color: Hawkes Blue. HEX triplet: D8, DD and E3. RGB value is (216,221,227). Sum of RGB (Red+Green+Blue) = 216+221+227=664 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.53% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 227 (89.06% from 255 or 34.19% from 664); Max value from RGB is 227 - color contains mainly: blue. Hex color #D8DDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDE3 is #27221C. Grayscale: #DCDCDC. Windows color (decimal): -2564637 or 14933464. OLE color: 14933464.
HSL color Cylindrical-coordinate representation of color #D8DDE3: hue angle of 212.73º degrees, saturation: 0.16, 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 #D8DDE3 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 221 | 227 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.11 |
| HSL | 212.73º | 0.16% | 0.87% | - |
| HSV(B) | 212.73º | 0.05% | 0.89% | - |
| XYZ | 68.04 | 71.86 | 82.96 | - |
| YUV | 220.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 227 | 0.05 | 0.03 | 0 | 0.11 | 212.73 | 0.16 | 0.87 |
| Hex | D8 | DD | E3 | 5 | 3 | 0 | B | D5 | 10 | 57 |
| Octal | 330 | 335 | 343 | 5 | 3 | 0 | 13 | 325 | 20 | 127 |
| Binary | 11011000 | 11011101 | 11100011 | 101 | 11 | 0 | 1011 | 11010101 | 10000 | 1010111 |
Color Harmonies of #D8DDE3
Complementary color
Monochromatic Colors of #D8DDE3
Black with #D8DDE3
Text Example
Text Example
White with #D8DDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDE3; }
p { color: rgb(216,221,227); }
H1.HeaderClassName
{
color: #D8DDE3;
}
.AnyTagClassName
{
color: #D8DDE3;
}
</style>
background-color css
<style>
a { background-color: #D8DDE3; }
a { background-color: rgb(216,221,227); }
div.DivClassName
{
background-color: #D8DDE3;
}
.BgClassName
{
background-color: #D8DDE3;
}
</style>
border-color css
<style>
span { border-color: #D8DDE3; }
span { border-color: rgb(216,221,227); }
td.TdClassName
{
border-color: #D8DDE3;
}
.TagClassName
{
border-color: #D8DDE3;
}
</style>