Shades of Hawkes Blue #D8DBE2
Tints of Hawkes Blue #D8DBE2
RGB
CMYK
RGB Variations
Color information
#D8DBE2 (or 0xD8DBE2) is known color: Hawkes Blue. HEX triplet: D8, DB and E2. RGB value is (216,219,226). Sum of RGB (Red+Green+Blue) = 216+219+226=661 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.68% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 226 - color contains mainly: blue. Hex color #D8DBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBE2 is #27241D. Grayscale: #DADADA. Windows color (decimal): -2565150 or 14867416. OLE color: 14867416.
HSL color Cylindrical-coordinate representation of color #D8DBE2: hue angle of 222º degrees, saturation: 0.15, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8DBE2 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 216 | 219 | 226 | - |
CMYK | 0.04 | 0.03 | 0 | 0.11 |
HSL | 222º | 0.15% | 0.87% | - |
HSV(B) | 222º | 0.04% | 0.89% | - |
XYZ | 67.38 | 70.75 | 82.06 | - |
YUV | 218.9 | 132.01 | 125.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 219 | 226 | 0.04 | 0.03 | 0 | 0.11 | 222 | 0.15 | 0.87 |
Hex | D8 | DB | E2 | 4 | 3 | 0 | B | DE | F | 57 |
Octal | 330 | 333 | 342 | 4 | 3 | 0 | 13 | 336 | 17 | 127 |
Binary | 11011000 | 11011011 | 11100010 | 100 | 11 | 0 | 1011 | 11011110 | 1111 | 1010111 |
Color Harmonies of #D8DBE2
Complementary color
Monochromatic Colors of #D8DBE2
Black with #D8DBE2
Text Example
Text Example
White with #D8DBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBE2; }
p { color: rgb(216,219,226); }
H1.HeaderClassName
{
color: #D8DBE2;
}
.AnyTagClassName
{
color: #D8DBE2;
}
</style>
background-color css
<style>
a { background-color: #D8DBE2; }
a { background-color: rgb(216,219,226); }
div.DivClassName
{
background-color: #D8DBE2;
}
.BgClassName
{
background-color: #D8DBE2;
}
</style>
border-color css
<style>
span { border-color: #D8DBE2; }
span { border-color: rgb(216,219,226); }
td.TdClassName
{
border-color: #D8DBE2;
}
.TagClassName
{
border-color: #D8DBE2;
}
</style>