Shades of Hawkes Blue #D5E1FC
Tints of Hawkes Blue #D5E1FC
RGB
CMYK
RGB Variations
Color information
#D5E1FC (or 0xD5E1FC) is known color: Hawkes Blue. HEX triplet: D5, E1 and FC. RGB value is (213,225,252). Sum of RGB (Red+Green+Blue) = 213+225+252=690 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.87% from 690); Green value is 225 (88.28% from 255 or 32.61% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5E1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E1FC is #2A1E03. Grayscale: #E0E0E0. Windows color (decimal): -2760196 or 16572885. OLE color: 16572885.
HSL color Cylindrical-coordinate representation of color #D5E1FC: hue angle of 221.54º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5E1FC is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 225 | 252 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.01 |
| HSL | 221.54º | 0.87% | 0.91% | - |
| HSV(B) | 221.54º | 0.15% | 0.99% | - |
| XYZ | 71.94 | 75.02 | 102.79 | - |
| YUV | 224.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 252 | 0.15 | 0.11 | 0 | 0.01 | 221.54 | 0.87 | 0.91 |
| Hex | D5 | E1 | FC | F | B | 0 | 1 | DE | 57 | 5B |
| Octal | 325 | 341 | 374 | 17 | 13 | 0 | 1 | 336 | 127 | 133 |
| Binary | 11010101 | 11100001 | 11111100 | 1111 | 1011 | 0 | 1 | 11011110 | 1010111 | 1011011 |
Color Harmonies of #D5E1FC
Complementary color
Monochromatic Colors of #D5E1FC
Black with #D5E1FC
Text Example
Text Example
White with #D5E1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E1FC; }
p { color: rgb(213,225,252); }
H1.HeaderClassName
{
color: #D5E1FC;
}
.AnyTagClassName
{
color: #D5E1FC;
}
</style>
background-color css
<style>
a { background-color: #D5E1FC; }
a { background-color: rgb(213,225,252); }
div.DivClassName
{
background-color: #D5E1FC;
}
.BgClassName
{
background-color: #D5E1FC;
}
</style>
border-color css
<style>
span { border-color: #D5E1FC; }
span { border-color: rgb(213,225,252); }
td.TdClassName
{
border-color: #D5E1FC;
}
.TagClassName
{
border-color: #D5E1FC;
}
</style>