Shades of Hawkes Blue #DAE4F3
Tints of Hawkes Blue #DAE4F3
RGB
CMYK
RGB Variations
Color information
#DAE4F3 (or 0xDAE4F3) is known color: Hawkes Blue. HEX triplet: DA, E4 and F3. RGB value is (218,228,243). Sum of RGB (Red+Green+Blue) = 218+228+243=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAE4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE4F3 is #251B0C. Grayscale: #E2E2E2. Windows color (decimal): -2431757 or 15983834. OLE color: 15983834.
HSL color Cylindrical-coordinate representation of color #DAE4F3: hue angle of 216º degrees, saturation: 0.51, 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 #DAE4F3 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 228 | 243 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.05 |
| HSL | 216º | 0.51% | 0.9% | - |
| HSV(B) | 216º | 0.1% | 0.95% | - |
| XYZ | 72.83 | 76.86 | 95.79 | - |
| YUV | 226.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 243 | 0.10 | 0.06 | 0 | 0.05 | 216 | 0.51 | 0.9 |
| Hex | DA | E4 | F3 | A | 6 | 0 | 5 | D8 | 33 | 5A |
| Octal | 332 | 344 | 363 | 12 | 6 | 0 | 5 | 330 | 63 | 132 |
| Binary | 11011010 | 11100100 | 11110011 | 1010 | 110 | 0 | 101 | 11011000 | 110011 | 1011010 |
Color Harmonies of #DAE4F3
Complementary color
Monochromatic Colors of #DAE4F3
Black with #DAE4F3
Text Example
Text Example
White with #DAE4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4F3; }
p { color: rgb(218,228,243); }
H1.HeaderClassName
{
color: #DAE4F3;
}
.AnyTagClassName
{
color: #DAE4F3;
}
</style>
background-color css
<style>
a { background-color: #DAE4F3; }
a { background-color: rgb(218,228,243); }
div.DivClassName
{
background-color: #DAE4F3;
}
.BgClassName
{
background-color: #DAE4F3;
}
</style>
border-color css
<style>
span { border-color: #DAE4F3; }
span { border-color: rgb(218,228,243); }
td.TdClassName
{
border-color: #DAE4F3;
}
.TagClassName
{
border-color: #DAE4F3;
}
</style>