#DBE1EA

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

Shades of Hawkes Blue #DBE1EA

Tints of Hawkes Blue #DBE1EA

Color information

#DBE1EA (or 0xDBE1EA) is unknown color: approx Hawkes Blue. HEX triplet: DB, E1 and EA. RGB value is (219,225,234). Sum of RGB (Red+Green+Blue) = 219+225+234=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBE1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE1EA is #241E15. Grayscale: #E0E0E0. Windows color (decimal): -2366998 or 15393243. OLE color: 15393243.

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

Color convert

RGB219225234-
CMYK0.060.0400.08
HSL216º26.32%88.82%-
HSV(B)216º6.41%91.76%-
XYZ70.9974.8588.55-
YUV224.23133.51124.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.30%
GREEN value IS 225 (88.28% from 255) = 33.19%
BLUE value IS 234 (91.80% from 255) = 34.51%
R=32.30%
G=33.19%
B=34.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192252340.060.0400.0821626.3288.82
HexDBE1EA6408d81a59
Octal3333413526401033032131
Binary1101101111100001111010101101000100011011000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE1EA; }

 p { color: rgb(219,225,234); }

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

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

 a { background-color: rgb(219,225,234); }

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

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

 span { border-color: rgb(219,225,234); }

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