Shades of Hawkes Blue #D0DFF0
Tints of Hawkes Blue #D0DFF0
RGB
CMYK
RGB Variations
Color information
#D0DFF0 (or 0xD0DFF0) is known color: Hawkes Blue. HEX triplet: D0, DF and F0. RGB value is (208,223,240). Sum of RGB (Red+Green+Blue) = 208+223+240=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 240 - color contains mainly: blue. Hex color #D0DFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DFF0 is #2F200F. Grayscale: #DCDCDC. Windows color (decimal): -3088400 or 15785936. OLE color: 15785936.
HSL color Cylindrical-coordinate representation of color #D0DFF0: hue angle of 211.88º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0DFF0 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 223 | 240 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.06 |
| HSL | 211.88º | 0.52% | 0.88% | - |
| HSV(B) | 211.88º | 0.13% | 0.94% | - |
| XYZ | 68.13 | 72.48 | 92.84 | - |
| YUV | 220.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 240 | 0.13 | 0.07 | 0 | 0.06 | 211.88 | 0.52 | 0.88 |
| Hex | D0 | DF | F0 | D | 7 | 0 | 6 | D4 | 34 | 58 |
| Octal | 320 | 337 | 360 | 15 | 7 | 0 | 6 | 324 | 64 | 130 |
| Binary | 11010000 | 11011111 | 11110000 | 1101 | 111 | 0 | 110 | 11010100 | 110100 | 1011000 |
Color Harmonies of #D0DFF0
Complementary color
Monochromatic Colors of #D0DFF0
Black with #D0DFF0
Text Example
Text Example
White with #D0DFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFF0; }
p { color: rgb(208,223,240); }
H1.HeaderClassName
{
color: #D0DFF0;
}
.AnyTagClassName
{
color: #D0DFF0;
}
</style>
background-color css
<style>
a { background-color: #D0DFF0; }
a { background-color: rgb(208,223,240); }
div.DivClassName
{
background-color: #D0DFF0;
}
.BgClassName
{
background-color: #D0DFF0;
}
</style>
border-color css
<style>
span { border-color: #D0DFF0; }
span { border-color: rgb(208,223,240); }
td.TdClassName
{
border-color: #D0DFF0;
}
.TagClassName
{
border-color: #D0DFF0;
}
</style>