Shades of Hawkes Blue #D1DCF2
Tints of Hawkes Blue #D1DCF2
RGB
CMYK
RGB Variations
Color information
#D1DCF2 (or 0xD1DCF2) is known color: Hawkes Blue. HEX triplet: D1, DC and F2. RGB value is (209,220,242). Sum of RGB (Red+Green+Blue) = 209+220+242=671 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.15% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DCF2 is #2E230D. Grayscale: #DBDBDB. Windows color (decimal): -3023630 or 15916241. OLE color: 15916241.
HSL color Cylindrical-coordinate representation of color #D1DCF2: hue angle of 220º 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 #D1DCF2 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 220 | 242 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.05 |
| HSL | 220º | 0.56% | 0.88% | - |
| HSV(B) | 220º | 0.14% | 0.95% | - |
| XYZ | 67.91 | 71.15 | 94.16 | - |
| YUV | 219.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 242 | 0.14 | 0.09 | 0 | 0.05 | 220 | 0.56 | 0.88 |
| Hex | D1 | DC | F2 | E | 9 | 0 | 5 | DC | 38 | 58 |
| Octal | 321 | 334 | 362 | 16 | 11 | 0 | 5 | 334 | 70 | 130 |
| Binary | 11010001 | 11011100 | 11110010 | 1110 | 1001 | 0 | 101 | 11011100 | 111000 | 1011000 |
Color Harmonies of #D1DCF2
Complementary color
Monochromatic Colors of #D1DCF2
Black with #D1DCF2
Text Example
Text Example
White with #D1DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCF2; }
p { color: rgb(209,220,242); }
H1.HeaderClassName
{
color: #D1DCF2;
}
.AnyTagClassName
{
color: #D1DCF2;
}
</style>
background-color css
<style>
a { background-color: #D1DCF2; }
a { background-color: rgb(209,220,242); }
div.DivClassName
{
background-color: #D1DCF2;
}
.BgClassName
{
background-color: #D1DCF2;
}
</style>
border-color css
<style>
span { border-color: #D1DCF2; }
span { border-color: rgb(209,220,242); }
td.TdClassName
{
border-color: #D1DCF2;
}
.TagClassName
{
border-color: #D1DCF2;
}
</style>