Shades of Hawkes Blue #DAE0F1
Tints of Hawkes Blue #DAE0F1
RGB
CMYK
RGB Variations
Color information
#DAE0F1 (or 0xDAE0F1) is known color: Hawkes Blue. HEX triplet: DA, E0 and F1. RGB value is (218,224,241). Sum of RGB (Red+Green+Blue) = 218+224+241=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAE0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0F1 is #251F0E. Grayscale: #E0E0E0. Windows color (decimal): -2432783 or 15851738. OLE color: 15851738.
HSL color Cylindrical-coordinate representation of color #DAE0F1: hue angle of 224.35º 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 #DAE0F1 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 224 | 241 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.05 |
| HSL | 224.35º | 0.45% | 0.9% | - |
| HSV(B) | 224.35º | 0.1% | 0.95% | - |
| XYZ | 71.45 | 74.57 | 93.85 | - |
| YUV | 224.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 241 | 0.10 | 0.07 | 0 | 0.05 | 224.35 | 0.45 | 0.9 |
| Hex | DA | E0 | F1 | A | 7 | 0 | 5 | E0 | 2D | 5A |
| Octal | 332 | 340 | 361 | 12 | 7 | 0 | 5 | 340 | 55 | 132 |
| Binary | 11011010 | 11100000 | 11110001 | 1010 | 111 | 0 | 101 | 11100000 | 101101 | 1011010 |
Color Harmonies of #DAE0F1
Complementary color
Monochromatic Colors of #DAE0F1
Black with #DAE0F1
Text Example
Text Example
White with #DAE0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0F1; }
p { color: rgb(218,224,241); }
H1.HeaderClassName
{
color: #DAE0F1;
}
.AnyTagClassName
{
color: #DAE0F1;
}
</style>
background-color css
<style>
a { background-color: #DAE0F1; }
a { background-color: rgb(218,224,241); }
div.DivClassName
{
background-color: #DAE0F1;
}
.BgClassName
{
background-color: #DAE0F1;
}
</style>
border-color css
<style>
span { border-color: #DAE0F1; }
span { border-color: rgb(218,224,241); }
td.TdClassName
{
border-color: #DAE0F1;
}
.TagClassName
{
border-color: #DAE0F1;
}
</style>