#DAE0EF

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

Shades of Hawkes Blue #DAE0EF

Tints of Hawkes Blue #DAE0EF

Color information

#DAE0EF (or 0xDAE0EF) is unknown color: approx Hawkes Blue. HEX triplet: DA, E0 and EF. RGB value is (218,224,239). Sum of RGB (Red+Green+Blue) = 218+224+239=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0EF is #251F10. Grayscale: #DFDFDF. Windows color (decimal): -2432785 or 15720666. OLE color: 15720666.

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

Color convert

RGB218224239-
CMYK0.090.0600.06
HSL222.86º39.62%89.61%-
HSV(B)222.86º8.79%93.73%-
XYZ71.1574.4592.28-
YUV223.92136.51123.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.01%
GREEN value IS 224 (87.89% from 255) = 32.89%
BLUE value IS 239 (93.75% from 255) = 35.10%
R=32.01%
G=32.89%
B=35.10%

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
Decimal2182242390.090.0600.06222.8639.6289.61
HexDAE0EF9606df285a
Octal3323403571160633750132
Binary11011010111000001110111110011100110110111111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0EF; }

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

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

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

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

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

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

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

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