#DAE3F9

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

Shades of Hawkes Blue #DAE3F9

Tints of Hawkes Blue #DAE3F9

Color information

#DAE3F9 (or 0xDAE3F9) is unknown color: approx Hawkes Blue. HEX triplet: DA, E3 and F9. RGB value is (218,227,249). Sum of RGB (Red+Green+Blue) = 218+227+249=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 227 (89.06% from 255 or 32.71% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAE3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3F9 is #251C06. Grayscale: #E2E2E2. Windows color (decimal): -2432007 or 16376794. OLE color: 16376794.

HSL color Cylindrical-coordinate representation of color #DAE3F9: hue angle of 222.58º 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 #DAE3F9 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218227249-
CMYK0.120.0900.02
HSL222.58º72.09%91.57%-
HSV(B)222.58º12.45%97.65%-
XYZ73.4876.68100.55-
YUV226.82140.52121.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.41%
GREEN value IS 227 (89.06% from 255) = 32.71%
BLUE value IS 249 (97.66% from 255) = 35.88%
R=31.41%
G=32.71%
B=35.88%

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
Decimal2182272490.120.0900.02222.5872.0991.57
HexDAE3F9C902df485c
Octal332343371141102337110134
Binary110110101110001111111001110010010101101111110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3F9; }

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

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

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

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

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

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

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

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