Shades of Hawkes Blue #D7DFF0
Tints of Hawkes Blue #D7DFF0
RGB
CMYK
RGB Variations
Color information
#D7DFF0 (or 0xD7DFF0) is known color: Hawkes Blue. HEX triplet: D7, DF and F0. RGB value is (215,223,240). Sum of RGB (Red+Green+Blue) = 215+223+240=678 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.71% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7DFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DFF0 is #28200F. Grayscale: #DEDEDE. Windows color (decimal): -2629648 or 15785943. OLE color: 15785943.
HSL color Cylindrical-coordinate representation of color #D7DFF0: hue angle of 220.8º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7DFF0 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 223 | 240 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.06 |
| HSL | 220.8º | 0.45% | 0.89% | - |
| HSV(B) | 220.8º | 0.1% | 0.94% | - |
| XYZ | 70.14 | 73.51 | 92.93 | - |
| YUV | 222.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 240 | 0.10 | 0.07 | 0 | 0.06 | 220.8 | 0.45 | 0.89 |
| Hex | D7 | DF | F0 | A | 7 | 0 | 6 | DD | 2D | 59 |
| Octal | 327 | 337 | 360 | 12 | 7 | 0 | 6 | 335 | 55 | 131 |
| Binary | 11010111 | 11011111 | 11110000 | 1010 | 111 | 0 | 110 | 11011101 | 101101 | 1011001 |
Color Harmonies of #D7DFF0
Complementary color
Monochromatic Colors of #D7DFF0
Black with #D7DFF0
Text Example
Text Example
White with #D7DFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DFF0; }
p { color: rgb(215,223,240); }
H1.HeaderClassName
{
color: #D7DFF0;
}
.AnyTagClassName
{
color: #D7DFF0;
}
</style>
background-color css
<style>
a { background-color: #D7DFF0; }
a { background-color: rgb(215,223,240); }
div.DivClassName
{
background-color: #D7DFF0;
}
.BgClassName
{
background-color: #D7DFF0;
}
</style>
border-color css
<style>
span { border-color: #D7DFF0; }
span { border-color: rgb(215,223,240); }
td.TdClassName
{
border-color: #D7DFF0;
}
.TagClassName
{
border-color: #D7DFF0;
}
</style>