Shades of Hawkes Blue #D8DDE8
Tints of Hawkes Blue #D8DDE8
RGB
CMYK
RGB Variations
Color information
#D8DDE8 (or 0xD8DDE8) is known color: Hawkes Blue. HEX triplet: D8, DD and E8. RGB value is (216,221,232). Sum of RGB (Red+Green+Blue) = 216+221+232=669 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.29% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 232 - color contains mainly: blue. Hex color #D8DDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDE8 is #272217. Grayscale: #DCDCDC. Windows color (decimal): -2564632 or 15261144. OLE color: 15261144.
HSL color Cylindrical-coordinate representation of color #D8DDE8: hue angle of 221.25º degrees, saturation: 0.26, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8DDE8 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 221 | 232 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.09 |
| HSL | 221.25º | 0.26% | 0.88% | - |
| HSV(B) | 221.25º | 0.07% | 0.91% | - |
| XYZ | 68.74 | 72.14 | 86.64 | - |
| YUV | 220.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 232 | 0.07 | 0.05 | 0 | 0.09 | 221.25 | 0.26 | 0.88 |
| Hex | D8 | DD | E8 | 7 | 5 | 0 | 9 | DD | 1A | 58 |
| Octal | 330 | 335 | 350 | 7 | 5 | 0 | 11 | 335 | 32 | 130 |
| Binary | 11011000 | 11011101 | 11101000 | 111 | 101 | 0 | 1001 | 11011101 | 11010 | 1011000 |
Color Harmonies of #D8DDE8
Complementary color
Monochromatic Colors of #D8DDE8
Black with #D8DDE8
Text Example
Text Example
White with #D8DDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDE8; }
p { color: rgb(216,221,232); }
H1.HeaderClassName
{
color: #D8DDE8;
}
.AnyTagClassName
{
color: #D8DDE8;
}
</style>
background-color css
<style>
a { background-color: #D8DDE8; }
a { background-color: rgb(216,221,232); }
div.DivClassName
{
background-color: #D8DDE8;
}
.BgClassName
{
background-color: #D8DDE8;
}
</style>
border-color css
<style>
span { border-color: #D8DDE8; }
span { border-color: rgb(216,221,232); }
td.TdClassName
{
border-color: #D8DDE8;
}
.TagClassName
{
border-color: #D8DDE8;
}
</style>