Shades of Hawkes Blue #DAE2ED
Tints of Hawkes Blue #DAE2ED
RGB
CMYK
RGB Variations
Color information
#DAE2ED (or 0xDAE2ED) is known color: Hawkes Blue. HEX triplet: DA, E2 and ED. RGB value is (218,226,237). Sum of RGB (Red+Green+Blue) = 218+226+237=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAE2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2ED is #251D12. Grayscale: #E0E0E0. Windows color (decimal): -2432275 or 15590106. OLE color: 15590106.
HSL color Cylindrical-coordinate representation of color #DAE2ED: hue angle of 214.74º degrees, saturation: 0.35, 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 #DAE2ED is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 226 | 237 | - |
CMYK | 0.08 | 0.05 | 0 | 0.07 |
HSL | 214.74º | 0.35% | 0.89% | - |
HSV(B) | 214.74º | 0.08% | 0.93% | - |
XYZ | 71.4 | 75.41 | 90.91 | - |
YUV | 224.86 | 134.85 | 123.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 226 | 237 | 0.08 | 0.05 | 0 | 0.07 | 214.74 | 0.35 | 0.89 |
Hex | DA | E2 | ED | 8 | 5 | 0 | 7 | D7 | 23 | 59 |
Octal | 332 | 342 | 355 | 10 | 5 | 0 | 7 | 327 | 43 | 131 |
Binary | 11011010 | 11100010 | 11101101 | 1000 | 101 | 0 | 111 | 11010111 | 100011 | 1011001 |
Color Harmonies of #DAE2ED
Complementary color
Monochromatic Colors of #DAE2ED
Black with #DAE2ED
Text Example
Text Example
White with #DAE2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2ED; }
p { color: rgb(218,226,237); }
H1.HeaderClassName
{
color: #DAE2ED;
}
.AnyTagClassName
{
color: #DAE2ED;
}
</style>
background-color css
<style>
a { background-color: #DAE2ED; }
a { background-color: rgb(218,226,237); }
div.DivClassName
{
background-color: #DAE2ED;
}
.BgClassName
{
background-color: #DAE2ED;
}
</style>
border-color css
<style>
span { border-color: #DAE2ED; }
span { border-color: rgb(218,226,237); }
td.TdClassName
{
border-color: #DAE2ED;
}
.TagClassName
{
border-color: #DAE2ED;
}
</style>