#DAE1EF

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

Shades of Hawkes Blue #DAE1EF

Tints of Hawkes Blue #DAE1EF

Color information

#DAE1EF (or 0xDAE1EF) is unknown color: approx Hawkes Blue. HEX triplet: DA, E1 and EF. RGB value is (218,225,239). Sum of RGB (Red+Green+Blue) = 218+225+239=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAE1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE1EF is #251E10. Grayscale: #E0E0E0. Windows color (decimal): -2432529 or 15720922. OLE color: 15720922.

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

Color convert

RGB218225239-
CMYK0.090.0600.06
HSL220º39.62%89.61%-
HSV(B)220º8.79%93.73%-
XYZ71.4274.9992.37-
YUV224.5136.18123.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 225 (88.28% from 255) = 32.99%
BLUE value IS 239 (93.75% from 255) = 35.04%
R=31.96%
G=32.99%
B=35.04%

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
Decimal2182252390.090.0600.0622039.6289.61
HexDAE1EF9606dc285a
Octal3323413571160633450132
Binary11011010111000011110111110011100110110111001010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1EF; }

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

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

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

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

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

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

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

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