Shades of Hawkes Blue #D6DBEC
Tints of Hawkes Blue #D6DBEC
RGB
CMYK
RGB Variations
Color information
#D6DBEC (or 0xD6DBEC) is known color: Hawkes Blue. HEX triplet: D6, DB and EC. RGB value is (214,219,236). Sum of RGB (Red+Green+Blue) = 214+219+236=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DBEC is #292413. Grayscale: #DBDBDB. Windows color (decimal): -2696212 or 15522774. OLE color: 15522774.
HSL color Cylindrical-coordinate representation of color #D6DBEC: hue angle of 226.36º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6DBEC is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 219 | 236 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.07 |
| HSL | 226.36º | 0.37% | 0.88% | - |
| HSV(B) | 226.36º | 0.09% | 0.93% | - |
| XYZ | 68.2 | 71.02 | 89.47 | - |
| YUV | 219.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 219 | 236 | 0.09 | 0.07 | 0 | 0.07 | 226.36 | 0.37 | 0.88 |
| Hex | D6 | DB | EC | 9 | 7 | 0 | 7 | E2 | 25 | 58 |
| Octal | 326 | 333 | 354 | 11 | 7 | 0 | 7 | 342 | 45 | 130 |
| Binary | 11010110 | 11011011 | 11101100 | 1001 | 111 | 0 | 111 | 11100010 | 100101 | 1011000 |
Color Harmonies of #D6DBEC
Complementary color
Monochromatic Colors of #D6DBEC
Black with #D6DBEC
Text Example
Text Example
White with #D6DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DBEC; }
p { color: rgb(214,219,236); }
H1.HeaderClassName
{
color: #D6DBEC;
}
.AnyTagClassName
{
color: #D6DBEC;
}
</style>
background-color css
<style>
a { background-color: #D6DBEC; }
a { background-color: rgb(214,219,236); }
div.DivClassName
{
background-color: #D6DBEC;
}
.BgClassName
{
background-color: #D6DBEC;
}
</style>
border-color css
<style>
span { border-color: #D6DBEC; }
span { border-color: rgb(214,219,236); }
td.TdClassName
{
border-color: #D6DBEC;
}
.TagClassName
{
border-color: #D6DBEC;
}
</style>