#DBE0EA

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

Shades of Hawkes Blue #DBE0EA

Tints of Hawkes Blue #DBE0EA

Color information

#DBE0EA (or 0xDBE0EA) is unknown color: approx Hawkes Blue. HEX triplet: DB, E0 and EA. RGB value is (219,224,234). Sum of RGB (Red+Green+Blue) = 219+224+234=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0EA is #241F15. Grayscale: #DFDFDF. Windows color (decimal): -2367254 or 15392987. OLE color: 15392987.

HSL color Cylindrical-coordinate representation of color #DBE0EA: hue angle of 220º 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 #DBE0EA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219224234-
CMYK0.060.0400.08
HSL220º26.32%88.82%-
HSV(B)220º6.41%91.76%-
XYZ70.7274.3188.46-
YUV223.64133.84124.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.35%
GREEN value IS 224 (87.89% from 255) = 33.09%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=32.35%
G=33.09%
B=34.56%

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
Decimal2192242340.060.0400.0822026.3288.82
HexDBE0EA6408dc1a59
Octal3333403526401033432131
Binary1101101111100000111010101101000100011011100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0EA; }

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

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

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

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

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

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

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

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