#DAE3F1

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

Shades of Hawkes Blue #DAE3F1

Tints of Hawkes Blue #DAE3F1

Color information

#DAE3F1 (or 0xDAE3F1) is unknown color: approx Hawkes Blue. HEX triplet: DA, E3 and F1. RGB value is (218,227,241). Sum of RGB (Red+Green+Blue) = 218+227+241=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAE3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3F1 is #251C0E. Grayscale: #E1E1E1. Windows color (decimal): -2432015 or 15852506. OLE color: 15852506.

HSL color Cylindrical-coordinate representation of color #DAE3F1: hue angle of 216.52º 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 #DAE3F1 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218227241-
CMYK0.100.0600.05
HSL216.52º45.1%90%-
HSV(B)216.52º9.54%94.51%-
XYZ72.2676.1994.12-
YUV225.9136.52122.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 227 (89.06% from 255) = 33.09%
BLUE value IS 241 (94.53% from 255) = 35.13%
R=31.78%
G=33.09%
B=35.13%

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
Decimal2182272410.100.0600.05216.5245.190
HexDAE3F1A605d92d5a
Octal3323433611260533155132
Binary11011010111000111111000110101100101110110011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3F1; }

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

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

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

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

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

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

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

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