Shades of Hawkes Blue #D0D7EF
Tints of Hawkes Blue #D0D7EF
RGB
CMYK
RGB Variations
Color information
#D0D7EF (or 0xD0D7EF) is known color: Hawkes Blue. HEX triplet: D0, D7 and EF. RGB value is (208,215,239). Sum of RGB (Red+Green+Blue) = 208+215+239=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0D7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D7EF is #2F2810. Grayscale: #D7D7D7. Windows color (decimal): -3090449 or 15718352. OLE color: 15718352.
HSL color Cylindrical-coordinate representation of color #D0D7EF: hue angle of 226.45º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0D7EF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 215 | 239 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.06 |
| HSL | 226.45º | 0.49% | 0.88% | - |
| HSV(B) | 226.45º | 0.13% | 0.94% | - |
| XYZ | 65.89 | 68.24 | 91.36 | - |
| YUV | 215.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 239 | 0.13 | 0.10 | 0 | 0.06 | 226.45 | 0.49 | 0.88 |
| Hex | D0 | D7 | EF | D | A | 0 | 6 | E2 | 31 | 58 |
| Octal | 320 | 327 | 357 | 15 | 12 | 0 | 6 | 342 | 61 | 130 |
| Binary | 11010000 | 11010111 | 11101111 | 1101 | 1010 | 0 | 110 | 11100010 | 110001 | 1011000 |
Color Harmonies of #D0D7EF
Complementary color
Monochromatic Colors of #D0D7EF
Black with #D0D7EF
Text Example
Text Example
White with #D0D7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D7EF; }
p { color: rgb(208,215,239); }
H1.HeaderClassName
{
color: #D0D7EF;
}
.AnyTagClassName
{
color: #D0D7EF;
}
</style>
background-color css
<style>
a { background-color: #D0D7EF; }
a { background-color: rgb(208,215,239); }
div.DivClassName
{
background-color: #D0D7EF;
}
.BgClassName
{
background-color: #D0D7EF;
}
</style>
border-color css
<style>
span { border-color: #D0D7EF; }
span { border-color: rgb(208,215,239); }
td.TdClassName
{
border-color: #D0D7EF;
}
.TagClassName
{
border-color: #D0D7EF;
}
</style>