Shades of Hawkes Blue #D6DCEB
Tints of Hawkes Blue #D6DCEB
RGB
CMYK
RGB Variations
Color information
#D6DCEB (or 0xD6DCEB) is known color: Hawkes Blue. HEX triplet: D6, DC and EB. RGB value is (214,220,235). Sum of RGB (Red+Green+Blue) = 214+220+235=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCEB is #292314. Grayscale: #DBDBDB. Windows color (decimal): -2695957 or 15457494. OLE color: 15457494.
HSL color Cylindrical-coordinate representation of color #D6DCEB: hue angle of 222.86º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6DCEB is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 220 | 235 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.08 |
| HSL | 222.86º | 0.34% | 0.88% | - |
| HSV(B) | 222.86º | 0.09% | 0.92% | - |
| XYZ | 68.32 | 71.48 | 88.79 | - |
| YUV | 219.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 235 | 0.09 | 0.06 | 0 | 0.08 | 222.86 | 0.34 | 0.88 |
| Hex | D6 | DC | EB | 9 | 6 | 0 | 8 | DF | 22 | 58 |
| Octal | 326 | 334 | 353 | 11 | 6 | 0 | 10 | 337 | 42 | 130 |
| Binary | 11010110 | 11011100 | 11101011 | 1001 | 110 | 0 | 1000 | 11011111 | 100010 | 1011000 |
Color Harmonies of #D6DCEB
Complementary color
Monochromatic Colors of #D6DCEB
Black with #D6DCEB
Text Example
Text Example
White with #D6DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DCEB; }
p { color: rgb(214,220,235); }
H1.HeaderClassName
{
color: #D6DCEB;
}
.AnyTagClassName
{
color: #D6DCEB;
}
</style>
background-color css
<style>
a { background-color: #D6DCEB; }
a { background-color: rgb(214,220,235); }
div.DivClassName
{
background-color: #D6DCEB;
}
.BgClassName
{
background-color: #D6DCEB;
}
</style>
border-color css
<style>
span { border-color: #D6DCEB; }
span { border-color: rgb(214,220,235); }
td.TdClassName
{
border-color: #D6DCEB;
}
.TagClassName
{
border-color: #D6DCEB;
}
</style>