Shades of Hawkes Blue #DAE1EC
Tints of Hawkes Blue #DAE1EC
RGB
CMYK
RGB Variations
Color information
#DAE1EC (or 0xDAE1EC) is known color: Hawkes Blue. HEX triplet: DA, E1 and EC. RGB value is (218,225,236). Sum of RGB (Red+Green+Blue) = 218+225+236=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE1EC is #251E13. Grayscale: #E0E0E0. Windows color (decimal): -2432532 or 15524314. OLE color: 15524314.
HSL color Cylindrical-coordinate representation of color #DAE1EC: hue angle of 216.67º 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 #DAE1EC is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 225 | 236 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.07 |
| HSL | 216.67º | 0.32% | 0.89% | - |
| HSV(B) | 216.67º | 0.08% | 0.93% | - |
| XYZ | 70.98 | 74.81 | 90.06 | - |
| YUV | 224.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 236 | 0.08 | 0.05 | 0 | 0.07 | 216.67 | 0.32 | 0.89 |
| Hex | DA | E1 | EC | 8 | 5 | 0 | 7 | D9 | 20 | 59 |
| Octal | 332 | 341 | 354 | 10 | 5 | 0 | 7 | 331 | 40 | 131 |
| Binary | 11011010 | 11100001 | 11101100 | 1000 | 101 | 0 | 111 | 11011001 | 100000 | 1011001 |
Color Harmonies of #DAE1EC
Complementary color
Monochromatic Colors of #DAE1EC
Black with #DAE1EC
Text Example
Text Example
White with #DAE1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1EC; }
p { color: rgb(218,225,236); }
H1.HeaderClassName
{
color: #DAE1EC;
}
.AnyTagClassName
{
color: #DAE1EC;
}
</style>
background-color css
<style>
a { background-color: #DAE1EC; }
a { background-color: rgb(218,225,236); }
div.DivClassName
{
background-color: #DAE1EC;
}
.BgClassName
{
background-color: #DAE1EC;
}
</style>
border-color css
<style>
span { border-color: #DAE1EC; }
span { border-color: rgb(218,225,236); }
td.TdClassName
{
border-color: #DAE1EC;
}
.TagClassName
{
border-color: #DAE1EC;
}
</style>