Shades of Hawkes Blue #D5E4FB
Tints of Hawkes Blue #D5E4FB
RGB
CMYK
RGB Variations
Color information
#D5E4FB (or 0xD5E4FB) is known color: Hawkes Blue. HEX triplet: D5, E4 and FB. RGB value is (213,228,251). Sum of RGB (Red+Green+Blue) = 213+228+251=692 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.78% from 692); Green value is 228 (89.45% from 255 or 32.95% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5E4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E4FB is #2A1B04. Grayscale: #E2E2E2. Windows color (decimal): -2759429 or 16508117. OLE color: 16508117.
HSL color Cylindrical-coordinate representation of color #D5E4FB: hue angle of 216.32º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5E4FB is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 228 | 251 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.02 |
| HSL | 216.32º | 0.83% | 0.91% | - |
| HSV(B) | 216.32º | 0.15% | 0.98% | - |
| XYZ | 72.6 | 76.6 | 102.23 | - |
| YUV | 226.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 251 | 0.15 | 0.09 | 0 | 0.02 | 216.32 | 0.83 | 0.91 |
| Hex | D5 | E4 | FB | F | 9 | 0 | 2 | D8 | 53 | 5B |
| Octal | 325 | 344 | 373 | 17 | 11 | 0 | 2 | 330 | 123 | 133 |
| Binary | 11010101 | 11100100 | 11111011 | 1111 | 1001 | 0 | 10 | 11011000 | 1010011 | 1011011 |
Color Harmonies of #D5E4FB
Complementary color
Monochromatic Colors of #D5E4FB
Black with #D5E4FB
Text Example
Text Example
White with #D5E4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E4FB; }
p { color: rgb(213,228,251); }
H1.HeaderClassName
{
color: #D5E4FB;
}
.AnyTagClassName
{
color: #D5E4FB;
}
</style>
background-color css
<style>
a { background-color: #D5E4FB; }
a { background-color: rgb(213,228,251); }
div.DivClassName
{
background-color: #D5E4FB;
}
.BgClassName
{
background-color: #D5E4FB;
}
</style>
border-color css
<style>
span { border-color: #D5E4FB; }
span { border-color: rgb(213,228,251); }
td.TdClassName
{
border-color: #D5E4FB;
}
.TagClassName
{
border-color: #D5E4FB;
}
</style>