Shades of Hawkes Blue #DAE0EA
Tints of Hawkes Blue #DAE0EA
RGB
CMYK
RGB Variations
Color information
#DAE0EA (or 0xDAE0EA) is known color: Hawkes Blue. HEX triplet: DA, E0 and EA. RGB value is (218,224,234). Sum of RGB (Red+Green+Blue) = 218+224+234=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0EA is #251F15. Grayscale: #DFDFDF. Windows color (decimal): -2432790 or 15392986. OLE color: 15392986.
HSL color Cylindrical-coordinate representation of color #DAE0EA: hue angle of 217.5º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAE0EA is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 224 | 234 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.08 |
| HSL | 217.5º | 0.28% | 0.89% | - |
| HSV(B) | 217.5º | 0.07% | 0.92% | - |
| XYZ | 70.42 | 74.16 | 88.44 | - |
| YUV | 223.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 234 | 0.07 | 0.04 | 0 | 0.08 | 217.5 | 0.28 | 0.89 |
| Hex | DA | E0 | EA | 7 | 4 | 0 | 8 | DA | 1C | 59 |
| Octal | 332 | 340 | 352 | 7 | 4 | 0 | 10 | 332 | 34 | 131 |
| Binary | 11011010 | 11100000 | 11101010 | 111 | 100 | 0 | 1000 | 11011010 | 11100 | 1011001 |
Color Harmonies of #DAE0EA
Complementary color
Monochromatic Colors of #DAE0EA
Black with #DAE0EA
Text Example
Text Example
White with #DAE0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0EA; }
p { color: rgb(218,224,234); }
H1.HeaderClassName
{
color: #DAE0EA;
}
.AnyTagClassName
{
color: #DAE0EA;
}
</style>
background-color css
<style>
a { background-color: #DAE0EA; }
a { background-color: rgb(218,224,234); }
div.DivClassName
{
background-color: #DAE0EA;
}
.BgClassName
{
background-color: #DAE0EA;
}
</style>
border-color css
<style>
span { border-color: #DAE0EA; }
span { border-color: rgb(218,224,234); }
td.TdClassName
{
border-color: #DAE0EA;
}
.TagClassName
{
border-color: #DAE0EA;
}
</style>