#DCB7FF

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

Shades of Mauve #DCB7FF

Tints of Mauve #DCB7FF

Color information

#DCB7FF (or 0xDCB7FF) is unknown color: approx Mauve. HEX triplet: DC, B7 and FF. RGB value is (220,183,255). Sum of RGB (Red+Green+Blue) = 220+183+255=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 183 (71.88% from 255 or 27.81% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCB7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7FF is #234800. Grayscale: #CACACA. Windows color (decimal): -2312193 or 16758748. OLE color: 16758748.

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

Color convert

RGB220183255-
CMYK0.140.2800
HSL270.83º100%85.88%-
HSV(B)270.83º28.24%100%-
XYZ64.556.3102.08-
YUV202.27157.76140.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.43%
GREEN value IS 183 (71.88% from 255) = 27.81%
BLUE value IS 255 (100% from 255) = 38.75%
R=33.43%
G=27.81%
B=38.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201832550.140.2800270.8310085.88
HexDCB7FFE1C0010f6456
Octal334267377163400417144126
Binary1101110010110111111111111110111000010000111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7FF; }

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

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

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

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

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

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

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

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