#DBDEE5

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

Shades of Hawkes Blue #DBDEE5

Tints of Hawkes Blue #DBDEE5

Color information

#DBDEE5 (or 0xDBDEE5) is unknown color: approx Hawkes Blue. HEX triplet: DB, DE and E5. RGB value is (219,222,229). Sum of RGB (Red+Green+Blue) = 219+222+229=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEE5 is #24211A. Grayscale: #DDDDDD. Windows color (decimal): -2367771 or 15064795. OLE color: 15064795.

HSL color Cylindrical-coordinate representation of color #DBDEE5: hue angle of 222º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDEE5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219222229-
CMYK0.040.0300.10
HSL222º16.13%87.84%-
HSV(B)222º4.37%89.8%-
XYZ69.4872.9684.55-
YUV221.9132.01125.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.69%
GREEN value IS 222 (87.11% from 255) = 33.13%
BLUE value IS 229 (89.84% from 255) = 34.18%
R=32.69%
G=33.13%
B=34.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192222290.040.0300.1022216.1387.84
HexDBDEE5430Ade1058
Octal3333363454301233620130
Binary110110111101111011100101100110101011011110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDEE5; }

 p { color: rgb(219,222,229); }

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

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

 a { background-color: rgb(219,222,229); }

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

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

 span { border-color: rgb(219,222,229); }

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