Shades of Hawkes Blue #D5D6DB
Tints of Hawkes Blue #D5D6DB
RGB
CMYK
RGB Variations
Color information
#D5D6DB (or 0xD5D6DB) is known color: Hawkes Blue. HEX triplet: D5, D6 and DB. RGB value is (213,214,219). Sum of RGB (Red+Green+Blue) = 213+214+219=646 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.97% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5D6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D6DB is #2A2924. Grayscale: #D6D6D6. Windows color (decimal): -2763045 or 14407381. OLE color: 14407381.
HSL color Cylindrical-coordinate representation of color #D5D6DB: hue angle of 230º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D5D6DB is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 214 | 219 | - |
CMYK | 0.03 | 0.02 | 0 | 0.14 |
HSL | 230º | 0.08% | 0.85% | - |
HSV(B) | 230º | 0.03% | 0.86% | - |
XYZ | 64.27 | 67.35 | 76.63 | - |
YUV | 214.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 214 | 219 | 0.03 | 0.02 | 0 | 0.14 | 230 | 0.08 | 0.85 |
Hex | D5 | D6 | DB | 3 | 2 | 0 | E | E6 | 8 | 55 |
Octal | 325 | 326 | 333 | 3 | 2 | 0 | 16 | 346 | 10 | 125 |
Binary | 11010101 | 11010110 | 11011011 | 11 | 10 | 0 | 1110 | 11100110 | 1000 | 1010101 |
Color Harmonies of #D5D6DB
Complementary color
Monochromatic Colors of #D5D6DB
Black with #D5D6DB
Text Example
Text Example
White with #D5D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D6DB; }
p { color: rgb(213,214,219); }
H1.HeaderClassName
{
color: #D5D6DB;
}
.AnyTagClassName
{
color: #D5D6DB;
}
</style>
background-color css
<style>
a { background-color: #D5D6DB; }
a { background-color: rgb(213,214,219); }
div.DivClassName
{
background-color: #D5D6DB;
}
.BgClassName
{
background-color: #D5D6DB;
}
</style>
border-color css
<style>
span { border-color: #D5D6DB; }
span { border-color: rgb(213,214,219); }
td.TdClassName
{
border-color: #D5D6DB;
}
.TagClassName
{
border-color: #D5D6DB;
}
</style>