#DAE3FE

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

Shades of Hawkes Blue #DAE3FE

Tints of Hawkes Blue #DAE3FE

Color information

#DAE3FE (or 0xDAE3FE) is unknown color: approx Hawkes Blue. HEX triplet: DA, E3 and FE. RGB value is (218,227,254). Sum of RGB (Red+Green+Blue) = 218+227+254=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 227 (89.06% from 255 or 32.47% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAE3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3FE is #251C01. Grayscale: #E3E3E3. Windows color (decimal): -2432002 or 16704474. OLE color: 16704474.

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

Color convert

RGB218227254-
CMYK0.140.1100.00
HSL225º94.74%92.55%-
HSV(B)225º14.17%99.61%-
XYZ74.2777104.71-
YUV227.39143.02121.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.19%
GREEN value IS 227 (89.06% from 255) = 32.47%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=31.19%
G=32.47%
B=36.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182272540.140.1100.0022594.7492.55
HexDAE3FEEB00e15f5d
Octal332343376161300341137135
Binary11011010111000111111111011101011001110000110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3FE; }

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

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

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

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

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

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

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

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