#DBD6D0

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

Shades of Gallery #DBD6D0

Tints of Gallery #DBD6D0

Color information

#DBD6D0 (or 0xDBD6D0) is unknown color: approx Gallery. HEX triplet: DB, D6 and D0. RGB value is (219,214,208). Sum of RGB (Red+Green+Blue) = 219+214+208=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6D0 is #24292F. Grayscale: #D6D6D6. Windows color (decimal): -2369840 or 13686491. OLE color: 13686491.

HSL color Cylindrical-coordinate representation of color #DBD6D0: hue angle of 32.73º degrees, saturation: 0.13, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD6D0 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB219214208-
CMYK00.020.050.14
HSL32.73º13.25%83.73%-
HSV(B)32.73º5.02%85.88%-
XYZ64.6567.7169.34-
YUV214.81124.16130.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 208 (81.64% from 255) = 32.45%
R=34.17%
G=33.39%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921420800.020.050.1432.7313.2583.73
HexDBD6D0025E21d54
Octal333326320025164115124
Binary110110111101011011010000010101111010000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD6D0; }

 p { color: rgb(219,214,208); }

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

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

 a { background-color: rgb(219,214,208); }

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

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

 span { border-color: rgb(219,214,208); }

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