Shades of Hawkes Blue #D9DDF1
Tints of Hawkes Blue #D9DDF1
RGB
CMYK
RGB Variations
Color information
#D9DDF1 (or 0xD9DDF1) is known color: Hawkes Blue. HEX triplet: D9, DD and F1. RGB value is (217,221,241). Sum of RGB (Red+Green+Blue) = 217+221+241=679 (89% of max value = 765). Red value is 217 (85.16% from 255 or 31.96% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9DDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDF1 is #26220E. Grayscale: #DDDDDD. Windows color (decimal): -2499087 or 15850969. OLE color: 15850969.
HSL color Cylindrical-coordinate representation of color #D9DDF1: hue angle of 230º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9DDF1 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 221 | 241 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.05 |
| HSL | 230º | 0.46% | 0.9% | - |
| HSV(B) | 230º | 0.1% | 0.95% | - |
| XYZ | 70.35 | 72.82 | 93.57 | - |
| YUV | 222.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 241 | 0.10 | 0.08 | 0 | 0.05 | 230 | 0.46 | 0.9 |
| Hex | D9 | DD | F1 | A | 8 | 0 | 5 | E6 | 2E | 5A |
| Octal | 331 | 335 | 361 | 12 | 10 | 0 | 5 | 346 | 56 | 132 |
| Binary | 11011001 | 11011101 | 11110001 | 1010 | 1000 | 0 | 101 | 11100110 | 101110 | 1011010 |
Color Harmonies of #D9DDF1
Complementary color
Monochromatic Colors of #D9DDF1
Black with #D9DDF1
Text Example
Text Example
White with #D9DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDF1; }
p { color: rgb(217,221,241); }
H1.HeaderClassName
{
color: #D9DDF1;
}
.AnyTagClassName
{
color: #D9DDF1;
}
</style>
background-color css
<style>
a { background-color: #D9DDF1; }
a { background-color: rgb(217,221,241); }
div.DivClassName
{
background-color: #D9DDF1;
}
.BgClassName
{
background-color: #D9DDF1;
}
</style>
border-color css
<style>
span { border-color: #D9DDF1; }
span { border-color: rgb(217,221,241); }
td.TdClassName
{
border-color: #D9DDF1;
}
.TagClassName
{
border-color: #D9DDF1;
}
</style>