Shades of Hawkes Blue #D1DDF0
Tints of Hawkes Blue #D1DDF0
RGB
CMYK
RGB Variations
Color information
#D1DDF0 (or 0xD1DDF0) is known color: Hawkes Blue. HEX triplet: D1, DD and F0. RGB value is (209,221,240). Sum of RGB (Red+Green+Blue) = 209+221+240=670 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.19% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 240 - color contains mainly: blue. Hex color #D1DDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DDF0 is #2E220F. Grayscale: #DBDBDB. Windows color (decimal): -3023376 or 15785425. OLE color: 15785425.
HSL color Cylindrical-coordinate representation of color #D1DDF0: hue angle of 216.77º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1DDF0 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 209 | 221 | 240 | - |
CMYK | 0.13 | 0.08 | 0 | 0.06 |
HSL | 216.77º | 0.51% | 0.88% | - |
HSV(B) | 216.77º | 0.13% | 0.94% | - |
XYZ | 67.88 | 71.56 | 92.67 | - |
YUV | 219.58 | 139.52 | 120.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 221 | 240 | 0.13 | 0.08 | 0 | 0.06 | 216.77 | 0.51 | 0.88 |
Hex | D1 | DD | F0 | D | 8 | 0 | 6 | D9 | 33 | 58 |
Octal | 321 | 335 | 360 | 15 | 10 | 0 | 6 | 331 | 63 | 130 |
Binary | 11010001 | 11011101 | 11110000 | 1101 | 1000 | 0 | 110 | 11011001 | 110011 | 1011000 |
Color Harmonies of #D1DDF0
Complementary color
Monochromatic Colors of #D1DDF0
Black with #D1DDF0
Text Example
Text Example
White with #D1DDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDF0; }
p { color: rgb(209,221,240); }
H1.HeaderClassName
{
color: #D1DDF0;
}
.AnyTagClassName
{
color: #D1DDF0;
}
</style>
background-color css
<style>
a { background-color: #D1DDF0; }
a { background-color: rgb(209,221,240); }
div.DivClassName
{
background-color: #D1DDF0;
}
.BgClassName
{
background-color: #D1DDF0;
}
</style>
border-color css
<style>
span { border-color: #D1DDF0; }
span { border-color: rgb(209,221,240); }
td.TdClassName
{
border-color: #D1DDF0;
}
.TagClassName
{
border-color: #D1DDF0;
}
</style>