#DAE2ED

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

Shades of Hawkes Blue #DAE2ED

Tints of Hawkes Blue #DAE2ED

Color information

#DAE2ED (or 0xDAE2ED) is unknown color: approx Hawkes Blue. HEX triplet: DA, E2 and ED. RGB value is (218,226,237). Sum of RGB (Red+Green+Blue) = 218+226+237=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAE2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2ED is #251D12. Grayscale: #E0E0E0. Windows color (decimal): -2432275 or 15590106. OLE color: 15590106.

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

Color convert

RGB218226237-
CMYK0.080.0500.07
HSL214.74º34.55%89.22%-
HSV(B)214.74º8.02%92.94%-
XYZ71.475.4190.91-
YUV224.86134.85123.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.01%
GREEN value IS 226 (88.67% from 255) = 33.19%
BLUE value IS 237 (92.97% from 255) = 34.80%
R=32.01%
G=33.19%
B=34.80%

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
Decimal2182262370.080.0500.07214.7434.5589.22
HexDAE2ED8507d72359
Octal3323423551050732743131
Binary11011010111000101110110110001010111110101111000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2ED; }

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

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

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

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

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

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

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

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