Shades of Hawkes Blue #D0DFF7
Tints of Hawkes Blue #D0DFF7
RGB
CMYK
RGB Variations
Color information
#D0DFF7 (or 0xD0DFF7) is known color: Hawkes Blue. HEX triplet: D0, DF and F7. RGB value is (208,223,247). Sum of RGB (Red+Green+Blue) = 208+223+247=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 247 (96.88% from 255 or 36.43% from 678); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0DFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DFF7 is #2F2008. Grayscale: #DDDDDD. Windows color (decimal): -3088393 or 16244688. OLE color: 16244688.
HSL color Cylindrical-coordinate representation of color #D0DFF7: hue angle of 216.92º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0DFF7 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 223 | 247 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.03 |
| HSL | 216.92º | 0.71% | 0.89% | - |
| HSV(B) | 216.92º | 0.16% | 0.97% | - |
| XYZ | 69.19 | 72.9 | 98.42 | - |
| YUV | 221.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 247 | 0.16 | 0.10 | 0 | 0.03 | 216.92 | 0.71 | 0.89 |
| Hex | D0 | DF | F7 | 10 | A | 0 | 3 | D9 | 47 | 59 |
| Octal | 320 | 337 | 367 | 20 | 12 | 0 | 3 | 331 | 107 | 131 |
| Binary | 11010000 | 11011111 | 11110111 | 10000 | 1010 | 0 | 11 | 11011001 | 1000111 | 1011001 |
Color Harmonies of #D0DFF7
Complementary color
Monochromatic Colors of #D0DFF7
Black with #D0DFF7
Text Example
Text Example
White with #D0DFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFF7; }
p { color: rgb(208,223,247); }
H1.HeaderClassName
{
color: #D0DFF7;
}
.AnyTagClassName
{
color: #D0DFF7;
}
</style>
background-color css
<style>
a { background-color: #D0DFF7; }
a { background-color: rgb(208,223,247); }
div.DivClassName
{
background-color: #D0DFF7;
}
.BgClassName
{
background-color: #D0DFF7;
}
</style>
border-color css
<style>
span { border-color: #D0DFF7; }
span { border-color: rgb(208,223,247); }
td.TdClassName
{
border-color: #D0DFF7;
}
.TagClassName
{
border-color: #D0DFF7;
}
</style>