#DAE2FF

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

Shades of Hawkes Blue #DAE2FF

Tints of Hawkes Blue #DAE2FF

Color information

#DAE2FF (or 0xDAE2FF) is unknown color: approx Hawkes Blue. HEX triplet: DA, E2 and FF. RGB value is (218,226,255). Sum of RGB (Red+Green+Blue) = 218+226+255=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2FF is #251D00. Grayscale: #E2E2E2. Windows color (decimal): -2432257 or 16769754. OLE color: 16769754.

HSL color Cylindrical-coordinate representation of color #DAE2FF: hue angle of 227.03º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAE2FF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218226255-
CMYK0.150.1100
HSL227.03º100%92.75%-
HSV(B)227.03º14.51%100%-
XYZ74.1676.52105.47-
YUV226.91143.85121.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.19%
GREEN value IS 226 (88.67% from 255) = 32.33%
BLUE value IS 255 (100% from 255) = 36.48%
R=31.19%
G=32.33%
B=36.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182262550.150.1100227.0310092.75
HexDAE2FFFB00e3645d
Octal332342377171300343144135
Binary11011010111000101111111111111011001110001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2FF; }

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

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

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

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

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

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

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

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