#DBDCDD

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

Shades of Pattens Blue #DBDCDD

Tints of Pattens Blue #DBDCDD

Color information

#DBDCDD (or 0xDBDCDD) is unknown color: approx Pattens Blue. HEX triplet: DB, DC and DD. RGB value is (219,220,221). Sum of RGB (Red+Green+Blue) = 219+220+221=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBDCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCDD is #242322. Grayscale: #DBDBDB. Windows color (decimal): -2368291 or 14539995. OLE color: 14539995.

HSL color Cylindrical-coordinate representation of color #DBDCDD: hue angle of 210º degrees, saturation: 0.03, 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 #DBDCDD is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219220221-
CMYK0.010.0000.13
HSL210º2.86%86.27%-
HSV(B)210º0.9%86.67%-
XYZ67.8671.4778.62-
YUV219.82128.67127.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.18%
GREEN value IS 220 (86.33% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 33.48%
R=33.18%
G=33.33%
B=33.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192202210.010.0000.132102.8686.27
HexDBDCDD100Dd2356
Octal333334335100153223126
Binary110110111101110011011101100110111010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCDD; }

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

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

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

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

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

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

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

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