Shades of Hawkes Blue #DAE2EE
Tints of Hawkes Blue #DAE2EE
RGB
CMYK
RGB Variations
Color information
#DAE2EE (or 0xDAE2EE) is known color: Hawkes Blue. HEX triplet: DA, E2 and EE. RGB value is (218,226,238). Sum of RGB (Red+Green+Blue) = 218+226+238=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2EE is #251D11. Grayscale: #E0E0E0. Windows color (decimal): -2432274 or 15655642. OLE color: 15655642.
HSL color Cylindrical-coordinate representation of color #DAE2EE: hue angle of 216º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE2EE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 226 | 238 | - |
CMYK | 0.08 | 0.05 | 0 | 0.07 |
HSL | 216º | 0.37% | 0.89% | - |
HSV(B) | 216º | 0.08% | 0.93% | - |
XYZ | 71.54 | 75.47 | 91.69 | - |
YUV | 224.98 | 135.35 | 123.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 226 | 238 | 0.08 | 0.05 | 0 | 0.07 | 216 | 0.37 | 0.89 |
Hex | DA | E2 | EE | 8 | 5 | 0 | 7 | D8 | 25 | 59 |
Octal | 332 | 342 | 356 | 10 | 5 | 0 | 7 | 330 | 45 | 131 |
Binary | 11011010 | 11100010 | 11101110 | 1000 | 101 | 0 | 111 | 11011000 | 100101 | 1011001 |
Color Harmonies of #DAE2EE
Complementary color
Monochromatic Colors of #DAE2EE
Black with #DAE2EE
Text Example
Text Example
White with #DAE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2EE; }
p { color: rgb(218,226,238); }
H1.HeaderClassName
{
color: #DAE2EE;
}
.AnyTagClassName
{
color: #DAE2EE;
}
</style>
background-color css
<style>
a { background-color: #DAE2EE; }
a { background-color: rgb(218,226,238); }
div.DivClassName
{
background-color: #DAE2EE;
}
.BgClassName
{
background-color: #DAE2EE;
}
</style>
border-color css
<style>
span { border-color: #DAE2EE; }
span { border-color: rgb(218,226,238); }
td.TdClassName
{
border-color: #DAE2EE;
}
.TagClassName
{
border-color: #DAE2EE;
}
</style>