#DAE3FF

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

Shades of Hawkes Blue #DAE3FF

Tints of Hawkes Blue #DAE3FF

Color information

#DAE3FF (or 0xDAE3FF) is unknown color: approx Hawkes Blue. HEX triplet: DA, E3 and FF. RGB value is (218,227,255). Sum of RGB (Red+Green+Blue) = 218+227+255=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 227 (89.06% from 255 or 32.43% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3FF is #251C00. Grayscale: #E3E3E3. Windows color (decimal): -2432001 or 16770010. OLE color: 16770010.

HSL color Cylindrical-coordinate representation of color #DAE3FF: hue angle of 225.41º 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 #DAE3FF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218227255-
CMYK0.150.1100
HSL225.41º100%92.75%-
HSV(B)225.41º14.51%100%-
XYZ74.4377.06105.56-
YUV227.5143.52121.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.14%
GREEN value IS 227 (89.06% from 255) = 32.43%
BLUE value IS 255 (100% from 255) = 36.43%
R=31.14%
G=32.43%
B=36.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182272550.150.1100225.4110092.75
HexDAE3FFFB00e1645d
Octal332343377171300341144135
Binary11011010111000111111111111111011001110000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3FF; }

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

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

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

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

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

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

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

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