#DCBCEB

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

Shades of Mauve #DCBCEB

Tints of Mauve #DCBCEB

Color information

#DCBCEB (or 0xDCBCEB) is unknown color: approx Mauve. HEX triplet: DC, BC and EB. RGB value is (220,188,235). Sum of RGB (Red+Green+Blue) = 220+188+235=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCBCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCEB is #234314. Grayscale: #CACACA. Windows color (decimal): -2310933 or 15449308. OLE color: 15449308.

HSL color Cylindrical-coordinate representation of color #DCBCEB: hue angle of 280.85º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBCEB is Cyan = 0.06, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220188235-
CMYK0.060.200.08
HSL280.85º54.02%82.94%-
HSV(B)280.85º20%92.16%-
XYZ62.4957.1886.34-
YUV202.93146.1140.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 188 (73.83% from 255) = 29.24%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=34.21%
G=29.24%
B=36.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201882350.060.200.08280.8554.0282.94
HexDCBCEB614081193653
Octal33427435362401043166123
Binary11011100101111001110101111010100010001000110011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCEB; }

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

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

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

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

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

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

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

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