Shades of Hawkes Blue #DAE2F1
Tints of Hawkes Blue #DAE2F1
RGB
CMYK
RGB Variations
Color information
#DAE2F1 (or 0xDAE2F1) is known color: Hawkes Blue. HEX triplet: DA, E2 and F1. RGB value is (218,226,241). Sum of RGB (Red+Green+Blue) = 218+226+241=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAE2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2F1 is #251D0E. Grayscale: #E1E1E1. Windows color (decimal): -2432271 or 15852250. OLE color: 15852250.
HSL color Cylindrical-coordinate representation of color #DAE2F1: hue angle of 219.13º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE2F1 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 226 | 241 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.05 |
| HSL | 219.13º | 0.45% | 0.9% | - |
| HSV(B) | 219.13º | 0.1% | 0.95% | - |
| XYZ | 71.99 | 75.65 | 94.03 | - |
| YUV | 225.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 241 | 0.10 | 0.06 | 0 | 0.05 | 219.13 | 0.45 | 0.9 |
| Hex | DA | E2 | F1 | A | 6 | 0 | 5 | DB | 2D | 5A |
| Octal | 332 | 342 | 361 | 12 | 6 | 0 | 5 | 333 | 55 | 132 |
| Binary | 11011010 | 11100010 | 11110001 | 1010 | 110 | 0 | 101 | 11011011 | 101101 | 1011010 |
Color Harmonies of #DAE2F1
Complementary color
Monochromatic Colors of #DAE2F1
Black with #DAE2F1
Text Example
Text Example
White with #DAE2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2F1; }
p { color: rgb(218,226,241); }
H1.HeaderClassName
{
color: #DAE2F1;
}
.AnyTagClassName
{
color: #DAE2F1;
}
</style>
background-color css
<style>
a { background-color: #DAE2F1; }
a { background-color: rgb(218,226,241); }
div.DivClassName
{
background-color: #DAE2F1;
}
.BgClassName
{
background-color: #DAE2F1;
}
</style>
border-color css
<style>
span { border-color: #DAE2F1; }
span { border-color: rgb(218,226,241); }
td.TdClassName
{
border-color: #DAE2F1;
}
.TagClassName
{
border-color: #DAE2F1;
}
</style>