Shades of Hawkes Blue #D8DCEC
Tints of Hawkes Blue #D8DCEC
RGB
CMYK
RGB Variations
Color information
#D8DCEC (or 0xD8DCEC) is known color: Hawkes Blue. HEX triplet: D8, DC and EC. RGB value is (216,220,236). Sum of RGB (Red+Green+Blue) = 216+220+236=672 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.14% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DCEC is #272313. Grayscale: #DCDCDC. Windows color (decimal): -2564884 or 15523032. OLE color: 15523032.
HSL color Cylindrical-coordinate representation of color #D8DCEC: hue angle of 228º 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 #D8DCEC is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 220 | 236 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.07 |
| HSL | 228º | 0.34% | 0.89% | - |
| HSV(B) | 228º | 0.08% | 0.93% | - |
| XYZ | 69.05 | 71.84 | 89.58 | - |
| YUV | 220.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 236 | 0.08 | 0.07 | 0 | 0.07 | 228 | 0.34 | 0.89 |
| Hex | D8 | DC | EC | 8 | 7 | 0 | 7 | E4 | 22 | 59 |
| Octal | 330 | 334 | 354 | 10 | 7 | 0 | 7 | 344 | 42 | 131 |
| Binary | 11011000 | 11011100 | 11101100 | 1000 | 111 | 0 | 111 | 11100100 | 100010 | 1011001 |
Color Harmonies of #D8DCEC
Complementary color
Monochromatic Colors of #D8DCEC
Black with #D8DCEC
Text Example
Text Example
White with #D8DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCEC; }
p { color: rgb(216,220,236); }
H1.HeaderClassName
{
color: #D8DCEC;
}
.AnyTagClassName
{
color: #D8DCEC;
}
</style>
background-color css
<style>
a { background-color: #D8DCEC; }
a { background-color: rgb(216,220,236); }
div.DivClassName
{
background-color: #D8DCEC;
}
.BgClassName
{
background-color: #D8DCEC;
}
</style>
border-color css
<style>
span { border-color: #D8DCEC; }
span { border-color: rgb(216,220,236); }
td.TdClassName
{
border-color: #D8DCEC;
}
.TagClassName
{
border-color: #D8DCEC;
}
</style>