#DBDDE5

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

Shades of Hawkes Blue #DBDDE5

Tints of Hawkes Blue #DBDDE5

Color information

#DBDDE5 (or 0xDBDDE5) is unknown color: approx Hawkes Blue. HEX triplet: DB, DD and E5. RGB value is (219,221,229). Sum of RGB (Red+Green+Blue) = 219+221+229=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDE5 is #24221A. Grayscale: #DDDDDD. Windows color (decimal): -2368027 or 15064539. OLE color: 15064539.

HSL color Cylindrical-coordinate representation of color #DBDDE5: hue angle of 228º 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 #DBDDE5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219221229-
CMYK0.040.0300.10
HSL228º16.13%87.84%-
HSV(B)228º4.37%89.8%-
XYZ69.2172.4384.46-
YUV221.31132.34126.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.74%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 229 (89.84% from 255) = 34.23%
R=32.74%
G=33.03%
B=34.23%

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
Decimal2192212290.040.0300.1022816.1387.84
HexDBDDE5430Ae41058
Octal3333353454301234420130
Binary110110111101110111100101100110101011100100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDE5; }

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

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

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

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

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

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

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

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