#DCBEB1

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

Shades of Wafer #DCBEB1

Tints of Wafer #DCBEB1

Color information

#DCBEB1 (or 0xDCBEB1) is unknown color: approx Wafer. HEX triplet: DC, BE and B1. RGB value is (220,190,177). Sum of RGB (Red+Green+Blue) = 220+190+177=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBEB1 is #23414E. Grayscale: #C5C5C5. Windows color (decimal): -2310479 or 11648732. OLE color: 11648732.

HSL color Cylindrical-coordinate representation of color #DCBEB1: hue angle of 18.14º 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 #DCBEB1 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220190177-
CMYK00.140.200.14
HSL18.14º38.05%77.84%-
HSV(B)18.14º19.55%86.27%-
XYZ55.8655.2249.31-
YUV197.49116.44144.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 177 (69.53% from 255) = 30.15%
R=37.48%
G=32.37%
B=30.15%

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
Decimal22019017700.140.200.1418.1438.0577.84
HexDCBEB10E14E12264e
Octal33427626101624162246116
Binary11011100101111101011000101110101001110100101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEB1; }

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

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

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

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

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

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

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

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