Shades of Hawkes Blue #D8DDEC
Tints of Hawkes Blue #D8DDEC
RGB
CMYK
RGB Variations
Color information
#D8DDEC (or 0xD8DDEC) is known color: Hawkes Blue. HEX triplet: D8, DD and EC. RGB value is (216,221,236). Sum of RGB (Red+Green+Blue) = 216+221+236=673 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.10% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDEC is #272213. Grayscale: #DDDDDD. Windows color (decimal): -2564628 or 15523288. OLE color: 15523288.
HSL color Cylindrical-coordinate representation of color #D8DDEC: hue angle of 225º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8DDEC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 221 | 236 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.07 |
| HSL | 225º | 0.34% | 0.89% | - |
| HSV(B) | 225º | 0.08% | 0.93% | - |
| XYZ | 69.32 | 72.37 | 89.67 | - |
| YUV | 221.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 236 | 0.08 | 0.06 | 0 | 0.07 | 225 | 0.34 | 0.89 |
| Hex | D8 | DD | EC | 8 | 6 | 0 | 7 | E1 | 22 | 59 |
| Octal | 330 | 335 | 354 | 10 | 6 | 0 | 7 | 341 | 42 | 131 |
| Binary | 11011000 | 11011101 | 11101100 | 1000 | 110 | 0 | 111 | 11100001 | 100010 | 1011001 |
Color Harmonies of #D8DDEC
Complementary color
Monochromatic Colors of #D8DDEC
Black with #D8DDEC
Text Example
Text Example
White with #D8DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDEC; }
p { color: rgb(216,221,236); }
H1.HeaderClassName
{
color: #D8DDEC;
}
.AnyTagClassName
{
color: #D8DDEC;
}
</style>
background-color css
<style>
a { background-color: #D8DDEC; }
a { background-color: rgb(216,221,236); }
div.DivClassName
{
background-color: #D8DDEC;
}
.BgClassName
{
background-color: #D8DDEC;
}
</style>
border-color css
<style>
span { border-color: #D8DDEC; }
span { border-color: rgb(216,221,236); }
td.TdClassName
{
border-color: #D8DDEC;
}
.TagClassName
{
border-color: #D8DDEC;
}
</style>