#DBE0ED

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

Shades of Hawkes Blue #DBE0ED

Tints of Hawkes Blue #DBE0ED

Color information

#DBE0ED (or 0xDBE0ED) is unknown color: approx Hawkes Blue. HEX triplet: DB, E0 and ED. RGB value is (219,224,237). Sum of RGB (Red+Green+Blue) = 219+224+237=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0ED is #241F12. Grayscale: #DFDFDF. Windows color (decimal): -2367251 or 15589595. OLE color: 15589595.

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

Color convert

RGB219224237-
CMYK0.080.0500.07
HSL223.33º33.33%89.41%-
HSV(B)223.33º7.59%92.94%-
XYZ71.1674.4990.75-
YUV223.99135.34124.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.21%
GREEN value IS 224 (87.89% from 255) = 32.94%
BLUE value IS 237 (92.97% from 255) = 34.85%
R=32.21%
G=32.94%
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
Decimal2192242370.080.0500.07223.3333.3389.41
HexDBE0ED8507df2159
Octal3333403551050733741131
Binary11011011111000001110110110001010111110111111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0ED; }

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

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

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

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

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

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

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

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