Shades of Hawkes Blue #D0D7F3
Tints of Hawkes Blue #D0D7F3
RGB
CMYK
RGB Variations
Color information
#D0D7F3 (or 0xD0D7F3) is known color: Hawkes Blue. HEX triplet: D0, D7 and F3. RGB value is (208,215,243). Sum of RGB (Red+Green+Blue) = 208+215+243=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 215 (84.38% from 255 or 32.28% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 243 - color contains mainly: blue. Hex color #D0D7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D7F3 is #2F280C. Grayscale: #D7D7D7. Windows color (decimal): -3090445 or 15980496. OLE color: 15980496.
HSL color Cylindrical-coordinate representation of color #D0D7F3: hue angle of 228º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0D7F3 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 215 | 243 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.05 |
| HSL | 228º | 0.59% | 0.88% | - |
| HSV(B) | 228º | 0.14% | 0.95% | - |
| XYZ | 66.49 | 68.48 | 94.51 | - |
| YUV | 216.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 243 | 0.14 | 0.12 | 0 | 0.05 | 228 | 0.59 | 0.88 |
| Hex | D0 | D7 | F3 | E | C | 0 | 5 | E4 | 3B | 58 |
| Octal | 320 | 327 | 363 | 16 | 14 | 0 | 5 | 344 | 73 | 130 |
| Binary | 11010000 | 11010111 | 11110011 | 1110 | 1100 | 0 | 101 | 11100100 | 111011 | 1011000 |
Color Harmonies of #D0D7F3
Complementary color
Monochromatic Colors of #D0D7F3
Black with #D0D7F3
Text Example
Text Example
White with #D0D7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D7F3; }
p { color: rgb(208,215,243); }
H1.HeaderClassName
{
color: #D0D7F3;
}
.AnyTagClassName
{
color: #D0D7F3;
}
</style>
background-color css
<style>
a { background-color: #D0D7F3; }
a { background-color: rgb(208,215,243); }
div.DivClassName
{
background-color: #D0D7F3;
}
.BgClassName
{
background-color: #D0D7F3;
}
</style>
border-color css
<style>
span { border-color: #D0D7F3; }
span { border-color: rgb(208,215,243); }
td.TdClassName
{
border-color: #D0D7F3;
}
.TagClassName
{
border-color: #D0D7F3;
}
</style>