#DBDCDE

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

Shades of Hawkes Blue #DBDCDE

Tints of Hawkes Blue #DBDCDE

Color information

#DBDCDE (or 0xDBDCDE) is unknown color: approx Hawkes Blue. HEX triplet: DB, DC and DE. RGB value is (219,220,222). Sum of RGB (Red+Green+Blue) = 219+220+222=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBDCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCDE is #242321. Grayscale: #DBDBDB. Windows color (decimal): -2368290 or 14605531. OLE color: 14605531.

HSL color Cylindrical-coordinate representation of color #DBDCDE: hue angle of 220º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBDCDE is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219220222-
CMYK0.010.0100.13
HSL220º4.35%86.47%-
HSV(B)220º1.35%87.06%-
XYZ67.9971.5279.33-
YUV219.93129.17127.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.13%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 222 (87.11% from 255) = 33.59%
R=33.13%
G=33.28%
B=33.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192202220.010.0100.132204.3586.47
HexDBDCDE110Ddc456
Octal333334336110153344126
Binary1101101111011100110111101101101110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCDE; }

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

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

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

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

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

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

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

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