#DCB3FF

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

Shades of Mauve #DCB3FF

Tints of Mauve #DCB3FF

Color information

#DCB3FF (or 0xDCB3FF) is unknown color: approx Mauve. HEX triplet: DC, B3 and FF. RGB value is (220,179,255). Sum of RGB (Red+Green+Blue) = 220+179+255=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3FF is #234C00. Grayscale: #C7C7C7. Windows color (decimal): -2313217 or 16757724. OLE color: 16757724.

HSL color Cylindrical-coordinate representation of color #DCB3FF: hue angle of 272.37º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB3FF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220179255-
CMYK0.140.3000
HSL272.37º100%85.1%-
HSV(B)272.37º29.8%100%-
XYZ63.6954.68101.8-
YUV199.92159.08142.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.64%
GREEN value IS 179 (70.31% from 255) = 27.37%
BLUE value IS 255 (100% from 255) = 38.99%
R=33.64%
G=27.37%
B=38.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201792550.140.3000272.3710085.1
HexDCB3FFE1E001106455
Octal334263377163600420144125
Binary1101110010110011111111111110111100010001000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3FF; }

 p { color: rgb(220,179,255); }

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

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

 a { background-color: rgb(220,179,255); }

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

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

 span { border-color: rgb(220,179,255); }

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