#DBC2BA

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

Shades of Wafer #DBC2BA

Tints of Wafer #DBC2BA

Color information

#DBC2BA (or 0xDBC2BA) is unknown color: approx Wafer. HEX triplet: DB, C2 and BA. RGB value is (219,194,186). Sum of RGB (Red+Green+Blue) = 219+194+186=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2BA is #243D45. Grayscale: #C8C8C8. Windows color (decimal): -2374982 or 12239579. OLE color: 12239579.

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

Color convert

RGB219194186-
CMYK00.110.150.14
HSL14.55º31.43%79.41%-
HSV(B)14.55º15.07%85.88%-
XYZ57.3757.1954.47-
YUV200.56119.78141.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.56%
GREEN value IS 194 (76.17% from 255) = 32.39%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=36.56%
G=32.39%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919418600.110.150.1414.5531.4379.41
HexDBC2BA0BFEf1f4f
Octal33330227201317161737117
Binary11011011110000101011101001011111111101111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC2BA; }

 p { color: rgb(219,194,186); }

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

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

 a { background-color: rgb(219,194,186); }

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

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

 span { border-color: rgb(219,194,186); }

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