Shades of Hawkes Blue #D2D9EF
Tints of Hawkes Blue #D2D9EF
RGB
CMYK
RGB Variations
Color information
#D2D9EF (or 0xD2D9EF) is known color: Hawkes Blue. HEX triplet: D2, D9 and EF. RGB value is (210,217,239). Sum of RGB (Red+Green+Blue) = 210+217+239=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D9EF is #2D2610. Grayscale: #D9D9D9. Windows color (decimal): -2958865 or 15718866. OLE color: 15718866.
HSL color Cylindrical-coordinate representation of color #D2D9EF: hue angle of 225.52º 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 #D2D9EF is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 217 | 239 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.06 |
| HSL | 225.52º | 0.48% | 0.88% | - |
| HSV(B) | 225.52º | 0.12% | 0.94% | - |
| XYZ | 66.97 | 69.56 | 91.56 | - |
| YUV | 217.42 | 140.18 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 239 | 0.12 | 0.09 | 0 | 0.06 | 225.52 | 0.48 | 0.88 |
| Hex | D2 | D9 | EF | C | 9 | 0 | 6 | E2 | 30 | 58 |
| Octal | 322 | 331 | 357 | 14 | 11 | 0 | 6 | 342 | 60 | 130 |
| Binary | 11010010 | 11011001 | 11101111 | 1100 | 1001 | 0 | 110 | 11100010 | 110000 | 1011000 |
Color Harmonies of #D2D9EF
Complementary color
Monochromatic Colors of #D2D9EF
Black with #D2D9EF
Text Example
Text Example
White with #D2D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D9EF; }
p { color: rgb(210,217,239); }
H1.HeaderClassName
{
color: #D2D9EF;
}
.AnyTagClassName
{
color: #D2D9EF;
}
</style>
background-color css
<style>
a { background-color: #D2D9EF; }
a { background-color: rgb(210,217,239); }
div.DivClassName
{
background-color: #D2D9EF;
}
.BgClassName
{
background-color: #D2D9EF;
}
</style>
border-color css
<style>
span { border-color: #D2D9EF; }
span { border-color: rgb(210,217,239); }
td.TdClassName
{
border-color: #D2D9EF;
}
.TagClassName
{
border-color: #D2D9EF;
}
</style>