Shades of Hawkes Blue #D0D5E0
Tints of Hawkes Blue #D0D5E0
RGB
CMYK
RGB Variations
Color information
#D0D5E0 (or 0xD0D5E0) is known color: Hawkes Blue. HEX triplet: D0, D5 and E0. RGB value is (208,213,224). Sum of RGB (Red+Green+Blue) = 208+213+224=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 224 - color contains mainly: blue. Hex color #D0D5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D5E0 is #2F2A1F. Grayscale: #D4D4D4. Windows color (decimal): -3090976 or 14734800. OLE color: 14734800.
HSL color Cylindrical-coordinate representation of color #D0D5E0: hue angle of 221.25º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0D5E0 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 213 | 224 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.12 |
| HSL | 221.25º | 0.21% | 0.85% | - |
| HSV(B) | 221.25º | 0.07% | 0.88% | - |
| XYZ | 63.26 | 66.38 | 80 | - |
| YUV | 212.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 213 | 224 | 0.07 | 0.05 | 0 | 0.12 | 221.25 | 0.21 | 0.85 |
| Hex | D0 | D5 | E0 | 7 | 5 | 0 | C | DD | 15 | 55 |
| Octal | 320 | 325 | 340 | 7 | 5 | 0 | 14 | 335 | 25 | 125 |
| Binary | 11010000 | 11010101 | 11100000 | 111 | 101 | 0 | 1100 | 11011101 | 10101 | 1010101 |
Color Harmonies of #D0D5E0
Complementary color
Monochromatic Colors of #D0D5E0
Black with #D0D5E0
Text Example
Text Example
White with #D0D5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D5E0; }
p { color: rgb(208,213,224); }
H1.HeaderClassName
{
color: #D0D5E0;
}
.AnyTagClassName
{
color: #D0D5E0;
}
</style>
background-color css
<style>
a { background-color: #D0D5E0; }
a { background-color: rgb(208,213,224); }
div.DivClassName
{
background-color: #D0D5E0;
}
.BgClassName
{
background-color: #D0D5E0;
}
</style>
border-color css
<style>
span { border-color: #D0D5E0; }
span { border-color: rgb(208,213,224); }
td.TdClassName
{
border-color: #D0D5E0;
}
.TagClassName
{
border-color: #D0D5E0;
}
</style>