#DAE2F7

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

Shades of Hawkes Blue #DAE2F7

Tints of Hawkes Blue #DAE2F7

Color information

#DAE2F7 (or 0xDAE2F7) is unknown color: approx Hawkes Blue. HEX triplet: DA, E2 and F7. RGB value is (218,226,247). Sum of RGB (Red+Green+Blue) = 218+226+247=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 226 (88.67% from 255 or 32.71% from 691); Blue value is 247 (96.88% from 255 or 35.75% from 691); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAE2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2F7 is #251D08. Grayscale: #E1E1E1. Windows color (decimal): -2432265 or 16245466. OLE color: 16245466.

HSL color Cylindrical-coordinate representation of color #DAE2F7: hue angle of 223.45º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE2F7 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB218226247-
CMYK0.120.0900.03
HSL223.45º64.44%91.18%-
HSV(B)223.45º11.74%96.86%-
XYZ72.976.0198.83-
YUV226139.85122.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.55%
GREEN value IS 226 (88.67% from 255) = 32.71%
BLUE value IS 247 (96.88% from 255) = 35.75%
R=31.55%
G=32.71%
B=35.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182262470.120.0900.03223.4564.4491.18
HexDAE2F7C903df405b
Octal332342367141103337100133
Binary110110101110001011110111110010010111101111110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2F7; }

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

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

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

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

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

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

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

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