Shades of Hawkes Blue #DAE1F0
Tints of Hawkes Blue #DAE1F0
RGB
CMYK
RGB Variations
Color information
#DAE1F0 (or 0xDAE1F0) is known color: Hawkes Blue. HEX triplet: DA, E1 and F0. RGB value is (218,225,240). Sum of RGB (Red+Green+Blue) = 218+225+240=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAE1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE1F0 is #251E0F. Grayscale: #E0E0E0. Windows color (decimal): -2432528 or 15786458. OLE color: 15786458.
HSL color Cylindrical-coordinate representation of color #DAE1F0: hue angle of 220.91º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAE1F0 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 225 | 240 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.06 |
| HSL | 220.91º | 0.42% | 0.9% | - |
| HSV(B) | 220.91º | 0.09% | 0.94% | - |
| XYZ | 71.57 | 75.05 | 93.15 | - |
| YUV | 224.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 240 | 0.09 | 0.06 | 0 | 0.06 | 220.91 | 0.42 | 0.9 |
| Hex | DA | E1 | F0 | 9 | 6 | 0 | 6 | DD | 2A | 5A |
| Octal | 332 | 341 | 360 | 11 | 6 | 0 | 6 | 335 | 52 | 132 |
| Binary | 11011010 | 11100001 | 11110000 | 1001 | 110 | 0 | 110 | 11011101 | 101010 | 1011010 |
Color Harmonies of #DAE1F0
Complementary color
Monochromatic Colors of #DAE1F0
Black with #DAE1F0
Text Example
Text Example
White with #DAE1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1F0; }
p { color: rgb(218,225,240); }
H1.HeaderClassName
{
color: #DAE1F0;
}
.AnyTagClassName
{
color: #DAE1F0;
}
</style>
background-color css
<style>
a { background-color: #DAE1F0; }
a { background-color: rgb(218,225,240); }
div.DivClassName
{
background-color: #DAE1F0;
}
.BgClassName
{
background-color: #DAE1F0;
}
</style>
border-color css
<style>
span { border-color: #DAE1F0; }
span { border-color: rgb(218,225,240); }
td.TdClassName
{
border-color: #DAE1F0;
}
.TagClassName
{
border-color: #DAE1F0;
}
</style>