#DCBCB2

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

Shades of Wafer #DCBCB2

Tints of Wafer #DCBCB2

Color information

#DCBCB2 (or 0xDCBCB2) is unknown color: approx Wafer. HEX triplet: DC, BC and B2. RGB value is (220,188,178). Sum of RGB (Red+Green+Blue) = 220+188+178=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBCB2 is #23434D. Grayscale: #C4C4C4. Windows color (decimal): -2310990 or 11713756. OLE color: 11713756.

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

Color convert

RGB220188178-
CMYK00.150.190.14
HSL14.29º37.5%78.04%-
HSV(B)14.29º19.09%86.27%-
XYZ55.5354.449.69-
YUV196.43117.6144.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 178 (69.92% from 255) = 30.38%
R=37.54%
G=32.08%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018817800.150.190.1414.2937.578.04
HexDCBCB20F13Ee264e
Octal33427426201723161646116
Binary1101110010111100101100100111110011111011101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCB2; }

 p { color: rgb(220,188,178); }

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

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

 a { background-color: rgb(220,188,178); }

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

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

 span { border-color: rgb(220,188,178); }

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