#DAE2FE

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

Shades of Hawkes Blue #DAE2FE

Tints of Hawkes Blue #DAE2FE

Color information

#DAE2FE (or 0xDAE2FE) is unknown color: approx Hawkes Blue. HEX triplet: DA, E2 and FE. RGB value is (218,226,254). Sum of RGB (Red+Green+Blue) = 218+226+254=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2FE is #251D01. Grayscale: #E2E2E2. Windows color (decimal): -2432258 or 16704218. OLE color: 16704218.

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

Color convert

RGB218226254-
CMYK0.140.1100.00
HSL226.67º94.74%92.55%-
HSV(B)226.67º14.17%99.61%-
XYZ7476.45104.62-
YUV226.8143.35121.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.23%
GREEN value IS 226 (88.67% from 255) = 32.38%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=31.23%
G=32.38%
B=36.39%

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
Decimal2182262540.140.1100.00226.6794.7492.55
HexDAE2FEEB00e35f5d
Octal332342376161300343137135
Binary11011010111000101111111011101011001110001110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2FE; }

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

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

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

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

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

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

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

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