Shades of Hawkes Blue #D0DAF6
Tints of Hawkes Blue #D0DAF6
RGB
CMYK
RGB Variations
Color information
#D0DAF6 (or 0xD0DAF6) is known color: Hawkes Blue. HEX triplet: D0, DA and F6. RGB value is (208,218,246). Sum of RGB (Red+Green+Blue) = 208+218+246=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0DAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DAF6 is #2F2509. Grayscale: #DADADA. Windows color (decimal): -3089674 or 16177872. OLE color: 16177872.
HSL color Cylindrical-coordinate representation of color #D0DAF6: hue angle of 224.21º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0DAF6 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 218 | 246 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.04 |
| HSL | 224.21º | 0.68% | 0.89% | - |
| HSV(B) | 224.21º | 0.15% | 0.96% | - |
| XYZ | 67.72 | 70.21 | 97.17 | - |
| YUV | 218.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 246 | 0.15 | 0.11 | 0 | 0.04 | 224.21 | 0.68 | 0.89 |
| Hex | D0 | DA | F6 | F | B | 0 | 4 | E0 | 44 | 59 |
| Octal | 320 | 332 | 366 | 17 | 13 | 0 | 4 | 340 | 104 | 131 |
| Binary | 11010000 | 11011010 | 11110110 | 1111 | 1011 | 0 | 100 | 11100000 | 1000100 | 1011001 |
Color Harmonies of #D0DAF6
Complementary color
Monochromatic Colors of #D0DAF6
Black with #D0DAF6
Text Example
Text Example
White with #D0DAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DAF6; }
p { color: rgb(208,218,246); }
H1.HeaderClassName
{
color: #D0DAF6;
}
.AnyTagClassName
{
color: #D0DAF6;
}
</style>
background-color css
<style>
a { background-color: #D0DAF6; }
a { background-color: rgb(208,218,246); }
div.DivClassName
{
background-color: #D0DAF6;
}
.BgClassName
{
background-color: #D0DAF6;
}
</style>
border-color css
<style>
span { border-color: #D0DAF6; }
span { border-color: rgb(208,218,246); }
td.TdClassName
{
border-color: #D0DAF6;
}
.TagClassName
{
border-color: #D0DAF6;
}
</style>