Shades of Hawkes Blue #D9DEEA
Tints of Hawkes Blue #D9DEEA
RGB
CMYK
RGB Variations
Color information
#D9DEEA (or 0xD9DEEA) is known color: Hawkes Blue. HEX triplet: D9, DE and EA. RGB value is (217,222,234). Sum of RGB (Red+Green+Blue) = 217+222+234=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9DEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DEEA is #262115. Grayscale: #DDDDDD. Windows color (decimal): -2498838 or 15392473. OLE color: 15392473.
HSL color Cylindrical-coordinate representation of color #D9DEEA: hue angle of 222.35º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9DEEA is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 217 | 222 | 234 | - |
CMYK | 0.07 | 0.05 | 0 | 0.08 |
HSL | 222.35º | 0.29% | 0.88% | - |
HSV(B) | 222.35º | 0.07% | 0.92% | - |
XYZ | 69.59 | 72.93 | 88.25 | - |
YUV | 221.87 | 134.84 | 124.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 222 | 234 | 0.07 | 0.05 | 0 | 0.08 | 222.35 | 0.29 | 0.88 |
Hex | D9 | DE | EA | 7 | 5 | 0 | 8 | DE | 1D | 58 |
Octal | 331 | 336 | 352 | 7 | 5 | 0 | 10 | 336 | 35 | 130 |
Binary | 11011001 | 11011110 | 11101010 | 111 | 101 | 0 | 1000 | 11011110 | 11101 | 1011000 |
Color Harmonies of #D9DEEA
Complementary color
Monochromatic Colors of #D9DEEA
Black with #D9DEEA
Text Example
Text Example
White with #D9DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DEEA; }
p { color: rgb(217,222,234); }
H1.HeaderClassName
{
color: #D9DEEA;
}
.AnyTagClassName
{
color: #D9DEEA;
}
</style>
background-color css
<style>
a { background-color: #D9DEEA; }
a { background-color: rgb(217,222,234); }
div.DivClassName
{
background-color: #D9DEEA;
}
.BgClassName
{
background-color: #D9DEEA;
}
</style>
border-color css
<style>
span { border-color: #D9DEEA; }
span { border-color: rgb(217,222,234); }
td.TdClassName
{
border-color: #D9DEEA;
}
.TagClassName
{
border-color: #D9DEEA;
}
</style>