Shades of Hawkes Blue #DAE1F1
Tints of Hawkes Blue #DAE1F1
RGB
CMYK
RGB Variations
Color information
#DAE1F1 (or 0xDAE1F1) is known color: Hawkes Blue. HEX triplet: DA, E1 and F1. RGB value is (218,225,241). Sum of RGB (Red+Green+Blue) = 218+225+241=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAE1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE1F1 is #251E0E. Grayscale: #E0E0E0. Windows color (decimal): -2432527 or 15851994. OLE color: 15851994.
HSL color Cylindrical-coordinate representation of color #DAE1F1: hue angle of 221.74º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE1F1 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 225 | 241 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.05 |
| HSL | 221.74º | 0.45% | 0.9% | - |
| HSV(B) | 221.74º | 0.1% | 0.95% | - |
| XYZ | 71.72 | 75.11 | 93.94 | - |
| YUV | 224.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 241 | 0.10 | 0.07 | 0 | 0.05 | 221.74 | 0.45 | 0.9 |
| Hex | DA | E1 | F1 | A | 7 | 0 | 5 | DE | 2D | 5A |
| Octal | 332 | 341 | 361 | 12 | 7 | 0 | 5 | 336 | 55 | 132 |
| Binary | 11011010 | 11100001 | 11110001 | 1010 | 111 | 0 | 101 | 11011110 | 101101 | 1011010 |
Color Harmonies of #DAE1F1
Complementary color
Monochromatic Colors of #DAE1F1
Black with #DAE1F1
Text Example
Text Example
White with #DAE1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1F1; }
p { color: rgb(218,225,241); }
H1.HeaderClassName
{
color: #DAE1F1;
}
.AnyTagClassName
{
color: #DAE1F1;
}
</style>
background-color css
<style>
a { background-color: #DAE1F1; }
a { background-color: rgb(218,225,241); }
div.DivClassName
{
background-color: #DAE1F1;
}
.BgClassName
{
background-color: #DAE1F1;
}
</style>
border-color css
<style>
span { border-color: #DAE1F1; }
span { border-color: rgb(218,225,241); }
td.TdClassName
{
border-color: #DAE1F1;
}
.TagClassName
{
border-color: #DAE1F1;
}
</style>