Shades of Hawkes Blue #D7DCF2
Tints of Hawkes Blue #D7DCF2
RGB
CMYK
RGB Variations
Color information
#D7DCF2 (or 0xD7DCF2) is known color: Hawkes Blue. HEX triplet: D7, DC and F2. RGB value is (215,220,242). Sum of RGB (Red+Green+Blue) = 215+220+242=677 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.76% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DCF2 is #28230D. Grayscale: #DCDCDC. Windows color (decimal): -2630414 or 15916247. OLE color: 15916247.
HSL color Cylindrical-coordinate representation of color #D7DCF2: hue angle of 228.89º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7DCF2 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 220 | 242 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.05 |
| HSL | 228.89º | 0.51% | 0.9% | - |
| HSV(B) | 228.89º | 0.11% | 0.95% | - |
| XYZ | 69.64 | 72.04 | 94.24 | - |
| YUV | 221.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 242 | 0.11 | 0.09 | 0 | 0.05 | 228.89 | 0.51 | 0.9 |
| Hex | D7 | DC | F2 | B | 9 | 0 | 5 | E5 | 33 | 5A |
| Octal | 327 | 334 | 362 | 13 | 11 | 0 | 5 | 345 | 63 | 132 |
| Binary | 11010111 | 11011100 | 11110010 | 1011 | 1001 | 0 | 101 | 11100101 | 110011 | 1011010 |
Color Harmonies of #D7DCF2
Complementary color
Monochromatic Colors of #D7DCF2
Black with #D7DCF2
Text Example
Text Example
White with #D7DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DCF2; }
p { color: rgb(215,220,242); }
H1.HeaderClassName
{
color: #D7DCF2;
}
.AnyTagClassName
{
color: #D7DCF2;
}
</style>
background-color css
<style>
a { background-color: #D7DCF2; }
a { background-color: rgb(215,220,242); }
div.DivClassName
{
background-color: #D7DCF2;
}
.BgClassName
{
background-color: #D7DCF2;
}
</style>
border-color css
<style>
span { border-color: #D7DCF2; }
span { border-color: rgb(215,220,242); }
td.TdClassName
{
border-color: #D7DCF2;
}
.TagClassName
{
border-color: #D7DCF2;
}
</style>