#DCBDB1

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

Shades of Wafer #DCBDB1

Tints of Wafer #DCBDB1

Color information

#DCBDB1 (or 0xDCBDB1) is unknown color: approx Wafer. HEX triplet: DC, BD and B1. RGB value is (220,189,177). Sum of RGB (Red+Green+Blue) = 220+189+177=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBDB1 is #23424E. Grayscale: #C4C4C4. Windows color (decimal): -2310735 or 11648476. OLE color: 11648476.

HSL color Cylindrical-coordinate representation of color #DCBDB1: hue angle of 16.74º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBDB1 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220189177-
CMYK00.140.200.14
HSL16.74º38.05%77.84%-
HSV(B)16.74º19.55%86.27%-
XYZ55.6554.7949.24-
YUV196.9116.77144.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 177 (69.53% from 255) = 30.20%
R=37.54%
G=32.25%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018917700.140.200.1416.7438.0577.84
HexDCBDB10E14E11264e
Octal33427526101624162146116
Binary11011100101111011011000101110101001110100011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDB1; }

 p { color: rgb(220,189,177); }

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

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

 a { background-color: rgb(220,189,177); }

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

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

 span { border-color: rgb(220,189,177); }

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