Shades of Hawkes Blue #D7DCF1
Tints of Hawkes Blue #D7DCF1
RGB
CMYK
RGB Variations
Color information
#D7DCF1 (or 0xD7DCF1) is known color: Hawkes Blue. HEX triplet: D7, DC and F1. RGB value is (215,220,241). Sum of RGB (Red+Green+Blue) = 215+220+241=676 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.80% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DCF1 is #28230E. Grayscale: #DCDCDC. Windows color (decimal): -2630415 or 15850711. OLE color: 15850711.
HSL color Cylindrical-coordinate representation of color #D7DCF1: hue angle of 228.46º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7DCF1 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 220 | 241 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.05 |
| HSL | 228.46º | 0.48% | 0.89% | - |
| HSV(B) | 228.46º | 0.11% | 0.95% | - |
| XYZ | 69.49 | 71.98 | 93.45 | - |
| YUV | 220.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 241 | 0.11 | 0.09 | 0 | 0.05 | 228.46 | 0.48 | 0.89 |
| Hex | D7 | DC | F1 | B | 9 | 0 | 5 | E4 | 30 | 59 |
| Octal | 327 | 334 | 361 | 13 | 11 | 0 | 5 | 344 | 60 | 131 |
| Binary | 11010111 | 11011100 | 11110001 | 1011 | 1001 | 0 | 101 | 11100100 | 110000 | 1011001 |
Color Harmonies of #D7DCF1
Complementary color
Monochromatic Colors of #D7DCF1
Black with #D7DCF1
Text Example
Text Example
White with #D7DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DCF1; }
p { color: rgb(215,220,241); }
H1.HeaderClassName
{
color: #D7DCF1;
}
.AnyTagClassName
{
color: #D7DCF1;
}
</style>
background-color css
<style>
a { background-color: #D7DCF1; }
a { background-color: rgb(215,220,241); }
div.DivClassName
{
background-color: #D7DCF1;
}
.BgClassName
{
background-color: #D7DCF1;
}
</style>
border-color css
<style>
span { border-color: #D7DCF1; }
span { border-color: rgb(215,220,241); }
td.TdClassName
{
border-color: #D7DCF1;
}
.TagClassName
{
border-color: #D7DCF1;
}
</style>