Shades of Hawkes Blue #D5D9EF
Tints of Hawkes Blue #D5D9EF
RGB
CMYK
RGB Variations
Color information
#D5D9EF (or 0xD5D9EF) is known color: Hawkes Blue. HEX triplet: D5, D9 and EF. RGB value is (213,217,239). Sum of RGB (Red+Green+Blue) = 213+217+239=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D9EF is #2A2610. Grayscale: #DADADA. Windows color (decimal): -2762257 or 15718869. OLE color: 15718869.
HSL color Cylindrical-coordinate representation of color #D5D9EF: hue angle of 230.77º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5D9EF is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 217 | 239 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.06 |
| HSL | 230.77º | 0.45% | 0.89% | - |
| HSV(B) | 230.77º | 0.11% | 0.94% | - |
| XYZ | 67.83 | 70 | 91.6 | - |
| YUV | 218.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 239 | 0.11 | 0.09 | 0 | 0.06 | 230.77 | 0.45 | 0.89 |
| Hex | D5 | D9 | EF | B | 9 | 0 | 6 | E7 | 2D | 59 |
| Octal | 325 | 331 | 357 | 13 | 11 | 0 | 6 | 347 | 55 | 131 |
| Binary | 11010101 | 11011001 | 11101111 | 1011 | 1001 | 0 | 110 | 11100111 | 101101 | 1011001 |
Color Harmonies of #D5D9EF
Complementary color
Monochromatic Colors of #D5D9EF
Black with #D5D9EF
Text Example
Text Example
White with #D5D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D9EF; }
p { color: rgb(213,217,239); }
H1.HeaderClassName
{
color: #D5D9EF;
}
.AnyTagClassName
{
color: #D5D9EF;
}
</style>
background-color css
<style>
a { background-color: #D5D9EF; }
a { background-color: rgb(213,217,239); }
div.DivClassName
{
background-color: #D5D9EF;
}
.BgClassName
{
background-color: #D5D9EF;
}
</style>
border-color css
<style>
span { border-color: #D5D9EF; }
span { border-color: rgb(213,217,239); }
td.TdClassName
{
border-color: #D5D9EF;
}
.TagClassName
{
border-color: #D5D9EF;
}
</style>