Shades of Hawkes Blue #D6DCEA
Tints of Hawkes Blue #D6DCEA
RGB
CMYK
RGB Variations
Color information
#D6DCEA (or 0xD6DCEA) is known color: Hawkes Blue. HEX triplet: D6, DC and EA. RGB value is (214,220,234). Sum of RGB (Red+Green+Blue) = 214+220+234=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCEA is #292315. Grayscale: #DBDBDB. Windows color (decimal): -2695958 or 15391958. OLE color: 15391958.
HSL color Cylindrical-coordinate representation of color #D6DCEA: hue angle of 222º degrees, saturation: 0.32, 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 #D6DCEA is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 220 | 234 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.08 |
| HSL | 222º | 0.32% | 0.88% | - |
| HSV(B) | 222º | 0.09% | 0.92% | - |
| XYZ | 68.18 | 71.42 | 88.03 | - |
| YUV | 219.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 234 | 0.09 | 0.06 | 0 | 0.08 | 222 | 0.32 | 0.88 |
| Hex | D6 | DC | EA | 9 | 6 | 0 | 8 | DE | 20 | 58 |
| Octal | 326 | 334 | 352 | 11 | 6 | 0 | 10 | 336 | 40 | 130 |
| Binary | 11010110 | 11011100 | 11101010 | 1001 | 110 | 0 | 1000 | 11011110 | 100000 | 1011000 |
Color Harmonies of #D6DCEA
Complementary color
Monochromatic Colors of #D6DCEA
Black with #D6DCEA
Text Example
Text Example
White with #D6DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DCEA; }
p { color: rgb(214,220,234); }
H1.HeaderClassName
{
color: #D6DCEA;
}
.AnyTagClassName
{
color: #D6DCEA;
}
</style>
background-color css
<style>
a { background-color: #D6DCEA; }
a { background-color: rgb(214,220,234); }
div.DivClassName
{
background-color: #D6DCEA;
}
.BgClassName
{
background-color: #D6DCEA;
}
</style>
border-color css
<style>
span { border-color: #D6DCEA; }
span { border-color: rgb(214,220,234); }
td.TdClassName
{
border-color: #D6DCEA;
}
.TagClassName
{
border-color: #D6DCEA;
}
</style>