Shades of Hawkes Blue #D9E1ED
Tints of Hawkes Blue #D9E1ED
RGB
CMYK
RGB Variations
Color information
#D9E1ED (or 0xD9E1ED) is known color: Hawkes Blue. HEX triplet: D9, E1 and ED. RGB value is (217,225,237). Sum of RGB (Red+Green+Blue) = 217+225+237=679 (89% of max value = 765). Red value is 217 (85.16% from 255 or 31.96% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9E1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E1ED is #261E12. Grayscale: #DFDFDF. Windows color (decimal): -2498067 or 15589849. OLE color: 15589849.
HSL color Cylindrical-coordinate representation of color #D9E1ED: hue angle of 216º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9E1ED is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 225 | 237 | - |
CMYK | 0.08 | 0.05 | 0 | 0.07 |
HSL | 216º | 0.36% | 0.89% | - |
HSV(B) | 216º | 0.08% | 0.93% | - |
XYZ | 70.83 | 74.72 | 90.81 | - |
YUV | 223.98 | 135.35 | 123.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 225 | 237 | 0.08 | 0.05 | 0 | 0.07 | 216 | 0.36 | 0.89 |
Hex | D9 | E1 | ED | 8 | 5 | 0 | 7 | D8 | 24 | 59 |
Octal | 331 | 341 | 355 | 10 | 5 | 0 | 7 | 330 | 44 | 131 |
Binary | 11011001 | 11100001 | 11101101 | 1000 | 101 | 0 | 111 | 11011000 | 100100 | 1011001 |
Color Harmonies of #D9E1ED
Complementary color
Monochromatic Colors of #D9E1ED
Black with #D9E1ED
Text Example
Text Example
White with #D9E1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E1ED; }
p { color: rgb(217,225,237); }
H1.HeaderClassName
{
color: #D9E1ED;
}
.AnyTagClassName
{
color: #D9E1ED;
}
</style>
background-color css
<style>
a { background-color: #D9E1ED; }
a { background-color: rgb(217,225,237); }
div.DivClassName
{
background-color: #D9E1ED;
}
.BgClassName
{
background-color: #D9E1ED;
}
</style>
border-color css
<style>
span { border-color: #D9E1ED; }
span { border-color: rgb(217,225,237); }
td.TdClassName
{
border-color: #D9E1ED;
}
.TagClassName
{
border-color: #D9E1ED;
}
</style>