#DBD4CB

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

Shades of Gallery #DBD4CB

Tints of Gallery #DBD4CB

Color information

#DBD4CB (or 0xDBD4CB) is unknown color: approx Gallery. HEX triplet: DB, D4 and CB. RGB value is (219,212,203). Sum of RGB (Red+Green+Blue) = 219+212+203=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4CB is #242B34. Grayscale: #D5D5D5. Windows color (decimal): -2370357 or 13358299. OLE color: 13358299.

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

Color convert

RGB219212203-
CMYK00.030.070.14
HSL33.75º18.18%82.75%-
HSV(B)33.75º7.31%85.88%-
XYZ63.5466.4665.98-
YUV213.07122.32132.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 212 (83.20% from 255) = 33.44%
BLUE value IS 203 (79.69% from 255) = 32.02%
R=34.54%
G=33.44%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921220300.030.070.1433.7518.1882.75
HexDBD4CB037E221253
Octal333324313037164222123
Binary1101101111010100110010110111111110100010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4CB; }

 p { color: rgb(219,212,203); }

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

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

 a { background-color: rgb(219,212,203); }

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

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

 span { border-color: rgb(219,212,203); }

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