#DAE0F4

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

Shades of Hawkes Blue #DAE0F4

Tints of Hawkes Blue #DAE0F4

Color information

#DAE0F4 (or 0xDAE0F4) is unknown color: approx Hawkes Blue. HEX triplet: DA, E0 and F4. RGB value is (218,224,244). Sum of RGB (Red+Green+Blue) = 218+224+244=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 224 (87.89% from 255 or 32.65% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 244 - color contains mainly: blue. Hex color #DAE0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0F4 is #251F0B. Grayscale: #E0E0E0. Windows color (decimal): -2432780 or 16048346. OLE color: 16048346.

HSL color Cylindrical-coordinate representation of color #DAE0F4: hue angle of 226.15º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAE0F4 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218224244-
CMYK0.110.0800.04
HSL226.15º54.17%90.59%-
HSV(B)226.15º10.66%95.69%-
XYZ71.974.7596.23-
YUV224.49139.01123.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 224 (87.89% from 255) = 32.65%
BLUE value IS 244 (95.70% from 255) = 35.57%
R=31.78%
G=32.65%
B=35.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182242440.110.0800.04226.1554.1790.59
HexDAE0F4B804e2365b
Octal33234036413100434266133
Binary110110101110000011110100101110000100111000101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0F4; }

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

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

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

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

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

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

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

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