Shades of Hawkes Blue #DAE0F2
Tints of Hawkes Blue #DAE0F2
RGB
CMYK
RGB Variations
Color information
#DAE0F2 (or 0xDAE0F2) is known color: Hawkes Blue. HEX triplet: DA, E0 and F2. RGB value is (218,224,242). Sum of RGB (Red+Green+Blue) = 218+224+242=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAE0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0F2 is #251F0D. Grayscale: #E0E0E0. Windows color (decimal): -2432782 or 15917274. OLE color: 15917274.
HSL color Cylindrical-coordinate representation of color #DAE0F2: hue angle of 225º degrees, saturation: 0.48, 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 #DAE0F2 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 224 | 242 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.05 |
| HSL | 225º | 0.48% | 0.9% | - |
| HSV(B) | 225º | 0.1% | 0.95% | - |
| XYZ | 71.6 | 74.63 | 94.64 | - |
| YUV | 224.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 242 | 0.10 | 0.07 | 0 | 0.05 | 225 | 0.48 | 0.9 |
| Hex | DA | E0 | F2 | A | 7 | 0 | 5 | E1 | 30 | 5A |
| Octal | 332 | 340 | 362 | 12 | 7 | 0 | 5 | 341 | 60 | 132 |
| Binary | 11011010 | 11100000 | 11110010 | 1010 | 111 | 0 | 101 | 11100001 | 110000 | 1011010 |
Color Harmonies of #DAE0F2
Complementary color
Monochromatic Colors of #DAE0F2
Black with #DAE0F2
Text Example
Text Example
White with #DAE0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0F2; }
p { color: rgb(218,224,242); }
H1.HeaderClassName
{
color: #DAE0F2;
}
.AnyTagClassName
{
color: #DAE0F2;
}
</style>
background-color css
<style>
a { background-color: #DAE0F2; }
a { background-color: rgb(218,224,242); }
div.DivClassName
{
background-color: #DAE0F2;
}
.BgClassName
{
background-color: #DAE0F2;
}
</style>
border-color css
<style>
span { border-color: #DAE0F2; }
span { border-color: rgb(218,224,242); }
td.TdClassName
{
border-color: #DAE0F2;
}
.TagClassName
{
border-color: #DAE0F2;
}
</style>