#DAE2EF

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

Shades of Hawkes Blue #DAE2EF

Tints of Hawkes Blue #DAE2EF

Color information

#DAE2EF (or 0xDAE2EF) is unknown color: approx Hawkes Blue. HEX triplet: DA, E2 and EF. RGB value is (218,226,239). Sum of RGB (Red+Green+Blue) = 218+226+239=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2EF is #251D10. Grayscale: #E1E1E1. Windows color (decimal): -2432273 or 15721178. OLE color: 15721178.

HSL color Cylindrical-coordinate representation of color #DAE2EF: hue angle of 217.14º degrees, saturation: 0.4, 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 #DAE2EF is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218226239-
CMYK0.090.0500.06
HSL217.14º39.62%89.61%-
HSV(B)217.14º8.79%93.73%-
XYZ71.6975.5392.46-
YUV225.09135.85122.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.92%
GREEN value IS 226 (88.67% from 255) = 33.09%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=31.92%
G=33.09%
B=34.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182262390.090.0500.06217.1439.6289.61
HexDAE2EF9506d9285a
Octal3323423571150633150132
Binary11011010111000101110111110011010110110110011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2EF; }

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

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

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

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

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

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

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

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