Shades of Hawkes Blue #DAE4F6
Tints of Hawkes Blue #DAE4F6
RGB
CMYK
RGB Variations
Color information
#DAE4F6 (or 0xDAE4F6) is known color: Hawkes Blue. HEX triplet: DA, E4 and F6. RGB value is (218,228,246). Sum of RGB (Red+Green+Blue) = 218+228+246=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 228 (89.45% from 255 or 32.95% from 692); Blue value is 246 (96.48% from 255 or 35.55% from 692); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAE4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE4F6 is #251B09. Grayscale: #E2E2E2. Windows color (decimal): -2431754 or 16180442. OLE color: 16180442.
HSL color Cylindrical-coordinate representation of color #DAE4F6: hue angle of 218.57º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAE4F6 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 228 | 246 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.04 |
| HSL | 218.57º | 0.61% | 0.91% | - |
| HSV(B) | 218.57º | 0.11% | 0.96% | - |
| XYZ | 73.29 | 77.05 | 98.2 | - |
| YUV | 227.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 246 | 0.11 | 0.07 | 0 | 0.04 | 218.57 | 0.61 | 0.91 |
| Hex | DA | E4 | F6 | B | 7 | 0 | 4 | DB | 3D | 5B |
| Octal | 332 | 344 | 366 | 13 | 7 | 0 | 4 | 333 | 75 | 133 |
| Binary | 11011010 | 11100100 | 11110110 | 1011 | 111 | 0 | 100 | 11011011 | 111101 | 1011011 |
Color Harmonies of #DAE4F6
Complementary color
Monochromatic Colors of #DAE4F6
Black with #DAE4F6
Text Example
Text Example
White with #DAE4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4F6; }
p { color: rgb(218,228,246); }
H1.HeaderClassName
{
color: #DAE4F6;
}
.AnyTagClassName
{
color: #DAE4F6;
}
</style>
background-color css
<style>
a { background-color: #DAE4F6; }
a { background-color: rgb(218,228,246); }
div.DivClassName
{
background-color: #DAE4F6;
}
.BgClassName
{
background-color: #DAE4F6;
}
</style>
border-color css
<style>
span { border-color: #DAE4F6; }
span { border-color: rgb(218,228,246); }
td.TdClassName
{
border-color: #DAE4F6;
}
.TagClassName
{
border-color: #DAE4F6;
}
</style>