Shades of Hawkes Blue #D8DBEB
Tints of Hawkes Blue #D8DBEB
RGB
CMYK
RGB Variations
Color information
#D8DBEB (or 0xD8DBEB) is known color: Hawkes Blue. HEX triplet: D8, DB and EB. RGB value is (216,219,235). Sum of RGB (Red+Green+Blue) = 216+219+235=670 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.24% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBEB is #272414. Grayscale: #DBDBDB. Windows color (decimal): -2565141 or 15457240. OLE color: 15457240.
HSL color Cylindrical-coordinate representation of color #D8DBEB: hue angle of 230.53º 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 #D8DBEB is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 219 | 235 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.08 |
| HSL | 230.53º | 0.32% | 0.88% | - |
| HSV(B) | 230.53º | 0.08% | 0.92% | - |
| XYZ | 68.65 | 71.26 | 88.73 | - |
| YUV | 219.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 235 | 0.08 | 0.07 | 0 | 0.08 | 230.53 | 0.32 | 0.88 |
| Hex | D8 | DB | EB | 8 | 7 | 0 | 8 | E7 | 20 | 58 |
| Octal | 330 | 333 | 353 | 10 | 7 | 0 | 10 | 347 | 40 | 130 |
| Binary | 11011000 | 11011011 | 11101011 | 1000 | 111 | 0 | 1000 | 11100111 | 100000 | 1011000 |
Color Harmonies of #D8DBEB
Complementary color
Monochromatic Colors of #D8DBEB
Black with #D8DBEB
Text Example
Text Example
White with #D8DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBEB; }
p { color: rgb(216,219,235); }
H1.HeaderClassName
{
color: #D8DBEB;
}
.AnyTagClassName
{
color: #D8DBEB;
}
</style>
background-color css
<style>
a { background-color: #D8DBEB; }
a { background-color: rgb(216,219,235); }
div.DivClassName
{
background-color: #D8DBEB;
}
.BgClassName
{
background-color: #D8DBEB;
}
</style>
border-color css
<style>
span { border-color: #D8DBEB; }
span { border-color: rgb(216,219,235); }
td.TdClassName
{
border-color: #D8DBEB;
}
.TagClassName
{
border-color: #D8DBEB;
}
</style>