#DAE1FB

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

Shades of Hawkes Blue #DAE1FB

Tints of Hawkes Blue #DAE1FB

Color information

#DAE1FB (or 0xDAE1FB) is unknown color: approx Hawkes Blue. HEX triplet: DA, E1 and FB. RGB value is (218,225,251). Sum of RGB (Red+Green+Blue) = 218+225+251=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 225 (88.28% from 255 or 32.42% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAE1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE1FB is #251E04. Grayscale: #E1E1E1. Windows color (decimal): -2432517 or 16507354. OLE color: 16507354.

HSL color Cylindrical-coordinate representation of color #DAE1FB: hue angle of 227.27º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAE1FB is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218225251-
CMYK0.130.1000.02
HSL227.27º80.49%91.96%-
HSV(B)227.27º13.15%98.43%-
XYZ73.2575.72102.02-
YUV225.87142.18122.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.41%
GREEN value IS 225 (88.28% from 255) = 32.42%
BLUE value IS 251 (98.44% from 255) = 36.17%
R=31.41%
G=32.42%
B=36.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182252510.130.1000.02227.2780.4991.96
HexDAE1FBDA02e3505c
Octal332341373151202343120134
Binary110110101110000111111011110110100101110001110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1FB; }

 p { color: rgb(218,225,251); }

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

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

 a { background-color: rgb(218,225,251); }

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

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

 span { border-color: rgb(218,225,251); }

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