Shades of Hawkes Blue #DAE4FF
Tints of Hawkes Blue #DAE4FF
RGB
CMYK
RGB Variations
Color information
#DAE4FF (or 0xDAE4FF) is known color: Hawkes Blue. HEX triplet: DA, E4 and FF. RGB value is (218,228,255). Sum of RGB (Red+Green+Blue) = 218+228+255=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 228 (89.45% from 255 or 32.52% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE4FF is #251B00. Grayscale: #E3E3E3. Windows color (decimal): -2431745 or 16770266. OLE color: 16770266.
HSL color Cylindrical-coordinate representation of color #DAE4FF: hue angle of 223.78º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAE4FF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 228 | 255 | - |
| CMYK | 0.15 | 0.11 | 0 | 0 |
| HSL | 223.78º | 1% | 0.93% | - |
| HSV(B) | 223.78º | 0.15% | 1% | - |
| XYZ | 74.71 | 77.61 | 105.65 | - |
| YUV | 228.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 255 | 0.15 | 0.11 | 0 | 0 | 223.78 | 1 | 0.93 |
| Hex | DA | E4 | FF | F | B | 0 | 0 | E0 | 64 | 5D |
| Octal | 332 | 344 | 377 | 17 | 13 | 0 | 0 | 340 | 144 | 135 |
| Binary | 11011010 | 11100100 | 11111111 | 1111 | 1011 | 0 | 0 | 11100000 | 1100100 | 1011101 |
Color Harmonies of #DAE4FF
Complementary color
Monochromatic Colors of #DAE4FF
Black with #DAE4FF
Text Example
Text Example
White with #DAE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4FF; }
p { color: rgb(218,228,255); }
H1.HeaderClassName
{
color: #DAE4FF;
}
.AnyTagClassName
{
color: #DAE4FF;
}
</style>
background-color css
<style>
a { background-color: #DAE4FF; }
a { background-color: rgb(218,228,255); }
div.DivClassName
{
background-color: #DAE4FF;
}
.BgClassName
{
background-color: #DAE4FF;
}
</style>
border-color css
<style>
span { border-color: #DAE4FF; }
span { border-color: rgb(218,228,255); }
td.TdClassName
{
border-color: #DAE4FF;
}
.TagClassName
{
border-color: #DAE4FF;
}
</style>