Shades of Hawkes Blue #D8DFEB
Tints of Hawkes Blue #D8DFEB
RGB
CMYK
RGB Variations
Color information
#D8DFEB (or 0xD8DFEB) is known color: Hawkes Blue. HEX triplet: D8, DF and EB. RGB value is (216,223,235). Sum of RGB (Red+Green+Blue) = 216+223+235=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DFEB is #272014. Grayscale: #DEDEDE. Windows color (decimal): -2564117 or 15458264. OLE color: 15458264.
HSL color Cylindrical-coordinate representation of color #D8DFEB: hue angle of 217.89º 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 #D8DFEB is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 223 | 235 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.08 |
| HSL | 217.89º | 0.32% | 0.88% | - |
| HSV(B) | 217.89º | 0.08% | 0.92% | - |
| XYZ | 69.7 | 73.37 | 89.09 | - |
| YUV | 222.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 235 | 0.08 | 0.05 | 0 | 0.08 | 217.89 | 0.32 | 0.88 |
| Hex | D8 | DF | EB | 8 | 5 | 0 | 8 | DA | 20 | 58 |
| Octal | 330 | 337 | 353 | 10 | 5 | 0 | 10 | 332 | 40 | 130 |
| Binary | 11011000 | 11011111 | 11101011 | 1000 | 101 | 0 | 1000 | 11011010 | 100000 | 1011000 |
Color Harmonies of #D8DFEB
Complementary color
Monochromatic Colors of #D8DFEB
Black with #D8DFEB
Text Example
Text Example
White with #D8DFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DFEB; }
p { color: rgb(216,223,235); }
H1.HeaderClassName
{
color: #D8DFEB;
}
.AnyTagClassName
{
color: #D8DFEB;
}
</style>
background-color css
<style>
a { background-color: #D8DFEB; }
a { background-color: rgb(216,223,235); }
div.DivClassName
{
background-color: #D8DFEB;
}
.BgClassName
{
background-color: #D8DFEB;
}
</style>
border-color css
<style>
span { border-color: #D8DFEB; }
span { border-color: rgb(216,223,235); }
td.TdClassName
{
border-color: #D8DFEB;
}
.TagClassName
{
border-color: #D8DFEB;
}
</style>