#DBE3EF

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

Shades of Hawkes Blue #DBE3EF

Tints of Hawkes Blue #DBE3EF

Color information

#DBE3EF (or 0xDBE3EF) is unknown color: approx Hawkes Blue. HEX triplet: DB, E3 and EF. RGB value is (219,227,239). Sum of RGB (Red+Green+Blue) = 219+227+239=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 227 (89.06% from 255 or 33.14% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE3EF is #241C10. Grayscale: #E1E1E1. Windows color (decimal): -2366481 or 15721435. OLE color: 15721435.

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

Color convert

RGB219227239-
CMYK0.080.0500.06
HSL216º38.46%89.8%-
HSV(B)216º8.37%93.73%-
XYZ72.2676.2392.57-
YUV225.98135.35123.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.97%
GREEN value IS 227 (89.06% from 255) = 33.14%
BLUE value IS 239 (93.75% from 255) = 34.89%
R=31.97%
G=33.14%
B=34.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192272390.080.0500.0621638.4689.8
HexDBE3EF8506d8265a
Octal3333433571050633046132
Binary11011011111000111110111110001010110110110001001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3EF; }

 p { color: rgb(219,227,239); }

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

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

 a { background-color: rgb(219,227,239); }

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

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

 span { border-color: rgb(219,227,239); }

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