#DAE0F1

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

Shades of Hawkes Blue #DAE0F1

Tints of Hawkes Blue #DAE0F1

Color information

#DAE0F1 (or 0xDAE0F1) is unknown color: approx Hawkes Blue. HEX triplet: DA, E0 and F1. RGB value is (218,224,241). Sum of RGB (Red+Green+Blue) = 218+224+241=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAE0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0F1 is #251F0E. Grayscale: #E0E0E0. Windows color (decimal): -2432783 or 15851738. OLE color: 15851738.

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

Color convert

RGB218224241-
CMYK0.100.0700.05
HSL224.35º45.1%90%-
HSV(B)224.35º9.54%94.51%-
XYZ71.4574.5793.85-
YUV224.14137.51123.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.92%
GREEN value IS 224 (87.89% from 255) = 32.80%
BLUE value IS 241 (94.53% from 255) = 35.29%
R=31.92%
G=32.80%
B=35.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182242410.100.0700.05224.3545.190
HexDAE0F1A705e02d5a
Octal3323403611270534055132
Binary11011010111000001111000110101110101111000001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0F1; }

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

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

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

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

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

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

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

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