Shades of Hawkes Blue #D8DBDF
Tints of Hawkes Blue #D8DBDF
RGB
CMYK
RGB Variations
Color information
#D8DBDF (or 0xD8DBDF) is known color: Hawkes Blue. HEX triplet: D8, DB and DF. RGB value is (216,219,223). Sum of RGB (Red+Green+Blue) = 216+219+223=658 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.83% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBDF is #272420. Grayscale: #DADADA. Windows color (decimal): -2565153 or 14670808. OLE color: 14670808.
HSL color Cylindrical-coordinate representation of color #D8DBDF: hue angle of 214.29º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D8DBDF is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 216 | 219 | 223 | - |
CMYK | 0.03 | 0.02 | 0 | 0.13 |
HSL | 214.29º | 0.1% | 0.86% | - |
HSV(B) | 214.29º | 0.03% | 0.87% | - |
XYZ | 66.97 | 70.59 | 79.91 | - |
YUV | 218.56 | 130.51 | 126.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 219 | 223 | 0.03 | 0.02 | 0 | 0.13 | 214.29 | 0.1 | 0.86 |
Hex | D8 | DB | DF | 3 | 2 | 0 | D | D6 | A | 56 |
Octal | 330 | 333 | 337 | 3 | 2 | 0 | 15 | 326 | 12 | 126 |
Binary | 11011000 | 11011011 | 11011111 | 11 | 10 | 0 | 1101 | 11010110 | 1010 | 1010110 |
Color Harmonies of #D8DBDF
Complementary color
Monochromatic Colors of #D8DBDF
Black with #D8DBDF
Text Example
Text Example
White with #D8DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBDF; }
p { color: rgb(216,219,223); }
H1.HeaderClassName
{
color: #D8DBDF;
}
.AnyTagClassName
{
color: #D8DBDF;
}
</style>
background-color css
<style>
a { background-color: #D8DBDF; }
a { background-color: rgb(216,219,223); }
div.DivClassName
{
background-color: #D8DBDF;
}
.BgClassName
{
background-color: #D8DBDF;
}
</style>
border-color css
<style>
span { border-color: #D8DBDF; }
span { border-color: rgb(216,219,223); }
td.TdClassName
{
border-color: #D8DBDF;
}
.TagClassName
{
border-color: #D8DBDF;
}
</style>