#DCB9FF

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

Shades of Mauve #DCB9FF

Tints of Mauve #DCB9FF

Color information

#DCB9FF (or 0xDCB9FF) is unknown color: approx Mauve. HEX triplet: DC, B9 and FF. RGB value is (220,185,255). Sum of RGB (Red+Green+Blue) = 220+185+255=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 185 (72.66% from 255 or 28.03% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9FF is #234600. Grayscale: #CBCBCB. Windows color (decimal): -2311681 or 16759260. OLE color: 16759260.

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

Color convert

RGB220185255-
CMYK0.140.2700
HSL270º100%86.27%-
HSV(B)270º27.45%100%-
XYZ64.9157.13102.21-
YUV203.44157.1139.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.33%
GREEN value IS 185 (72.66% from 255) = 28.03%
BLUE value IS 255 (100% from 255) = 38.64%
R=33.33%
G=28.03%
B=38.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201852550.140.270027010086.27
HexDCB9FFE1B0010e6456
Octal334271377163300416144126
Binary1101110010111001111111111110110110010000111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9FF; }

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

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

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

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

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

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

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

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