Shades of Hawkes Blue #DAE3F9
Tints of Hawkes Blue #DAE3F9
RGB
CMYK
RGB Variations
Color information
#DAE3F9 (or 0xDAE3F9) is known color: Hawkes Blue. HEX triplet: DA, E3 and F9. RGB value is (218,227,249). Sum of RGB (Red+Green+Blue) = 218+227+249=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 227 (89.06% from 255 or 32.71% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAE3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3F9 is #251C06. Grayscale: #E2E2E2. Windows color (decimal): -2432007 or 16376794. OLE color: 16376794.
HSL color Cylindrical-coordinate representation of color #DAE3F9: hue angle of 222.58º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE3F9 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 227 | 249 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.02 |
| HSL | 222.58º | 0.72% | 0.92% | - |
| HSV(B) | 222.58º | 0.12% | 0.98% | - |
| XYZ | 73.48 | 76.68 | 100.55 | - |
| YUV | 226.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 249 | 0.12 | 0.09 | 0 | 0.02 | 222.58 | 0.72 | 0.92 |
| Hex | DA | E3 | F9 | C | 9 | 0 | 2 | DF | 48 | 5C |
| Octal | 332 | 343 | 371 | 14 | 11 | 0 | 2 | 337 | 110 | 134 |
| Binary | 11011010 | 11100011 | 11111001 | 1100 | 1001 | 0 | 10 | 11011111 | 1001000 | 1011100 |
Color Harmonies of #DAE3F9
Complementary color
Monochromatic Colors of #DAE3F9
Black with #DAE3F9
Text Example
Text Example
White with #DAE3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3F9; }
p { color: rgb(218,227,249); }
H1.HeaderClassName
{
color: #DAE3F9;
}
.AnyTagClassName
{
color: #DAE3F9;
}
</style>
background-color css
<style>
a { background-color: #DAE3F9; }
a { background-color: rgb(218,227,249); }
div.DivClassName
{
background-color: #DAE3F9;
}
.BgClassName
{
background-color: #DAE3F9;
}
</style>
border-color css
<style>
span { border-color: #DAE3F9; }
span { border-color: rgb(218,227,249); }
td.TdClassName
{
border-color: #DAE3F9;
}
.TagClassName
{
border-color: #DAE3F9;
}
</style>