#DAE2F1

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

Shades of Hawkes Blue #DAE2F1

Tints of Hawkes Blue #DAE2F1

Color information

#DAE2F1 (or 0xDAE2F1) is unknown color: approx Hawkes Blue. HEX triplet: DA, E2 and F1. RGB value is (218,226,241). Sum of RGB (Red+Green+Blue) = 218+226+241=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAE2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2F1 is #251D0E. Grayscale: #E1E1E1. Windows color (decimal): -2432271 or 15852250. OLE color: 15852250.

HSL color Cylindrical-coordinate representation of color #DAE2F1: hue angle of 219.13º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE2F1 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218226241-
CMYK0.100.0600.05
HSL219.13º45.1%90%-
HSV(B)219.13º9.54%94.51%-
XYZ71.9975.6594.03-
YUV225.32136.85122.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 226 (88.67% from 255) = 32.99%
BLUE value IS 241 (94.53% from 255) = 35.18%
R=31.82%
G=32.99%
B=35.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182262410.100.0600.05219.1345.190
HexDAE2F1A605db2d5a
Octal3323423611260533355132
Binary11011010111000101111000110101100101110110111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2F1; }

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

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

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

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

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

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

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

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