Shades of Hawkes Blue #D2D6EF
Tints of Hawkes Blue #D2D6EF
RGB
CMYK
RGB Variations
Color information
#D2D6EF (or 0xD2D6EF) is known color: Hawkes Blue. HEX triplet: D2, D6 and EF. RGB value is (210,214,239). Sum of RGB (Red+Green+Blue) = 210+214+239=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 214 (83.98% from 255 or 32.28% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2D6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D6EF is #2D2910. Grayscale: #D7D7D7. Windows color (decimal): -2959633 or 15718098. OLE color: 15718098.
HSL color Cylindrical-coordinate representation of color #D2D6EF: hue angle of 231.72º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2D6EF is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 214 | 239 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.06 |
| HSL | 231.72º | 0.48% | 0.88% | - |
| HSV(B) | 231.72º | 0.12% | 0.94% | - |
| XYZ | 66.2 | 68.03 | 91.3 | - |
| YUV | 215.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 239 | 0.12 | 0.10 | 0 | 0.06 | 231.72 | 0.48 | 0.88 |
| Hex | D2 | D6 | EF | C | A | 0 | 6 | E8 | 30 | 58 |
| Octal | 322 | 326 | 357 | 14 | 12 | 0 | 6 | 350 | 60 | 130 |
| Binary | 11010010 | 11010110 | 11101111 | 1100 | 1010 | 0 | 110 | 11101000 | 110000 | 1011000 |
Color Harmonies of #D2D6EF
Complementary color
Monochromatic Colors of #D2D6EF
Black with #D2D6EF
Text Example
Text Example
White with #D2D6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D6EF; }
p { color: rgb(210,214,239); }
H1.HeaderClassName
{
color: #D2D6EF;
}
.AnyTagClassName
{
color: #D2D6EF;
}
</style>
background-color css
<style>
a { background-color: #D2D6EF; }
a { background-color: rgb(210,214,239); }
div.DivClassName
{
background-color: #D2D6EF;
}
.BgClassName
{
background-color: #D2D6EF;
}
</style>
border-color css
<style>
span { border-color: #D2D6EF; }
span { border-color: rgb(210,214,239); }
td.TdClassName
{
border-color: #D2D6EF;
}
.TagClassName
{
border-color: #D2D6EF;
}
</style>