#DBC1B7

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

Shades of Wafer #DBC1B7

Tints of Wafer #DBC1B7

Color information

#DBC1B7 (or 0xDBC1B7) is unknown color: approx Wafer. HEX triplet: DB, C1 and B7. RGB value is (219,193,183). Sum of RGB (Red+Green+Blue) = 219+193+183=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 183 (71.88% from 255 or 30.76% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1B7 is #243E48. Grayscale: #C7C7C7. Windows color (decimal): -2375241 or 12042715. OLE color: 12042715.

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

Color convert

RGB219193183-
CMYK00.120.160.14
HSL16.67º33.33%78.82%-
HSV(B)16.67º16.44%85.88%-
XYZ56.8356.6252.73-
YUV199.63118.61141.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 193 (75.78% from 255) = 32.44%
BLUE value IS 183 (71.88% from 255) = 30.76%
R=36.81%
G=32.44%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919318300.120.160.1416.6733.3378.82
HexDBC1B70C10E11214f
Octal33330126701420162141117
Binary11011011110000011011011101100100001110100011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC1B7; }

 p { color: rgb(219,193,183); }

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

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

 a { background-color: rgb(219,193,183); }

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

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

 span { border-color: rgb(219,193,183); }

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