Shades of Hawkes Blue #D4E1F1
Tints of Hawkes Blue #D4E1F1
RGB
CMYK
RGB Variations
Color information
#D4E1F1 (or 0xD4E1F1) is known color: Hawkes Blue. HEX triplet: D4, E1 and F1. RGB value is (212,225,241). Sum of RGB (Red+Green+Blue) = 212+225+241=678 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.27% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4E1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4E1F1 is #2B1E0E. Grayscale: #DEDEDE. Windows color (decimal): -2825743 or 15851988. OLE color: 15851988.
HSL color Cylindrical-coordinate representation of color #D4E1F1: hue angle of 213.1º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4E1F1 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 225 | 241 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.05 |
| HSL | 213.1º | 0.51% | 0.89% | - |
| HSV(B) | 213.1º | 0.12% | 0.95% | - |
| XYZ | 69.95 | 74.2 | 93.85 | - |
| YUV | 222.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 241 | 0.12 | 0.07 | 0 | 0.05 | 213.1 | 0.51 | 0.89 |
| Hex | D4 | E1 | F1 | C | 7 | 0 | 5 | D5 | 33 | 59 |
| Octal | 324 | 341 | 361 | 14 | 7 | 0 | 5 | 325 | 63 | 131 |
| Binary | 11010100 | 11100001 | 11110001 | 1100 | 111 | 0 | 101 | 11010101 | 110011 | 1011001 |
Color Harmonies of #D4E1F1
Complementary color
Monochromatic Colors of #D4E1F1
Black with #D4E1F1
Text Example
Text Example
White with #D4E1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E1F1; }
p { color: rgb(212,225,241); }
H1.HeaderClassName
{
color: #D4E1F1;
}
.AnyTagClassName
{
color: #D4E1F1;
}
</style>
background-color css
<style>
a { background-color: #D4E1F1; }
a { background-color: rgb(212,225,241); }
div.DivClassName
{
background-color: #D4E1F1;
}
.BgClassName
{
background-color: #D4E1F1;
}
</style>
border-color css
<style>
span { border-color: #D4E1F1; }
span { border-color: rgb(212,225,241); }
td.TdClassName
{
border-color: #D4E1F1;
}
.TagClassName
{
border-color: #D4E1F1;
}
</style>