#DBD8D5

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

Shades of Gallery #DBD8D5

Tints of Gallery #DBD8D5

Color information

#DBD8D5 (or 0xDBD8D5) is unknown color: approx Gallery. HEX triplet: DB, D8 and D5. RGB value is (219,216,213). Sum of RGB (Red+Green+Blue) = 219+216+213=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8D5 is #24272A. Grayscale: #D8D8D8. Windows color (decimal): -2369323 or 14014683. OLE color: 14014683.

HSL color Cylindrical-coordinate representation of color #DBD8D5: hue angle of 30º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBD8D5 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB219216213-
CMYK00.010.030.14
HSL30º7.69%84.71%-
HSV(B)30º2.74%85.88%-
XYZ65.7868.9872.8-
YUV216.55125.99129.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 216 (84.77% from 255) = 33.33%
BLUE value IS 213 (83.59% from 255) = 32.87%
R=33.80%
G=33.33%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921621300.010.030.14307.6984.71
HexDBD8D5013E1e855
Octal333330325013163610125
Binary110110111101100011010101011111101111010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8D5; }

 p { color: rgb(219,216,213); }

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

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

 a { background-color: rgb(219,216,213); }

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

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

 span { border-color: rgb(219,216,213); }

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