Shades of Hawkes Blue #D5E0EF
Tints of Hawkes Blue #D5E0EF
RGB
CMYK
RGB Variations
Color information
#D5E0EF (or 0xD5E0EF) is known color: Hawkes Blue. HEX triplet: D5, E0 and EF. RGB value is (213,224,239). Sum of RGB (Red+Green+Blue) = 213+224+239=676 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.51% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5E0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E0EF is #2A1F10. Grayscale: #DEDEDE. Windows color (decimal): -2760465 or 15720661. OLE color: 15720661.
HSL color Cylindrical-coordinate representation of color #D5E0EF: hue angle of 214.62º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5E0EF is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 224 | 239 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.06 |
| HSL | 214.62º | 0.45% | 0.89% | - |
| HSV(B) | 214.62º | 0.11% | 0.94% | - |
| XYZ | 69.68 | 73.69 | 92.21 | - |
| YUV | 222.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 239 | 0.11 | 0.06 | 0 | 0.06 | 214.62 | 0.45 | 0.89 |
| Hex | D5 | E0 | EF | B | 6 | 0 | 6 | D7 | 2D | 59 |
| Octal | 325 | 340 | 357 | 13 | 6 | 0 | 6 | 327 | 55 | 131 |
| Binary | 11010101 | 11100000 | 11101111 | 1011 | 110 | 0 | 110 | 11010111 | 101101 | 1011001 |
Color Harmonies of #D5E0EF
Complementary color
Monochromatic Colors of #D5E0EF
Black with #D5E0EF
Text Example
Text Example
White with #D5E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E0EF; }
p { color: rgb(213,224,239); }
H1.HeaderClassName
{
color: #D5E0EF;
}
.AnyTagClassName
{
color: #D5E0EF;
}
</style>
background-color css
<style>
a { background-color: #D5E0EF; }
a { background-color: rgb(213,224,239); }
div.DivClassName
{
background-color: #D5E0EF;
}
.BgClassName
{
background-color: #D5E0EF;
}
</style>
border-color css
<style>
span { border-color: #D5E0EF; }
span { border-color: rgb(213,224,239); }
td.TdClassName
{
border-color: #D5E0EF;
}
.TagClassName
{
border-color: #D5E0EF;
}
</style>