Shades of Hawkes Blue #DAE2F9
Tints of Hawkes Blue #DAE2F9
RGB
CMYK
RGB Variations
Color information
#DAE2F9 (or 0xDAE2F9) is known color: Hawkes Blue. HEX triplet: DA, E2 and F9. RGB value is (218,226,249). Sum of RGB (Red+Green+Blue) = 218+226+249=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 226 (88.67% from 255 or 32.61% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAE2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2F9 is #251D06. Grayscale: #E2E2E2. Windows color (decimal): -2432263 or 16376538. OLE color: 16376538.
HSL color Cylindrical-coordinate representation of color #DAE2F9: hue angle of 224.52º 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 #DAE2F9 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 226 | 249 | - |
CMYK | 0.12 | 0.09 | 0 | 0.02 |
HSL | 224.52º | 0.72% | 0.92% | - |
HSV(B) | 224.52º | 0.12% | 0.98% | - |
XYZ | 73.21 | 76.14 | 100.46 | - |
YUV | 226.23 | 140.85 | 122.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 226 | 249 | 0.12 | 0.09 | 0 | 0.02 | 224.52 | 0.72 | 0.92 |
Hex | DA | E2 | F9 | C | 9 | 0 | 2 | E1 | 48 | 5C |
Octal | 332 | 342 | 371 | 14 | 11 | 0 | 2 | 341 | 110 | 134 |
Binary | 11011010 | 11100010 | 11111001 | 1100 | 1001 | 0 | 10 | 11100001 | 1001000 | 1011100 |
Color Harmonies of #DAE2F9
Complementary color
Monochromatic Colors of #DAE2F9
Black with #DAE2F9
Text Example
Text Example
White with #DAE2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2F9; }
p { color: rgb(218,226,249); }
H1.HeaderClassName
{
color: #DAE2F9;
}
.AnyTagClassName
{
color: #DAE2F9;
}
</style>
background-color css
<style>
a { background-color: #DAE2F9; }
a { background-color: rgb(218,226,249); }
div.DivClassName
{
background-color: #DAE2F9;
}
.BgClassName
{
background-color: #DAE2F9;
}
</style>
border-color css
<style>
span { border-color: #DAE2F9; }
span { border-color: rgb(218,226,249); }
td.TdClassName
{
border-color: #DAE2F9;
}
.TagClassName
{
border-color: #DAE2F9;
}
</style>