#DAE0EA

Color #DAE0EA Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #DAE0EA

Tints of Hawkes Blue #DAE0EA

Color information

#DAE0EA (or 0xDAE0EA) is unknown color: approx Hawkes Blue. HEX triplet: DA, E0 and EA. RGB value is (218,224,234). Sum of RGB (Red+Green+Blue) = 218+224+234=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0EA is #251F15. Grayscale: #DFDFDF. Windows color (decimal): -2432790 or 15392986. OLE color: 15392986.

HSL color Cylindrical-coordinate representation of color #DAE0EA: hue angle of 217.5º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAE0EA is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218224234-
CMYK0.070.0400.08
HSL217.5º27.59%88.63%-
HSV(B)217.5º6.84%91.76%-
XYZ70.4274.1688.44-
YUV223.35134.01124.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 32.25%
GREEN value IS 224 (87.89% from 255) = 33.14%
BLUE value IS 234 (91.80% from 255) = 34.62%
R=32.25%
G=33.14%
B=34.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182242340.070.0400.08217.527.5988.63
HexDAE0EA7408da1c59
Octal3323403527401033234131
Binary1101101011100000111010101111000100011011010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0EA; }

 p { color: rgb(218,224,234); }

 H1.HeaderClassName
 {
   color: #DAE0EA;
 }
 .AnyTagClassName
 {
   color: #DAE0EA;
 }
</style>
background-color css

<style>
 a { background-color: #DAE0EA; }

 a { background-color: rgb(218,224,234); }

 div.DivClassName
 {
   background-color: #DAE0EA;
 }
 .BgClassName
 {
   background-color: #DAE0EA;
 }
</style>
border-color css

<style>
 span { border-color: #DAE0EA; }

 span { border-color: rgb(218,224,234); }

 td.TdClassName
 {
   border-color: #DAE0EA;
 }
 .TagClassName
 {
   border-color: #DAE0EA;
 }
</style>