Shades of Hawkes Blue #D0DAE8
Tints of Hawkes Blue #D0DAE8
RGB
CMYK
RGB Variations
Color information
#D0DAE8 (or 0xD0DAE8) is known color: Hawkes Blue. HEX triplet: D0, DA and E8. RGB value is (208,218,232). Sum of RGB (Red+Green+Blue) = 208+218+232=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0DAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DAE8 is #2F2517. Grayscale: #D8D8D8. Windows color (decimal): -3089688 or 15260368. OLE color: 15260368.
HSL color Cylindrical-coordinate representation of color #D0DAE8: hue angle of 215º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0DAE8 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 218 | 232 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.09 |
| HSL | 215º | 0.34% | 0.86% | - |
| HSV(B) | 215º | 0.1% | 0.91% | - |
| XYZ | 65.65 | 69.38 | 86.28 | - |
| YUV | 216.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 232 | 0.10 | 0.06 | 0 | 0.09 | 215 | 0.34 | 0.86 |
| Hex | D0 | DA | E8 | A | 6 | 0 | 9 | D7 | 22 | 56 |
| Octal | 320 | 332 | 350 | 12 | 6 | 0 | 11 | 327 | 42 | 126 |
| Binary | 11010000 | 11011010 | 11101000 | 1010 | 110 | 0 | 1001 | 11010111 | 100010 | 1010110 |
Color Harmonies of #D0DAE8
Complementary color
Monochromatic Colors of #D0DAE8
Black with #D0DAE8
Text Example
Text Example
White with #D0DAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DAE8; }
p { color: rgb(208,218,232); }
H1.HeaderClassName
{
color: #D0DAE8;
}
.AnyTagClassName
{
color: #D0DAE8;
}
</style>
background-color css
<style>
a { background-color: #D0DAE8; }
a { background-color: rgb(208,218,232); }
div.DivClassName
{
background-color: #D0DAE8;
}
.BgClassName
{
background-color: #D0DAE8;
}
</style>
border-color css
<style>
span { border-color: #D0DAE8; }
span { border-color: rgb(208,218,232); }
td.TdClassName
{
border-color: #D0DAE8;
}
.TagClassName
{
border-color: #D0DAE8;
}
</style>