#DBE0EB

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

Shades of Hawkes Blue #DBE0EB

Tints of Hawkes Blue #DBE0EB

Color information

#DBE0EB (or 0xDBE0EB) is unknown color: approx Hawkes Blue. HEX triplet: DB, E0 and EB. RGB value is (219,224,235). Sum of RGB (Red+Green+Blue) = 219+224+235=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 224 (87.89% from 255 or 33.04% 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 #DBE0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0EB is #241F14. Grayscale: #DFDFDF. Windows color (decimal): -2367253 or 15458523. OLE color: 15458523.

HSL color Cylindrical-coordinate representation of color #DBE0EB: hue angle of 221.25º degrees, saturation: 0.29, 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 #DBE0EB is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219224235-
CMYK0.070.0500.08
HSL221.25º28.57%89.02%-
HSV(B)221.25º6.81%92.16%-
XYZ70.8674.3789.22-
YUV223.76134.34124.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.30%
GREEN value IS 224 (87.89% from 255) = 33.04%
BLUE value IS 235 (92.19% from 255) = 34.66%
R=32.30%
G=33.04%
B=34.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192242350.070.0500.08221.2528.5789.02
HexDBE0EB7508dd1d59
Octal3333403537501033535131
Binary1101101111100000111010111111010100011011101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0EB; }

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

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

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

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

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

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

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

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