Shades of Hawkes Blue #DAE3F8
Tints of Hawkes Blue #DAE3F8
RGB
CMYK
RGB Variations
Color information
#DAE3F8 (or 0xDAE3F8) is known color: Hawkes Blue. HEX triplet: DA, E3 and F8. RGB value is (218,227,248). Sum of RGB (Red+Green+Blue) = 218+227+248=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 227 (89.06% from 255 or 32.76% from 693); Blue value is 248 (97.27% from 255 or 35.79% from 693); Max value from RGB is 248 - color contains mainly: blue. Hex color #DAE3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3F8 is #251C07. Grayscale: #E2E2E2. Windows color (decimal): -2432008 or 16311258. OLE color: 16311258.
HSL color Cylindrical-coordinate representation of color #DAE3F8: hue angle of 222º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE3F8 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 227 | 248 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.03 |
| HSL | 222º | 0.68% | 0.91% | - |
| HSV(B) | 222º | 0.12% | 0.97% | - |
| XYZ | 73.33 | 76.62 | 99.73 | - |
| YUV | 226.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 248 | 0.12 | 0.08 | 0 | 0.03 | 222 | 0.68 | 0.91 |
| Hex | DA | E3 | F8 | C | 8 | 0 | 3 | DE | 44 | 5B |
| Octal | 332 | 343 | 370 | 14 | 10 | 0 | 3 | 336 | 104 | 133 |
| Binary | 11011010 | 11100011 | 11111000 | 1100 | 1000 | 0 | 11 | 11011110 | 1000100 | 1011011 |
Color Harmonies of #DAE3F8
Complementary color
Monochromatic Colors of #DAE3F8
Black with #DAE3F8
Text Example
Text Example
White with #DAE3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3F8; }
p { color: rgb(218,227,248); }
H1.HeaderClassName
{
color: #DAE3F8;
}
.AnyTagClassName
{
color: #DAE3F8;
}
</style>
background-color css
<style>
a { background-color: #DAE3F8; }
a { background-color: rgb(218,227,248); }
div.DivClassName
{
background-color: #DAE3F8;
}
.BgClassName
{
background-color: #DAE3F8;
}
</style>
border-color css
<style>
span { border-color: #DAE3F8; }
span { border-color: rgb(218,227,248); }
td.TdClassName
{
border-color: #DAE3F8;
}
.TagClassName
{
border-color: #DAE3F8;
}
</style>