#DAE4FD

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

Shades of Hawkes Blue #DAE4FD

Tints of Hawkes Blue #DAE4FD

Color information

#DAE4FD (or 0xDAE4FD) is unknown color: approx Hawkes Blue. HEX triplet: DA, E4 and FD. RGB value is (218,228,253). Sum of RGB (Red+Green+Blue) = 218+228+253=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 228 (89.45% from 255 or 32.62% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAE4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE4FD is #251B02. Grayscale: #E3E3E3. Windows color (decimal): -2431747 or 16639194. OLE color: 16639194.

HSL color Cylindrical-coordinate representation of color #DAE4FD: hue angle of 222.86º 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 #DAE4FD is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218228253-
CMYK0.140.1000.01
HSL222.86º89.74%92.35%-
HSV(B)222.86º13.83%99.22%-
XYZ74.3977.48103.96-
YUV227.86142.19120.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.19%
GREEN value IS 228 (89.45% from 255) = 32.62%
BLUE value IS 253 (99.22% from 255) = 36.19%
R=31.19%
G=32.62%
B=36.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182282530.140.1000.01222.8689.7492.35
HexDAE4FDEA01df5a5c
Octal332344375161201337132134
Binary11011010111001001111110111101010011101111110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE4FD; }

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

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

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

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

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

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

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

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