Shades of Hawkes Blue #DAE3EF
Tints of Hawkes Blue #DAE3EF
RGB
CMYK
RGB Variations
Color information
#DAE3EF (or 0xDAE3EF) is known color: Hawkes Blue. HEX triplet: DA, E3 and EF. RGB value is (218,227,239). Sum of RGB (Red+Green+Blue) = 218+227+239=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3EF is #251C10. Grayscale: #E1E1E1. Windows color (decimal): -2432017 or 15721434. OLE color: 15721434.
HSL color Cylindrical-coordinate representation of color #DAE3EF: hue angle of 214.29º degrees, saturation: 0.4, 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 #DAE3EF is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 227 | 239 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.06 |
| HSL | 214.29º | 0.4% | 0.9% | - |
| HSV(B) | 214.29º | 0.09% | 0.94% | - |
| XYZ | 71.96 | 76.08 | 92.55 | - |
| YUV | 225.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 239 | 0.09 | 0.05 | 0 | 0.06 | 214.29 | 0.4 | 0.9 |
| Hex | DA | E3 | EF | 9 | 5 | 0 | 6 | D6 | 28 | 5A |
| Octal | 332 | 343 | 357 | 11 | 5 | 0 | 6 | 326 | 50 | 132 |
| Binary | 11011010 | 11100011 | 11101111 | 1001 | 101 | 0 | 110 | 11010110 | 101000 | 1011010 |
Color Harmonies of #DAE3EF
Complementary color
Monochromatic Colors of #DAE3EF
Black with #DAE3EF
Text Example
Text Example
White with #DAE3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3EF; }
p { color: rgb(218,227,239); }
H1.HeaderClassName
{
color: #DAE3EF;
}
.AnyTagClassName
{
color: #DAE3EF;
}
</style>
background-color css
<style>
a { background-color: #DAE3EF; }
a { background-color: rgb(218,227,239); }
div.DivClassName
{
background-color: #DAE3EF;
}
.BgClassName
{
background-color: #DAE3EF;
}
</style>
border-color css
<style>
span { border-color: #DAE3EF; }
span { border-color: rgb(218,227,239); }
td.TdClassName
{
border-color: #DAE3EF;
}
.TagClassName
{
border-color: #DAE3EF;
}
</style>