#DAE0EE

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

Shades of Hawkes Blue #DAE0EE

Tints of Hawkes Blue #DAE0EE

Color information

#DAE0EE (or 0xDAE0EE) is unknown color: approx Hawkes Blue. HEX triplet: DA, E0 and EE. RGB value is (218,224,238). Sum of RGB (Red+Green+Blue) = 218+224+238=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0EE is #251F11. Grayscale: #DFDFDF. Windows color (decimal): -2432786 or 15655130. OLE color: 15655130.

HSL color Cylindrical-coordinate representation of color #DAE0EE: hue angle of 222º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE0EE is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218224238-
CMYK0.080.0600.07
HSL222º37.04%89.41%-
HSV(B)222º8.4%93.33%-
XYZ7174.3991.51-
YUV223.8136.01123.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 224 (87.89% from 255) = 32.94%
BLUE value IS 238 (93.36% from 255) = 35%
R=32.06%
G=32.94%
B=35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182242380.080.0600.0722237.0489.41
HexDAE0EE8607de2559
Octal3323403561060733645131
Binary11011010111000001110111010001100111110111101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0EE; }

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

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

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

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

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

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

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

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