#DBDCDF

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

Shades of Hawkes Blue #DBDCDF

Tints of Hawkes Blue #DBDCDF

Color information

#DBDCDF (or 0xDBDCDF) is unknown color: approx Hawkes Blue. HEX triplet: DB, DC and DF. RGB value is (219,220,223). Sum of RGB (Red+Green+Blue) = 219+220+223=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBDCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCDF is #242320. Grayscale: #DCDCDC. Windows color (decimal): -2368289 or 14671067. OLE color: 14671067.

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

Color convert

RGB219220223-
CMYK0.020.0100.13
HSL225º5.88%86.67%-
HSV(B)225º1.79%87.45%-
XYZ68.1371.5780.04-
YUV220.04129.67127.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.08%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 223 (87.5% from 255) = 33.69%
R=33.08%
G=33.23%
B=33.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192202230.020.0100.132255.8886.67
HexDBDCDF210De1657
Octal333334337210153416127
Binary11011011110111001101111110101101111000011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCDF; }

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

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

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

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

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

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

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

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