Shades of Hawkes Blue #D0D4E1
Tints of Hawkes Blue #D0D4E1
RGB
CMYK
RGB Variations
Color information
#D0D4E1 (or 0xD0D4E1) is known color: Hawkes Blue. HEX triplet: D0, D4 and E1. RGB value is (208,212,225). Sum of RGB (Red+Green+Blue) = 208+212+225=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0D4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D4E1 is #2F2B1E. Grayscale: #D4D4D4. Windows color (decimal): -3091231 or 14800080. OLE color: 14800080.
HSL color Cylindrical-coordinate representation of color #D0D4E1: hue angle of 225.88º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0D4E1 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 212 | 225 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.12 |
| HSL | 225.88º | 0.22% | 0.85% | - |
| HSV(B) | 225.88º | 0.08% | 0.88% | - |
| XYZ | 63.15 | 65.93 | 80.63 | - |
| YUV | 212.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 225 | 0.08 | 0.06 | 0 | 0.12 | 225.88 | 0.22 | 0.85 |
| Hex | D0 | D4 | E1 | 8 | 6 | 0 | C | E2 | 16 | 55 |
| Octal | 320 | 324 | 341 | 10 | 6 | 0 | 14 | 342 | 26 | 125 |
| Binary | 11010000 | 11010100 | 11100001 | 1000 | 110 | 0 | 1100 | 11100010 | 10110 | 1010101 |
Color Harmonies of #D0D4E1
Complementary color
Monochromatic Colors of #D0D4E1
Black with #D0D4E1
Text Example
Text Example
White with #D0D4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D4E1; }
p { color: rgb(208,212,225); }
H1.HeaderClassName
{
color: #D0D4E1;
}
.AnyTagClassName
{
color: #D0D4E1;
}
</style>
background-color css
<style>
a { background-color: #D0D4E1; }
a { background-color: rgb(208,212,225); }
div.DivClassName
{
background-color: #D0D4E1;
}
.BgClassName
{
background-color: #D0D4E1;
}
</style>
border-color css
<style>
span { border-color: #D0D4E1; }
span { border-color: rgb(208,212,225); }
td.TdClassName
{
border-color: #D0D4E1;
}
.TagClassName
{
border-color: #D0D4E1;
}
</style>