Shades of Hawkes Blue #D5E4F7
Tints of Hawkes Blue #D5E4F7
RGB
CMYK
RGB Variations
Color information
#D5E4F7 (or 0xD5E4F7) is known color: Hawkes Blue. HEX triplet: D5, E4 and F7. RGB value is (213,228,247). Sum of RGB (Red+Green+Blue) = 213+228+247=688 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.96% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5E4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E4F7 is #2A1B08. Grayscale: #E1E1E1. Windows color (decimal): -2759433 or 16245973. OLE color: 16245973.
HSL color Cylindrical-coordinate representation of color #D5E4F7: hue angle of 213.53º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5E4F7 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 213 | 228 | 247 | - |
CMYK | 0.14 | 0.08 | 0 | 0.03 |
HSL | 213.53º | 0.68% | 0.9% | - |
HSV(B) | 213.53º | 0.14% | 0.97% | - |
XYZ | 71.97 | 76.35 | 98.94 | - |
YUV | 225.68 | 140.03 | 118.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 228 | 247 | 0.14 | 0.08 | 0 | 0.03 | 213.53 | 0.68 | 0.9 |
Hex | D5 | E4 | F7 | E | 8 | 0 | 3 | D6 | 44 | 5A |
Octal | 325 | 344 | 367 | 16 | 10 | 0 | 3 | 326 | 104 | 132 |
Binary | 11010101 | 11100100 | 11110111 | 1110 | 1000 | 0 | 11 | 11010110 | 1000100 | 1011010 |
Color Harmonies of #D5E4F7
Complementary color
Monochromatic Colors of #D5E4F7
Black with #D5E4F7
Text Example
Text Example
White with #D5E4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E4F7; }
p { color: rgb(213,228,247); }
H1.HeaderClassName
{
color: #D5E4F7;
}
.AnyTagClassName
{
color: #D5E4F7;
}
</style>
background-color css
<style>
a { background-color: #D5E4F7; }
a { background-color: rgb(213,228,247); }
div.DivClassName
{
background-color: #D5E4F7;
}
.BgClassName
{
background-color: #D5E4F7;
}
</style>
border-color css
<style>
span { border-color: #D5E4F7; }
span { border-color: rgb(213,228,247); }
td.TdClassName
{
border-color: #D5E4F7;
}
.TagClassName
{
border-color: #D5E4F7;
}
</style>