Shades of Hawkes Blue #DAE2F0
Tints of Hawkes Blue #DAE2F0
RGB
CMYK
RGB Variations
Color information
#DAE2F0 (or 0xDAE2F0) is known color: Hawkes Blue. HEX triplet: DA, E2 and F0. RGB value is (218,226,240). Sum of RGB (Red+Green+Blue) = 218+226+240=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAE2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2F0 is #251D0F. Grayscale: #E1E1E1. Windows color (decimal): -2432272 or 15786714. OLE color: 15786714.
HSL color Cylindrical-coordinate representation of color #DAE2F0: hue angle of 218.18º 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 #DAE2F0 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 226 | 240 | - |
CMYK | 0.09 | 0.06 | 0 | 0.06 |
HSL | 218.18º | 0.42% | 0.9% | - |
HSV(B) | 218.18º | 0.09% | 0.94% | - |
XYZ | 71.84 | 75.59 | 93.24 | - |
YUV | 225.2 | 136.35 | 122.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 226 | 240 | 0.09 | 0.06 | 0 | 0.06 | 218.18 | 0.42 | 0.9 |
Hex | DA | E2 | F0 | 9 | 6 | 0 | 6 | DA | 2A | 5A |
Octal | 332 | 342 | 360 | 11 | 6 | 0 | 6 | 332 | 52 | 132 |
Binary | 11011010 | 11100010 | 11110000 | 1001 | 110 | 0 | 110 | 11011010 | 101010 | 1011010 |
Color Harmonies of #DAE2F0
Complementary color
Monochromatic Colors of #DAE2F0
Black with #DAE2F0
Text Example
Text Example
White with #DAE2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2F0; }
p { color: rgb(218,226,240); }
H1.HeaderClassName
{
color: #DAE2F0;
}
.AnyTagClassName
{
color: #DAE2F0;
}
</style>
background-color css
<style>
a { background-color: #DAE2F0; }
a { background-color: rgb(218,226,240); }
div.DivClassName
{
background-color: #DAE2F0;
}
.BgClassName
{
background-color: #DAE2F0;
}
</style>
border-color css
<style>
span { border-color: #DAE2F0; }
span { border-color: rgb(218,226,240); }
td.TdClassName
{
border-color: #DAE2F0;
}
.TagClassName
{
border-color: #DAE2F0;
}
</style>