Shades of Hawkes Blue #D5E0EE
Tints of Hawkes Blue #D5E0EE
RGB
CMYK
RGB Variations
Color information
#D5E0EE (or 0xD5E0EE) is known color: Hawkes Blue. HEX triplet: D5, E0 and EE. RGB value is (213,224,238). Sum of RGB (Red+Green+Blue) = 213+224+238=675 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.56% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5E0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E0EE is #2A1F11. Grayscale: #DEDEDE. Windows color (decimal): -2760466 or 15655125. OLE color: 15655125.
HSL color Cylindrical-coordinate representation of color #D5E0EE: hue angle of 213.6º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5E0EE is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 224 | 238 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.07 |
| HSL | 213.6º | 0.42% | 0.88% | - |
| HSV(B) | 213.6º | 0.11% | 0.93% | - |
| XYZ | 69.53 | 73.63 | 91.44 | - |
| YUV | 222.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 238 | 0.11 | 0.06 | 0 | 0.07 | 213.6 | 0.42 | 0.88 |
| Hex | D5 | E0 | EE | B | 6 | 0 | 7 | D6 | 2A | 58 |
| Octal | 325 | 340 | 356 | 13 | 6 | 0 | 7 | 326 | 52 | 130 |
| Binary | 11010101 | 11100000 | 11101110 | 1011 | 110 | 0 | 111 | 11010110 | 101010 | 1011000 |
Color Harmonies of #D5E0EE
Complementary color
Monochromatic Colors of #D5E0EE
Black with #D5E0EE
Text Example
Text Example
White with #D5E0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E0EE; }
p { color: rgb(213,224,238); }
H1.HeaderClassName
{
color: #D5E0EE;
}
.AnyTagClassName
{
color: #D5E0EE;
}
</style>
background-color css
<style>
a { background-color: #D5E0EE; }
a { background-color: rgb(213,224,238); }
div.DivClassName
{
background-color: #D5E0EE;
}
.BgClassName
{
background-color: #D5E0EE;
}
</style>
border-color css
<style>
span { border-color: #D5E0EE; }
span { border-color: rgb(213,224,238); }
td.TdClassName
{
border-color: #D5E0EE;
}
.TagClassName
{
border-color: #D5E0EE;
}
</style>