Shades of Hawkes Blue #DAE1F6
Tints of Hawkes Blue #DAE1F6
RGB
CMYK
RGB Variations
Color information
#DAE1F6 (or 0xDAE1F6) is known color: Hawkes Blue. HEX triplet: DA, E1 and F6. RGB value is (218,225,246). Sum of RGB (Red+Green+Blue) = 218+225+246=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 225 (88.28% from 255 or 32.66% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAE1F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE1F6 is #251E09. Grayscale: #E1E1E1. Windows color (decimal): -2432522 or 16179674. OLE color: 16179674.
HSL color Cylindrical-coordinate representation of color #DAE1F6: hue angle of 225º 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 #DAE1F6 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 225 | 246 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.04 |
| HSL | 225º | 0.61% | 0.91% | - |
| HSV(B) | 225º | 0.11% | 0.96% | - |
| XYZ | 72.47 | 75.41 | 97.92 | - |
| YUV | 225.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 246 | 0.11 | 0.09 | 0 | 0.04 | 225 | 0.61 | 0.91 |
| Hex | DA | E1 | F6 | B | 9 | 0 | 4 | E1 | 3D | 5B |
| Octal | 332 | 341 | 366 | 13 | 11 | 0 | 4 | 341 | 75 | 133 |
| Binary | 11011010 | 11100001 | 11110110 | 1011 | 1001 | 0 | 100 | 11100001 | 111101 | 1011011 |
Color Harmonies of #DAE1F6
Complementary color
Monochromatic Colors of #DAE1F6
Black with #DAE1F6
Text Example
Text Example
White with #DAE1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1F6; }
p { color: rgb(218,225,246); }
H1.HeaderClassName
{
color: #DAE1F6;
}
.AnyTagClassName
{
color: #DAE1F6;
}
</style>
background-color css
<style>
a { background-color: #DAE1F6; }
a { background-color: rgb(218,225,246); }
div.DivClassName
{
background-color: #DAE1F6;
}
.BgClassName
{
background-color: #DAE1F6;
}
</style>
border-color css
<style>
span { border-color: #DAE1F6; }
span { border-color: rgb(218,225,246); }
td.TdClassName
{
border-color: #DAE1F6;
}
.TagClassName
{
border-color: #DAE1F6;
}
</style>