#DAE1EB

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

Shades of Hawkes Blue #DAE1EB

Tints of Hawkes Blue #DAE1EB

Color information

#DAE1EB (or 0xDAE1EB) is unknown color: approx Hawkes Blue. HEX triplet: DA, E1 and EB. RGB value is (218,225,235). Sum of RGB (Red+Green+Blue) = 218+225+235=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAE1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE1EB is #251E14. Grayscale: #DFDFDF. Windows color (decimal): -2432533 or 15458778. OLE color: 15458778.

HSL color Cylindrical-coordinate representation of color #DAE1EB: hue angle of 215.29º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAE1EB is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218225235-
CMYK0.070.0400.08
HSL215.29º29.82%88.82%-
HSV(B)215.29º7.23%92.16%-
XYZ70.8374.7589.29-
YUV224.05134.18123.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.15%
GREEN value IS 225 (88.28% from 255) = 33.19%
BLUE value IS 235 (92.19% from 255) = 34.66%
R=32.15%
G=33.19%
B=34.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182252350.070.0400.08215.2929.8288.82
HexDAE1EB7408d71e59
Octal3323413537401032736131
Binary1101101011100001111010111111000100011010111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1EB; }

 p { color: rgb(218,225,235); }

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

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

 a { background-color: rgb(218,225,235); }

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

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

 span { border-color: rgb(218,225,235); }

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