#DAE2F6

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

Shades of Hawkes Blue #DAE2F6

Tints of Hawkes Blue #DAE2F6

Color information

#DAE2F6 (or 0xDAE2F6) is unknown color: approx Hawkes Blue. HEX triplet: DA, E2 and F6. RGB value is (218,226,246). Sum of RGB (Red+Green+Blue) = 218+226+246=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 226 (88.67% from 255 or 32.75% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAE2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2F6 is #251D09. Grayscale: #E1E1E1. Windows color (decimal): -2432266 or 16179930. OLE color: 16179930.

HSL color Cylindrical-coordinate representation of color #DAE2F6: hue angle of 222.86º degrees, saturation: 0.61, 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 #DAE2F6 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218226246-
CMYK0.110.0800.04
HSL222.86º60.87%90.98%-
HSV(B)222.86º11.38%96.47%-
XYZ72.7475.9598.01-
YUV225.89139.35122.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.59%
GREEN value IS 226 (88.67% from 255) = 32.75%
BLUE value IS 246 (96.48% from 255) = 35.65%
R=31.59%
G=32.75%
B=35.65%

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
Decimal2182262460.110.0800.04222.8660.8790.98
HexDAE2F6B804df3d5b
Octal33234236613100433775133
Binary110110101110001011110110101110000100110111111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2F6; }

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

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

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

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

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

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

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

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