#DAE2EE

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

Shades of Hawkes Blue #DAE2EE

Tints of Hawkes Blue #DAE2EE

Color information

#DAE2EE (or 0xDAE2EE) is unknown color: approx Hawkes Blue. HEX triplet: DA, E2 and EE. RGB value is (218,226,238). Sum of RGB (Red+Green+Blue) = 218+226+238=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2EE is #251D11. Grayscale: #E0E0E0. Windows color (decimal): -2432274 or 15655642. OLE color: 15655642.

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

Color convert

RGB218226238-
CMYK0.080.0500.07
HSL216º37.04%89.41%-
HSV(B)216º8.4%93.33%-
XYZ71.5475.4791.69-
YUV224.98135.35123.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 226 (88.67% from 255) = 33.14%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=31.96%
G=33.14%
B=34.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182262380.080.0500.0721637.0489.41
HexDAE2EE8507d82559
Octal3323423561050733045131
Binary11011010111000101110111010001010111110110001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2EE; }

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

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

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

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

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

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

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

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