Shades of Hawkes Blue #DAE4F7
Tints of Hawkes Blue #DAE4F7
RGB
CMYK
RGB Variations
Color information
#DAE4F7 (or 0xDAE4F7) is known color: Hawkes Blue. HEX triplet: DA, E4 and F7. RGB value is (218,228,247). Sum of RGB (Red+Green+Blue) = 218+228+247=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 228 (89.45% from 255 or 32.90% from 693); Blue value is 247 (96.88% from 255 or 35.64% from 693); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAE4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE4F7 is #251B08. Grayscale: #E3E3E3. Windows color (decimal): -2431753 or 16245978. OLE color: 16245978.
HSL color Cylindrical-coordinate representation of color #DAE4F7: hue angle of 219.31º 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 #DAE4F7 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 228 | 247 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.03 |
| HSL | 219.31º | 0.64% | 0.91% | - |
| HSV(B) | 219.31º | 0.12% | 0.97% | - |
| XYZ | 73.45 | 77.11 | 99.01 | - |
| YUV | 227.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 247 | 0.12 | 0.08 | 0 | 0.03 | 219.31 | 0.64 | 0.91 |
| Hex | DA | E4 | F7 | C | 8 | 0 | 3 | DB | 40 | 5B |
| Octal | 332 | 344 | 367 | 14 | 10 | 0 | 3 | 333 | 100 | 133 |
| Binary | 11011010 | 11100100 | 11110111 | 1100 | 1000 | 0 | 11 | 11011011 | 1000000 | 1011011 |
Color Harmonies of #DAE4F7
Complementary color
Monochromatic Colors of #DAE4F7
Black with #DAE4F7
Text Example
Text Example
White with #DAE4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4F7; }
p { color: rgb(218,228,247); }
H1.HeaderClassName
{
color: #DAE4F7;
}
.AnyTagClassName
{
color: #DAE4F7;
}
</style>
background-color css
<style>
a { background-color: #DAE4F7; }
a { background-color: rgb(218,228,247); }
div.DivClassName
{
background-color: #DAE4F7;
}
.BgClassName
{
background-color: #DAE4F7;
}
</style>
border-color css
<style>
span { border-color: #DAE4F7; }
span { border-color: rgb(218,228,247); }
td.TdClassName
{
border-color: #DAE4F7;
}
.TagClassName
{
border-color: #DAE4F7;
}
</style>