Shades of Hawkes Blue #DAE3FE
Tints of Hawkes Blue #DAE3FE
RGB
CMYK
RGB Variations
Color information
#DAE3FE (or 0xDAE3FE) is known color: Hawkes Blue. HEX triplet: DA, E3 and FE. RGB value is (218,227,254). Sum of RGB (Red+Green+Blue) = 218+227+254=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 227 (89.06% from 255 or 32.47% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAE3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3FE is #251C01. Grayscale: #E3E3E3. Windows color (decimal): -2432002 or 16704474. OLE color: 16704474.
HSL color Cylindrical-coordinate representation of color #DAE3FE: hue angle of 225º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE3FE is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 227 | 254 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.00 |
| HSL | 225º | 0.95% | 0.93% | - |
| HSV(B) | 225º | 0.14% | 1% | - |
| XYZ | 74.27 | 77 | 104.71 | - |
| YUV | 227.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 254 | 0.14 | 0.11 | 0 | 0.00 | 225 | 0.95 | 0.93 |
| Hex | DA | E3 | FE | E | B | 0 | 0 | E1 | 5F | 5D |
| Octal | 332 | 343 | 376 | 16 | 13 | 0 | 0 | 341 | 137 | 135 |
| Binary | 11011010 | 11100011 | 11111110 | 1110 | 1011 | 0 | 0 | 11100001 | 1011111 | 1011101 |
Color Harmonies of #DAE3FE
Complementary color
Monochromatic Colors of #DAE3FE
Black with #DAE3FE
Text Example
Text Example
White with #DAE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3FE; }
p { color: rgb(218,227,254); }
H1.HeaderClassName
{
color: #DAE3FE;
}
.AnyTagClassName
{
color: #DAE3FE;
}
</style>
background-color css
<style>
a { background-color: #DAE3FE; }
a { background-color: rgb(218,227,254); }
div.DivClassName
{
background-color: #DAE3FE;
}
.BgClassName
{
background-color: #DAE3FE;
}
</style>
border-color css
<style>
span { border-color: #DAE3FE; }
span { border-color: rgb(218,227,254); }
td.TdClassName
{
border-color: #DAE3FE;
}
.TagClassName
{
border-color: #DAE3FE;
}
</style>