#DBD6CE

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

Shades of Gallery #DBD6CE

Tints of Gallery #DBD6CE

Color information

#DBD6CE (or 0xDBD6CE) is unknown color: approx Gallery. HEX triplet: DB, D6 and CE. RGB value is (219,214,206). Sum of RGB (Red+Green+Blue) = 219+214+206=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6CE is #242931. Grayscale: #D6D6D6. Windows color (decimal): -2369842 or 13555419. OLE color: 13555419.

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

Color convert

RGB219214206-
CMYK00.020.060.14
HSL36.92º15.29%83.33%-
HSV(B)36.92º5.94%85.88%-
XYZ64.467.6168.05-
YUV214.58123.16131.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.27%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 206 (80.86% from 255) = 32.24%
R=34.27%
G=33.49%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921420600.020.060.1436.9215.2983.33
HexDBD6CE026E25f53
Octal333326316026164517123
Binary110110111101011011001110010110111010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD6CE; }

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

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

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

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

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

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

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

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