#DAE2F9

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

Shades of Hawkes Blue #DAE2F9

Tints of Hawkes Blue #DAE2F9

Color information

#DAE2F9 (or 0xDAE2F9) is unknown color: approx Hawkes Blue. HEX triplet: DA, E2 and F9. RGB value is (218,226,249). Sum of RGB (Red+Green+Blue) = 218+226+249=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 226 (88.67% from 255 or 32.61% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAE2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2F9 is #251D06. Grayscale: #E2E2E2. Windows color (decimal): -2432263 or 16376538. OLE color: 16376538.

HSL color Cylindrical-coordinate representation of color #DAE2F9: hue angle of 224.52º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE2F9 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218226249-
CMYK0.120.0900.02
HSL224.52º72.09%91.57%-
HSV(B)224.52º12.45%97.65%-
XYZ73.2176.14100.46-
YUV226.23140.85122.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.46%
GREEN value IS 226 (88.67% from 255) = 32.61%
BLUE value IS 249 (97.66% from 255) = 35.93%
R=31.46%
G=32.61%
B=35.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182262490.120.0900.02224.5272.0991.57
HexDAE2F9C902e1485c
Octal332342371141102341110134
Binary110110101110001011111001110010010101110000110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2F9; }

 p { color: rgb(218,226,249); }

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

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

 a { background-color: rgb(218,226,249); }

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

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

 span { border-color: rgb(218,226,249); }

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