#DAE3EE

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

Shades of Hawkes Blue #DAE3EE

Tints of Hawkes Blue #DAE3EE

Color information

#DAE3EE (or 0xDAE3EE) is unknown color: approx Hawkes Blue. HEX triplet: DA, E3 and EE. RGB value is (218,227,238). Sum of RGB (Red+Green+Blue) = 218+227+238=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAE3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3EE is #251C11. Grayscale: #E1E1E1. Windows color (decimal): -2432018 or 15655898. OLE color: 15655898.

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

Color convert

RGB218227238-
CMYK0.080.0500.07
HSL213º37.04%89.41%-
HSV(B)213º8.4%93.33%-
XYZ71.8276.0291.78-
YUV225.56135.02122.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.92%
GREEN value IS 227 (89.06% from 255) = 33.24%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=31.92%
G=33.24%
B=34.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182272380.080.0500.0721337.0489.41
HexDAE3EE8507d52559
Octal3323433561050732545131
Binary11011010111000111110111010001010111110101011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3EE; }

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

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

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

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

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

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

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

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