Shades of Hawkes Blue #D2D8EF
Tints of Hawkes Blue #D2D8EF
RGB
CMYK
RGB Variations
Color information
#D2D8EF (or 0xD2D8EF) is known color: Hawkes Blue. HEX triplet: D2, D8 and EF. RGB value is (210,216,239). Sum of RGB (Red+Green+Blue) = 210+216+239=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 216 (84.77% from 255 or 32.48% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2D8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D8EF is #2D2710. Grayscale: #D8D8D8. Windows color (decimal): -2959121 or 15718610. OLE color: 15718610.
HSL color Cylindrical-coordinate representation of color #D2D8EF: hue angle of 227.59º 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 #D2D8EF is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 216 | 239 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.06 |
| HSL | 227.59º | 0.48% | 0.88% | - |
| HSV(B) | 227.59º | 0.12% | 0.94% | - |
| XYZ | 66.71 | 69.05 | 91.47 | - |
| YUV | 216.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 216 | 239 | 0.12 | 0.10 | 0 | 0.06 | 227.59 | 0.48 | 0.88 |
| Hex | D2 | D8 | EF | C | A | 0 | 6 | E4 | 30 | 58 |
| Octal | 322 | 330 | 357 | 14 | 12 | 0 | 6 | 344 | 60 | 130 |
| Binary | 11010010 | 11011000 | 11101111 | 1100 | 1010 | 0 | 110 | 11100100 | 110000 | 1011000 |
Color Harmonies of #D2D8EF
Complementary color
Monochromatic Colors of #D2D8EF
Black with #D2D8EF
Text Example
Text Example
White with #D2D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D8EF; }
p { color: rgb(210,216,239); }
H1.HeaderClassName
{
color: #D2D8EF;
}
.AnyTagClassName
{
color: #D2D8EF;
}
</style>
background-color css
<style>
a { background-color: #D2D8EF; }
a { background-color: rgb(210,216,239); }
div.DivClassName
{
background-color: #D2D8EF;
}
.BgClassName
{
background-color: #D2D8EF;
}
</style>
border-color css
<style>
span { border-color: #D2D8EF; }
span { border-color: rgb(210,216,239); }
td.TdClassName
{
border-color: #D2D8EF;
}
.TagClassName
{
border-color: #D2D8EF;
}
</style>