Shades of Hawkes Blue #D9DFEC
Tints of Hawkes Blue #D9DFEC
RGB
CMYK
RGB Variations
Color information
#D9DFEC (or 0xD9DFEC) is known color: Hawkes Blue. HEX triplet: D9, DF and EC. RGB value is (217,223,236). Sum of RGB (Red+Green+Blue) = 217+223+236=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DFEC is #262013. Grayscale: #DEDEDE. Windows color (decimal): -2498580 or 15523801. OLE color: 15523801.
HSL color Cylindrical-coordinate representation of color #D9DFEC: hue angle of 221.05º 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 #D9DFEC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 223 | 236 | - |
CMYK | 0.08 | 0.06 | 0 | 0.07 |
HSL | 221.05º | 0.33% | 0.89% | - |
HSV(B) | 221.05º | 0.08% | 0.93% | - |
XYZ | 70.14 | 73.58 | 89.86 | - |
YUV | 222.69 | 135.51 | 123.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 223 | 236 | 0.08 | 0.06 | 0 | 0.07 | 221.05 | 0.33 | 0.89 |
Hex | D9 | DF | EC | 8 | 6 | 0 | 7 | DD | 21 | 59 |
Octal | 331 | 337 | 354 | 10 | 6 | 0 | 7 | 335 | 41 | 131 |
Binary | 11011001 | 11011111 | 11101100 | 1000 | 110 | 0 | 111 | 11011101 | 100001 | 1011001 |
Color Harmonies of #D9DFEC
Complementary color
Monochromatic Colors of #D9DFEC
Black with #D9DFEC
Text Example
Text Example
White with #D9DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFEC; }
p { color: rgb(217,223,236); }
H1.HeaderClassName
{
color: #D9DFEC;
}
.AnyTagClassName
{
color: #D9DFEC;
}
</style>
background-color css
<style>
a { background-color: #D9DFEC; }
a { background-color: rgb(217,223,236); }
div.DivClassName
{
background-color: #D9DFEC;
}
.BgClassName
{
background-color: #D9DFEC;
}
</style>
border-color css
<style>
span { border-color: #D9DFEC; }
span { border-color: rgb(217,223,236); }
td.TdClassName
{
border-color: #D9DFEC;
}
.TagClassName
{
border-color: #D9DFEC;
}
</style>