#DAE2F0

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

Shades of Hawkes Blue #DAE2F0

Tints of Hawkes Blue #DAE2F0

Color information

#DAE2F0 (or 0xDAE2F0) is unknown color: approx Hawkes Blue. HEX triplet: DA, E2 and F0. RGB value is (218,226,240). Sum of RGB (Red+Green+Blue) = 218+226+240=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAE2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2F0 is #251D0F. Grayscale: #E1E1E1. Windows color (decimal): -2432272 or 15786714. OLE color: 15786714.

HSL color Cylindrical-coordinate representation of color #DAE2F0: hue angle of 218.18º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAE2F0 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218226240-
CMYK0.090.0600.06
HSL218.18º42.31%89.8%-
HSV(B)218.18º9.17%94.12%-
XYZ71.8475.5993.24-
YUV225.2136.35122.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.87%
GREEN value IS 226 (88.67% from 255) = 33.04%
BLUE value IS 240 (94.14% from 255) = 35.09%
R=31.87%
G=33.04%
B=35.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182262400.090.0600.06218.1842.3189.8
HexDAE2F09606da2a5a
Octal3323423601160633252132
Binary11011010111000101111000010011100110110110101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2F0; }

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

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

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

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

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

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

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

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