Shades of Hawkes Blue #D2D6EC
Tints of Hawkes Blue #D2D6EC
RGB
CMYK
RGB Variations
Color information
#D2D6EC (or 0xD2D6EC) is known color: Hawkes Blue. HEX triplet: D2, D6 and EC. RGB value is (210,214,236). Sum of RGB (Red+Green+Blue) = 210+214+236=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 214 (83.98% from 255 or 32.42% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2D6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D6EC is #2D2913. Grayscale: #D7D7D7. Windows color (decimal): -2959636 or 15521490. OLE color: 15521490.
HSL color Cylindrical-coordinate representation of color #D2D6EC: hue angle of 230.77º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2D6EC is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 214 | 236 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.07 |
| HSL | 230.77º | 0.41% | 0.87% | - |
| HSV(B) | 230.77º | 0.11% | 0.93% | - |
| XYZ | 65.77 | 67.85 | 88.99 | - |
| YUV | 215.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 236 | 0.11 | 0.09 | 0 | 0.07 | 230.77 | 0.41 | 0.87 |
| Hex | D2 | D6 | EC | B | 9 | 0 | 7 | E7 | 29 | 57 |
| Octal | 322 | 326 | 354 | 13 | 11 | 0 | 7 | 347 | 51 | 127 |
| Binary | 11010010 | 11010110 | 11101100 | 1011 | 1001 | 0 | 111 | 11100111 | 101001 | 1010111 |
Color Harmonies of #D2D6EC
Complementary color
Monochromatic Colors of #D2D6EC
Black with #D2D6EC
Text Example
Text Example
White with #D2D6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D6EC; }
p { color: rgb(210,214,236); }
H1.HeaderClassName
{
color: #D2D6EC;
}
.AnyTagClassName
{
color: #D2D6EC;
}
</style>
background-color css
<style>
a { background-color: #D2D6EC; }
a { background-color: rgb(210,214,236); }
div.DivClassName
{
background-color: #D2D6EC;
}
.BgClassName
{
background-color: #D2D6EC;
}
</style>
border-color css
<style>
span { border-color: #D2D6EC; }
span { border-color: rgb(210,214,236); }
td.TdClassName
{
border-color: #D2D6EC;
}
.TagClassName
{
border-color: #D2D6EC;
}
</style>