Shades of Hawkes Blue #DAE1FD
Tints of Hawkes Blue #DAE1FD
RGB
CMYK
RGB Variations
Color information
#DAE1FD (or 0xDAE1FD) is known color: Hawkes Blue. HEX triplet: DA, E1 and FD. RGB value is (218,225,253). Sum of RGB (Red+Green+Blue) = 218+225+253=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 225 (88.28% from 255 or 32.33% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAE1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE1FD is #251E02. Grayscale: #E1E1E1. Windows color (decimal): -2432515 or 16638426. OLE color: 16638426.
HSL color Cylindrical-coordinate representation of color #DAE1FD: hue angle of 228º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE1FD is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 225 | 253 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.01 |
| HSL | 228º | 0.9% | 0.92% | - |
| HSV(B) | 228º | 0.14% | 0.99% | - |
| XYZ | 73.57 | 75.85 | 103.69 | - |
| YUV | 226.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 253 | 0.14 | 0.11 | 0 | 0.01 | 228 | 0.9 | 0.92 |
| Hex | DA | E1 | FD | E | B | 0 | 1 | E4 | 5A | 5C |
| Octal | 332 | 341 | 375 | 16 | 13 | 0 | 1 | 344 | 132 | 134 |
| Binary | 11011010 | 11100001 | 11111101 | 1110 | 1011 | 0 | 1 | 11100100 | 1011010 | 1011100 |
Color Harmonies of #DAE1FD
Complementary color
Monochromatic Colors of #DAE1FD
Black with #DAE1FD
Text Example
Text Example
White with #DAE1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1FD; }
p { color: rgb(218,225,253); }
H1.HeaderClassName
{
color: #DAE1FD;
}
.AnyTagClassName
{
color: #DAE1FD;
}
</style>
background-color css
<style>
a { background-color: #DAE1FD; }
a { background-color: rgb(218,225,253); }
div.DivClassName
{
background-color: #DAE1FD;
}
.BgClassName
{
background-color: #DAE1FD;
}
</style>
border-color css
<style>
span { border-color: #DAE1FD; }
span { border-color: rgb(218,225,253); }
td.TdClassName
{
border-color: #DAE1FD;
}
.TagClassName
{
border-color: #DAE1FD;
}
</style>