Shades of Hawkes Blue #D3D8EF
Tints of Hawkes Blue #D3D8EF
RGB
CMYK
RGB Variations
Color information
#D3D8EF (or 0xD3D8EF) is known color: Hawkes Blue. HEX triplet: D3, D8 and EF. RGB value is (211,216,239). Sum of RGB (Red+Green+Blue) = 211+216+239=666 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.68% from 666); Green value is 216 (84.77% from 255 or 32.43% 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 #D3D8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D8EF is #2C2710. Grayscale: #D9D9D9. Windows color (decimal): -2893585 or 15718611. OLE color: 15718611.
HSL color Cylindrical-coordinate representation of color #D3D8EF: hue angle of 229.29º degrees, saturation: 0.47, 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 #D3D8EF is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 216 | 239 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.06 |
| HSL | 229.29º | 0.47% | 0.88% | - |
| HSV(B) | 229.29º | 0.12% | 0.94% | - |
| XYZ | 67 | 69.19 | 91.49 | - |
| YUV | 217.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 216 | 239 | 0.12 | 0.10 | 0 | 0.06 | 229.29 | 0.47 | 0.88 |
| Hex | D3 | D8 | EF | C | A | 0 | 6 | E5 | 2F | 58 |
| Octal | 323 | 330 | 357 | 14 | 12 | 0 | 6 | 345 | 57 | 130 |
| Binary | 11010011 | 11011000 | 11101111 | 1100 | 1010 | 0 | 110 | 11100101 | 101111 | 1011000 |
Color Harmonies of #D3D8EF
Complementary color
Monochromatic Colors of #D3D8EF
Black with #D3D8EF
Text Example
Text Example
White with #D3D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D8EF; }
p { color: rgb(211,216,239); }
H1.HeaderClassName
{
color: #D3D8EF;
}
.AnyTagClassName
{
color: #D3D8EF;
}
</style>
background-color css
<style>
a { background-color: #D3D8EF; }
a { background-color: rgb(211,216,239); }
div.DivClassName
{
background-color: #D3D8EF;
}
.BgClassName
{
background-color: #D3D8EF;
}
</style>
border-color css
<style>
span { border-color: #D3D8EF; }
span { border-color: rgb(211,216,239); }
td.TdClassName
{
border-color: #D3D8EF;
}
.TagClassName
{
border-color: #D3D8EF;
}
</style>