Shades of Hawkes Blue #D0DBE8
Tints of Hawkes Blue #D0DBE8
RGB
CMYK
RGB Variations
Color information
#D0DBE8 (or 0xD0DBE8) is known color: Hawkes Blue. HEX triplet: D0, DB and E8. RGB value is (208,219,232). Sum of RGB (Red+Green+Blue) = 208+219+232=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0DBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBE8 is #2F2417. Grayscale: #D9D9D9. Windows color (decimal): -3089432 or 15260624. OLE color: 15260624.
HSL color Cylindrical-coordinate representation of color #D0DBE8: hue angle of 212.5º 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 #D0DBE8 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 219 | 232 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.09 |
| HSL | 212.5º | 0.34% | 0.86% | - |
| HSV(B) | 212.5º | 0.1% | 0.91% | - |
| XYZ | 65.91 | 69.9 | 86.36 | - |
| YUV | 217.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 232 | 0.10 | 0.06 | 0 | 0.09 | 212.5 | 0.34 | 0.86 |
| Hex | D0 | DB | E8 | A | 6 | 0 | 9 | D4 | 22 | 56 |
| Octal | 320 | 333 | 350 | 12 | 6 | 0 | 11 | 324 | 42 | 126 |
| Binary | 11010000 | 11011011 | 11101000 | 1010 | 110 | 0 | 1001 | 11010100 | 100010 | 1010110 |
Color Harmonies of #D0DBE8
Complementary color
Monochromatic Colors of #D0DBE8
Black with #D0DBE8
Text Example
Text Example
White with #D0DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBE8; }
p { color: rgb(208,219,232); }
H1.HeaderClassName
{
color: #D0DBE8;
}
.AnyTagClassName
{
color: #D0DBE8;
}
</style>
background-color css
<style>
a { background-color: #D0DBE8; }
a { background-color: rgb(208,219,232); }
div.DivClassName
{
background-color: #D0DBE8;
}
.BgClassName
{
background-color: #D0DBE8;
}
</style>
border-color css
<style>
span { border-color: #D0DBE8; }
span { border-color: rgb(208,219,232); }
td.TdClassName
{
border-color: #D0DBE8;
}
.TagClassName
{
border-color: #D0DBE8;
}
</style>