Shades of Hawkes Blue #D1DFF0
Tints of Hawkes Blue #D1DFF0
RGB
CMYK
RGB Variations
Color information
#D1DFF0 (or 0xD1DFF0) is known color: Hawkes Blue. HEX triplet: D1, DF and F0. RGB value is (209,223,240). Sum of RGB (Red+Green+Blue) = 209+223+240=672 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.10% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 240 - color contains mainly: blue. Hex color #D1DFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DFF0 is #2E200F. Grayscale: #DCDCDC. Windows color (decimal): -3022864 or 15785937. OLE color: 15785937.
HSL color Cylindrical-coordinate representation of color #D1DFF0: hue angle of 212.9º 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 #D1DFF0 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 223 | 240 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.06 |
| HSL | 212.9º | 0.51% | 0.88% | - |
| HSV(B) | 212.9º | 0.13% | 0.94% | - |
| XYZ | 68.41 | 72.62 | 92.85 | - |
| YUV | 220.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 240 | 0.13 | 0.07 | 0 | 0.06 | 212.9 | 0.51 | 0.88 |
| Hex | D1 | DF | F0 | D | 7 | 0 | 6 | D5 | 33 | 58 |
| Octal | 321 | 337 | 360 | 15 | 7 | 0 | 6 | 325 | 63 | 130 |
| Binary | 11010001 | 11011111 | 11110000 | 1101 | 111 | 0 | 110 | 11010101 | 110011 | 1011000 |
Color Harmonies of #D1DFF0
Complementary color
Monochromatic Colors of #D1DFF0
Black with #D1DFF0
Text Example
Text Example
White with #D1DFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DFF0; }
p { color: rgb(209,223,240); }
H1.HeaderClassName
{
color: #D1DFF0;
}
.AnyTagClassName
{
color: #D1DFF0;
}
</style>
background-color css
<style>
a { background-color: #D1DFF0; }
a { background-color: rgb(209,223,240); }
div.DivClassName
{
background-color: #D1DFF0;
}
.BgClassName
{
background-color: #D1DFF0;
}
</style>
border-color css
<style>
span { border-color: #D1DFF0; }
span { border-color: rgb(209,223,240); }
td.TdClassName
{
border-color: #D1DFF0;
}
.TagClassName
{
border-color: #D1DFF0;
}
</style>