Shades of Hawkes Blue #D1DDF3
Tints of Hawkes Blue #D1DDF3
RGB
CMYK
RGB Variations
Color information
#D1DDF3 (or 0xD1DDF3) is known color: Hawkes Blue. HEX triplet: D1, DD and F3. RGB value is (209,221,243). Sum of RGB (Red+Green+Blue) = 209+221+243=673 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.05% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #D1DDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DDF3 is #2E220C. Grayscale: #DBDBDB. Windows color (decimal): -3023373 or 15982033. OLE color: 15982033.
HSL color Cylindrical-coordinate representation of color #D1DDF3: hue angle of 218.82º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1DDF3 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 221 | 243 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.05 |
| HSL | 218.82º | 0.59% | 0.89% | - |
| HSV(B) | 218.82º | 0.14% | 0.95% | - |
| XYZ | 68.33 | 71.74 | 95.04 | - |
| YUV | 219.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 243 | 0.14 | 0.09 | 0 | 0.05 | 218.82 | 0.59 | 0.89 |
| Hex | D1 | DD | F3 | E | 9 | 0 | 5 | DB | 3B | 59 |
| Octal | 321 | 335 | 363 | 16 | 11 | 0 | 5 | 333 | 73 | 131 |
| Binary | 11010001 | 11011101 | 11110011 | 1110 | 1001 | 0 | 101 | 11011011 | 111011 | 1011001 |
Color Harmonies of #D1DDF3
Complementary color
Monochromatic Colors of #D1DDF3
Black with #D1DDF3
Text Example
Text Example
White with #D1DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDF3; }
p { color: rgb(209,221,243); }
H1.HeaderClassName
{
color: #D1DDF3;
}
.AnyTagClassName
{
color: #D1DDF3;
}
</style>
background-color css
<style>
a { background-color: #D1DDF3; }
a { background-color: rgb(209,221,243); }
div.DivClassName
{
background-color: #D1DDF3;
}
.BgClassName
{
background-color: #D1DDF3;
}
</style>
border-color css
<style>
span { border-color: #D1DDF3; }
span { border-color: rgb(209,221,243); }
td.TdClassName
{
border-color: #D1DDF3;
}
.TagClassName
{
border-color: #D1DDF3;
}
</style>