Shades of Hawkes Blue #D9DDEC
Tints of Hawkes Blue #D9DDEC
RGB
CMYK
RGB Variations
Color information
#D9DDEC (or 0xD9DDEC) is known color: Hawkes Blue. HEX triplet: D9, DD and EC. RGB value is (217,221,236). Sum of RGB (Red+Green+Blue) = 217+221+236=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDEC is #262213. Grayscale: #DDDDDD. Windows color (decimal): -2499092 or 15523289. OLE color: 15523289.
HSL color Cylindrical-coordinate representation of color #D9DDEC: hue angle of 227.37º degrees, saturation: 0.33, 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 #D9DDEC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 221 | 236 | - |
CMYK | 0.08 | 0.06 | 0 | 0.07 |
HSL | 227.37º | 0.33% | 0.89% | - |
HSV(B) | 227.37º | 0.08% | 0.93% | - |
XYZ | 69.61 | 72.52 | 89.69 | - |
YUV | 221.51 | 136.17 | 124.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 221 | 236 | 0.08 | 0.06 | 0 | 0.07 | 227.37 | 0.33 | 0.89 |
Hex | D9 | DD | EC | 8 | 6 | 0 | 7 | E3 | 21 | 59 |
Octal | 331 | 335 | 354 | 10 | 6 | 0 | 7 | 343 | 41 | 131 |
Binary | 11011001 | 11011101 | 11101100 | 1000 | 110 | 0 | 111 | 11100011 | 100001 | 1011001 |
Color Harmonies of #D9DDEC
Complementary color
Monochromatic Colors of #D9DDEC
Black with #D9DDEC
Text Example
Text Example
White with #D9DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDEC; }
p { color: rgb(217,221,236); }
H1.HeaderClassName
{
color: #D9DDEC;
}
.AnyTagClassName
{
color: #D9DDEC;
}
</style>
background-color css
<style>
a { background-color: #D9DDEC; }
a { background-color: rgb(217,221,236); }
div.DivClassName
{
background-color: #D9DDEC;
}
.BgClassName
{
background-color: #D9DDEC;
}
</style>
border-color css
<style>
span { border-color: #D9DDEC; }
span { border-color: rgb(217,221,236); }
td.TdClassName
{
border-color: #D9DDEC;
}
.TagClassName
{
border-color: #D9DDEC;
}
</style>