#DAE3EF

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

Shades of Hawkes Blue #DAE3EF

Tints of Hawkes Blue #DAE3EF

Color information

#DAE3EF (or 0xDAE3EF) is unknown color: approx Hawkes Blue. HEX triplet: DA, E3 and EF. RGB value is (218,227,239). Sum of RGB (Red+Green+Blue) = 218+227+239=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3EF is #251C10. Grayscale: #E1E1E1. Windows color (decimal): -2432017 or 15721434. OLE color: 15721434.

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

Color convert

RGB218227239-
CMYK0.090.0500.06
HSL214.29º39.62%89.61%-
HSV(B)214.29º8.79%93.73%-
XYZ71.9676.0892.55-
YUV225.68135.52122.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.87%
GREEN value IS 227 (89.06% from 255) = 33.19%
BLUE value IS 239 (93.75% from 255) = 34.94%
R=31.87%
G=33.19%
B=34.94%

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
Decimal2182272390.090.0500.06214.2939.6289.61
HexDAE3EF9506d6285a
Octal3323433571150632650132
Binary11011010111000111110111110011010110110101101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3EF; }

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

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

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

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

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

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

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

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