#DBE3EE

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

Shades of Hawkes Blue #DBE3EE

Tints of Hawkes Blue #DBE3EE

Color information

#DBE3EE (or 0xDBE3EE) is unknown color: approx Hawkes Blue. HEX triplet: DB, E3 and EE. RGB value is (219,227,238). Sum of RGB (Red+Green+Blue) = 219+227+238=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBE3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE3EE is #241C11. Grayscale: #E1E1E1. Windows color (decimal): -2366482 or 15655899. OLE color: 15655899.

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

Color convert

RGB219227238-
CMYK0.080.0500.07
HSL214.74º35.85%89.61%-
HSV(B)214.74º7.98%93.33%-
XYZ72.1276.1791.79-
YUV225.86134.85123.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.02%
GREEN value IS 227 (89.06% from 255) = 33.19%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=32.02%
G=33.19%
B=34.80%

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
Decimal2192272380.080.0500.07214.7435.8589.61
HexDBE3EE8507d7245a
Octal3333433561050732744132
Binary11011011111000111110111010001010111110101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3EE; }

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

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

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

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

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

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

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

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