Shades of Hawkes Blue #DAE0F7
Tints of Hawkes Blue #DAE0F7
RGB
CMYK
RGB Variations
Color information
#DAE0F7 (or 0xDAE0F7) is known color: Hawkes Blue. HEX triplet: DA, E0 and F7. RGB value is (218,224,247). Sum of RGB (Red+Green+Blue) = 218+224+247=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 224 (87.89% from 255 or 32.51% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAE0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0F7 is #251F08. Grayscale: #E0E0E0. Windows color (decimal): -2432777 or 16244954. OLE color: 16244954.
HSL color Cylindrical-coordinate representation of color #DAE0F7: hue angle of 227.59º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE0F7 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 224 | 247 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.03 |
| HSL | 227.59º | 0.64% | 0.91% | - |
| HSV(B) | 227.59º | 0.12% | 0.97% | - |
| XYZ | 72.36 | 74.93 | 98.65 | - |
| YUV | 224.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 247 | 0.12 | 0.09 | 0 | 0.03 | 227.59 | 0.64 | 0.91 |
| Hex | DA | E0 | F7 | C | 9 | 0 | 3 | E4 | 40 | 5B |
| Octal | 332 | 340 | 367 | 14 | 11 | 0 | 3 | 344 | 100 | 133 |
| Binary | 11011010 | 11100000 | 11110111 | 1100 | 1001 | 0 | 11 | 11100100 | 1000000 | 1011011 |
Color Harmonies of #DAE0F7
Complementary color
Monochromatic Colors of #DAE0F7
Black with #DAE0F7
Text Example
Text Example
White with #DAE0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0F7; }
p { color: rgb(218,224,247); }
H1.HeaderClassName
{
color: #DAE0F7;
}
.AnyTagClassName
{
color: #DAE0F7;
}
</style>
background-color css
<style>
a { background-color: #DAE0F7; }
a { background-color: rgb(218,224,247); }
div.DivClassName
{
background-color: #DAE0F7;
}
.BgClassName
{
background-color: #DAE0F7;
}
</style>
border-color css
<style>
span { border-color: #DAE0F7; }
span { border-color: rgb(218,224,247); }
td.TdClassName
{
border-color: #DAE0F7;
}
.TagClassName
{
border-color: #DAE0F7;
}
</style>