#DBE0EE

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

Shades of Hawkes Blue #DBE0EE

Tints of Hawkes Blue #DBE0EE

Color information

#DBE0EE (or 0xDBE0EE) is unknown color: approx Hawkes Blue. HEX triplet: DB, E0 and EE. RGB value is (219,224,238). Sum of RGB (Red+Green+Blue) = 219+224+238=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0EE is #241F11. Grayscale: #E0E0E0. Windows color (decimal): -2367250 or 15655131. OLE color: 15655131.

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

Color convert

RGB219224238-
CMYK0.080.0600.07
HSL224.21º35.85%89.61%-
HSV(B)224.21º7.98%93.33%-
XYZ71.374.5491.52-
YUV224.1135.84124.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.16%
GREEN value IS 224 (87.89% from 255) = 32.89%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=32.16%
G=32.89%
B=34.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192242380.080.0600.07224.2135.8589.61
HexDBE0EE8607e0245a
Octal3333403561060734044132
Binary11011011111000001110111010001100111111000001001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0EE; }

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

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

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

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

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

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

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

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