#DAE5FD

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

Shades of Hawkes Blue #DAE5FD

Tints of Hawkes Blue #DAE5FD

Color information

#DAE5FD (or 0xDAE5FD) is unknown color: approx Hawkes Blue. HEX triplet: DA, E5 and FD. RGB value is (218,229,253). Sum of RGB (Red+Green+Blue) = 218+229+253=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 229 (89.84% from 255 or 32.71% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5FD is #251A02. Grayscale: #E4E4E4. Windows color (decimal): -2431491 or 16639450. OLE color: 16639450.

HSL color Cylindrical-coordinate representation of color #DAE5FD: hue angle of 221.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE5FD is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218229253-
CMYK0.140.0900.01
HSL221.14º89.74%92.35%-
HSV(B)221.14º13.83%99.22%-
XYZ74.6678.04104.06-
YUV228.45141.86120.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.14%
GREEN value IS 229 (89.84% from 255) = 32.71%
BLUE value IS 253 (99.22% from 255) = 36.14%
R=31.14%
G=32.71%
B=36.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182292530.140.0900.01221.1489.7492.35
HexDAE5FDE901dd5a5c
Octal332345375161101335132134
Binary11011010111001011111110111101001011101110110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE5FD; }

 p { color: rgb(218,229,253); }

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

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

 a { background-color: rgb(218,229,253); }

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

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

 span { border-color: rgb(218,229,253); }

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