#DCB6ED

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

Shades of Mauve #DCB6ED

Tints of Mauve #DCB6ED

Color information

#DCB6ED (or 0xDCB6ED) is unknown color: approx Mauve. HEX triplet: DC, B6 and ED. RGB value is (220,182,237). Sum of RGB (Red+Green+Blue) = 220+182+237=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6ED is #234912. Grayscale: #C7C7C7. Windows color (decimal): -2312467 or 15578844. OLE color: 15578844.

HSL color Cylindrical-coordinate representation of color #DCB6ED: hue angle of 281.45º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB6ED is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220182237-
CMYK0.070.2300.07
HSL281.45º60.44%82.16%-
HSV(B)281.45º23.21%92.94%-
XYZ61.5354.7987.45-
YUV199.63149.09142.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 182 (71.48% from 255) = 28.48%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=34.43%
G=28.48%
B=37.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201822370.070.2300.07281.4560.4482.16
HexDCB6ED717071193c52
Octal3342663557270743174122
Binary1101110010110110111011011111011101111000110011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6ED; }

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

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

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

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

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

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

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

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