#DAE2F3

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

Shades of Hawkes Blue #DAE2F3

Tints of Hawkes Blue #DAE2F3

Color information

#DAE2F3 (or 0xDAE2F3) is unknown color: approx Hawkes Blue. HEX triplet: DA, E2 and F3. RGB value is (218,226,243). Sum of RGB (Red+Green+Blue) = 218+226+243=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAE2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2F3 is #251D0C. Grayscale: #E1E1E1. Windows color (decimal): -2432269 or 15983322. OLE color: 15983322.

HSL color Cylindrical-coordinate representation of color #DAE2F3: hue angle of 220.8º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE2F3 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218226243-
CMYK0.100.0700.05
HSL220.8º51.02%90.39%-
HSV(B)220.8º10.29%95.29%-
XYZ72.2975.7795.61-
YUV225.55137.85122.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.73%
GREEN value IS 226 (88.67% from 255) = 32.90%
BLUE value IS 243 (95.31% from 255) = 35.37%
R=31.73%
G=32.90%
B=35.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182262430.100.0700.05220.851.0290.39
HexDAE2F3A705dd335a
Octal3323423631270533563132
Binary11011010111000101111001110101110101110111011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2F3; }

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

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

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

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

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

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

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

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