#DAE0F2

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

Shades of Hawkes Blue #DAE0F2

Tints of Hawkes Blue #DAE0F2

Color information

#DAE0F2 (or 0xDAE0F2) is unknown color: approx Hawkes Blue. HEX triplet: DA, E0 and F2. RGB value is (218,224,242). Sum of RGB (Red+Green+Blue) = 218+224+242=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAE0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0F2 is #251F0D. Grayscale: #E0E0E0. Windows color (decimal): -2432782 or 15917274. OLE color: 15917274.

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

Color convert

RGB218224242-
CMYK0.100.0700.05
HSL225º48%90.2%-
HSV(B)225º9.92%94.9%-
XYZ71.674.6394.64-
YUV224.26138.01123.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.87%
GREEN value IS 224 (87.89% from 255) = 32.75%
BLUE value IS 242 (94.92% from 255) = 35.38%
R=31.87%
G=32.75%
B=35.38%

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
Decimal2182242420.100.0700.052254890.2
HexDAE0F2A705e1305a
Octal3323403621270534160132
Binary11011010111000001111001010101110101111000011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0F2; }

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

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

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

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

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

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

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

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