Shades of Hawkes Blue #DAE2EF
Tints of Hawkes Blue #DAE2EF
RGB
CMYK
RGB Variations
Color information
#DAE2EF (or 0xDAE2EF) is known color: Hawkes Blue. HEX triplet: DA, E2 and EF. RGB value is (218,226,239). Sum of RGB (Red+Green+Blue) = 218+226+239=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2EF is #251D10. Grayscale: #E1E1E1. Windows color (decimal): -2432273 or 15721178. OLE color: 15721178.
HSL color Cylindrical-coordinate representation of color #DAE2EF: hue angle of 217.14º 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 #DAE2EF is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 226 | 239 | - |
CMYK | 0.09 | 0.05 | 0 | 0.06 |
HSL | 217.14º | 0.4% | 0.9% | - |
HSV(B) | 217.14º | 0.09% | 0.94% | - |
XYZ | 71.69 | 75.53 | 92.46 | - |
YUV | 225.09 | 135.85 | 122.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 226 | 239 | 0.09 | 0.05 | 0 | 0.06 | 217.14 | 0.4 | 0.9 |
Hex | DA | E2 | EF | 9 | 5 | 0 | 6 | D9 | 28 | 5A |
Octal | 332 | 342 | 357 | 11 | 5 | 0 | 6 | 331 | 50 | 132 |
Binary | 11011010 | 11100010 | 11101111 | 1001 | 101 | 0 | 110 | 11011001 | 101000 | 1011010 |
Color Harmonies of #DAE2EF
Complementary color
Monochromatic Colors of #DAE2EF
Black with #DAE2EF
Text Example
Text Example
White with #DAE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2EF; }
p { color: rgb(218,226,239); }
H1.HeaderClassName
{
color: #DAE2EF;
}
.AnyTagClassName
{
color: #DAE2EF;
}
</style>
background-color css
<style>
a { background-color: #DAE2EF; }
a { background-color: rgb(218,226,239); }
div.DivClassName
{
background-color: #DAE2EF;
}
.BgClassName
{
background-color: #DAE2EF;
}
</style>
border-color css
<style>
span { border-color: #DAE2EF; }
span { border-color: rgb(218,226,239); }
td.TdClassName
{
border-color: #DAE2EF;
}
.TagClassName
{
border-color: #DAE2EF;
}
</style>