#DAE3F0

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

Shades of Hawkes Blue #DAE3F0

Tints of Hawkes Blue #DAE3F0

Color information

#DAE3F0 (or 0xDAE3F0) is unknown color: approx Hawkes Blue. HEX triplet: DA, E3 and F0. RGB value is (218,227,240). Sum of RGB (Red+Green+Blue) = 218+227+240=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 227 (89.06% from 255 or 33.14% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAE3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3F0 is #251C0F. Grayscale: #E1E1E1. Windows color (decimal): -2432016 or 15786970. OLE color: 15786970.

HSL color Cylindrical-coordinate representation of color #DAE3F0: hue angle of 215.45º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAE3F0 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218227240-
CMYK0.090.0500.06
HSL215.45º42.31%89.8%-
HSV(B)215.45º9.17%94.12%-
XYZ72.1176.1393.33-
YUV225.79136.02122.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 227 (89.06% from 255) = 33.14%
BLUE value IS 240 (94.14% from 255) = 35.04%
R=31.82%
G=33.14%
B=35.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182272400.090.0500.06215.4542.3189.8
HexDAE3F09506d72a5a
Octal3323433601150632752132
Binary11011010111000111111000010011010110110101111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3F0; }

 p { color: rgb(218,227,240); }

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

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

 a { background-color: rgb(218,227,240); }

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

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

 span { border-color: rgb(218,227,240); }

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