Shades of Hawkes Blue #D1DDF2
Tints of Hawkes Blue #D1DDF2
RGB
CMYK
RGB Variations
Color information
#D1DDF2 (or 0xD1DDF2) is known color: Hawkes Blue. HEX triplet: D1, DD and F2. RGB value is (209,221,242). Sum of RGB (Red+Green+Blue) = 209+221+242=672 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.10% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1DDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DDF2 is #2E220D. Grayscale: #DBDBDB. Windows color (decimal): -3023374 or 15916497. OLE color: 15916497.
HSL color Cylindrical-coordinate representation of color #D1DDF2: hue angle of 218.18º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1DDF2 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 221 | 242 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.05 |
| HSL | 218.18º | 0.56% | 0.88% | - |
| HSV(B) | 218.18º | 0.14% | 0.95% | - |
| XYZ | 68.18 | 71.68 | 94.25 | - |
| YUV | 219.81 | 140.52 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 242 | 0.14 | 0.09 | 0 | 0.05 | 218.18 | 0.56 | 0.88 |
| Hex | D1 | DD | F2 | E | 9 | 0 | 5 | DA | 38 | 58 |
| Octal | 321 | 335 | 362 | 16 | 11 | 0 | 5 | 332 | 70 | 130 |
| Binary | 11010001 | 11011101 | 11110010 | 1110 | 1001 | 0 | 101 | 11011010 | 111000 | 1011000 |
Color Harmonies of #D1DDF2
Complementary color
Monochromatic Colors of #D1DDF2
Black with #D1DDF2
Text Example
Text Example
White with #D1DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDF2; }
p { color: rgb(209,221,242); }
H1.HeaderClassName
{
color: #D1DDF2;
}
.AnyTagClassName
{
color: #D1DDF2;
}
</style>
background-color css
<style>
a { background-color: #D1DDF2; }
a { background-color: rgb(209,221,242); }
div.DivClassName
{
background-color: #D1DDF2;
}
.BgClassName
{
background-color: #D1DDF2;
}
</style>
border-color css
<style>
span { border-color: #D1DDF2; }
span { border-color: rgb(209,221,242); }
td.TdClassName
{
border-color: #D1DDF2;
}
.TagClassName
{
border-color: #D1DDF2;
}
</style>