#DCB6EB

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

Shades of Mauve #DCB6EB

Tints of Mauve #DCB6EB

Color information

#DCB6EB (or 0xDCB6EB) is unknown color: approx Mauve. HEX triplet: DC, B6 and EB. RGB value is (220,182,235). Sum of RGB (Red+Green+Blue) = 220+182+235=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 182 (71.48% from 255 or 28.57% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCB6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6EB is #234914. Grayscale: #C7C7C7. Windows color (decimal): -2312469 or 15447772. OLE color: 15447772.

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

Color convert

RGB220182235-
CMYK0.060.2300.08
HSL283.02º56.99%81.76%-
HSV(B)283.02º22.55%92.16%-
XYZ61.2454.6785.92-
YUV199.4148.09142.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 182 (71.48% from 255) = 28.57%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=34.54%
G=28.57%
B=36.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201822350.060.2300.08283.0256.9981.76
HexDCB6EB6170811b3952
Octal33426635362701043371122
Binary11011100101101101110101111010111010001000110111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6EB; }

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

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

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

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

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

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

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

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