Shades of Hawkes Blue #D8DCEB
Tints of Hawkes Blue #D8DCEB
RGB
CMYK
RGB Variations
Color information
#D8DCEB (or 0xD8DCEB) is known color: Hawkes Blue. HEX triplet: D8, DC and EB. RGB value is (216,220,235). Sum of RGB (Red+Green+Blue) = 216+220+235=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DCEB is #272314. Grayscale: #DCDCDC. Windows color (decimal): -2564885 or 15457496. OLE color: 15457496.
HSL color Cylindrical-coordinate representation of color #D8DCEB: hue angle of 227.37º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8DCEB is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 220 | 235 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.08 |
| HSL | 227.37º | 0.32% | 0.88% | - |
| HSV(B) | 227.37º | 0.08% | 0.92% | - |
| XYZ | 68.91 | 71.78 | 88.82 | - |
| YUV | 220.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 235 | 0.08 | 0.06 | 0 | 0.08 | 227.37 | 0.32 | 0.88 |
| Hex | D8 | DC | EB | 8 | 6 | 0 | 8 | E3 | 20 | 58 |
| Octal | 330 | 334 | 353 | 10 | 6 | 0 | 10 | 343 | 40 | 130 |
| Binary | 11011000 | 11011100 | 11101011 | 1000 | 110 | 0 | 1000 | 11100011 | 100000 | 1011000 |
Color Harmonies of #D8DCEB
Complementary color
Monochromatic Colors of #D8DCEB
Black with #D8DCEB
Text Example
Text Example
White with #D8DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCEB; }
p { color: rgb(216,220,235); }
H1.HeaderClassName
{
color: #D8DCEB;
}
.AnyTagClassName
{
color: #D8DCEB;
}
</style>
background-color css
<style>
a { background-color: #D8DCEB; }
a { background-color: rgb(216,220,235); }
div.DivClassName
{
background-color: #D8DCEB;
}
.BgClassName
{
background-color: #D8DCEB;
}
</style>
border-color css
<style>
span { border-color: #D8DCEB; }
span { border-color: rgb(216,220,235); }
td.TdClassName
{
border-color: #D8DCEB;
}
.TagClassName
{
border-color: #D8DCEB;
}
</style>