Shades of Hawkes Blue #DAE2EC
Tints of Hawkes Blue #DAE2EC
RGB
CMYK
RGB Variations
Color information
#DAE2EC (or 0xDAE2EC) is known color: Hawkes Blue. HEX triplet: DA, E2 and EC. RGB value is (218,226,236). Sum of RGB (Red+Green+Blue) = 218+226+236=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2EC is #251D13. Grayscale: #E0E0E0. Windows color (decimal): -2432276 or 15524570. OLE color: 15524570.
HSL color Cylindrical-coordinate representation of color #DAE2EC: hue angle of 213.33º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE2EC is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 226 | 236 | - |
CMYK | 0.08 | 0.04 | 0 | 0.07 |
HSL | 213.33º | 0.32% | 0.89% | - |
HSV(B) | 213.33º | 0.08% | 0.93% | - |
XYZ | 71.25 | 75.35 | 90.15 | - |
YUV | 224.75 | 134.35 | 123.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 226 | 236 | 0.08 | 0.04 | 0 | 0.07 | 213.33 | 0.32 | 0.89 |
Hex | DA | E2 | EC | 8 | 4 | 0 | 7 | D5 | 20 | 59 |
Octal | 332 | 342 | 354 | 10 | 4 | 0 | 7 | 325 | 40 | 131 |
Binary | 11011010 | 11100010 | 11101100 | 1000 | 100 | 0 | 111 | 11010101 | 100000 | 1011001 |
Color Harmonies of #DAE2EC
Complementary color
Monochromatic Colors of #DAE2EC
Black with #DAE2EC
Text Example
Text Example
White with #DAE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2EC; }
p { color: rgb(218,226,236); }
H1.HeaderClassName
{
color: #DAE2EC;
}
.AnyTagClassName
{
color: #DAE2EC;
}
</style>
background-color css
<style>
a { background-color: #DAE2EC; }
a { background-color: rgb(218,226,236); }
div.DivClassName
{
background-color: #DAE2EC;
}
.BgClassName
{
background-color: #DAE2EC;
}
</style>
border-color css
<style>
span { border-color: #DAE2EC; }
span { border-color: rgb(218,226,236); }
td.TdClassName
{
border-color: #DAE2EC;
}
.TagClassName
{
border-color: #DAE2EC;
}
</style>