#DBE1EE

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

Shades of Hawkes Blue #DBE1EE

Tints of Hawkes Blue #DBE1EE

Color information

#DBE1EE (or 0xDBE1EE) is unknown color: approx Hawkes Blue. HEX triplet: DB, E1 and EE. RGB value is (219,225,238). Sum of RGB (Red+Green+Blue) = 219+225+238=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE1EE is #241E11. Grayscale: #E0E0E0. Windows color (decimal): -2366994 or 15655387. OLE color: 15655387.

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

Color convert

RGB219225238-
CMYK0.080.0500.07
HSL221.05º35.85%89.61%-
HSV(B)221.05º7.98%93.33%-
XYZ71.5775.0891.61-
YUV224.69135.51123.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.11%
GREEN value IS 225 (88.28% from 255) = 32.99%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=32.11%
G=32.99%
B=34.90%

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
Decimal2192252380.080.0500.07221.0535.8589.61
HexDBE1EE8507dd245a
Octal3333413561050733544132
Binary11011011111000011110111010001010111110111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE1EE; }

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

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

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

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

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

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

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

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