#DCBDFA

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

Shades of Mauve #DCBDFA

Tints of Mauve #DCBDFA

Color information

#DCBDFA (or 0xDCBDFA) is unknown color: approx Mauve. HEX triplet: DC, BD and FA. RGB value is (220,189,250). Sum of RGB (Red+Green+Blue) = 220+189+250=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCBDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDFA is #234205. Grayscale: #CDCDCD. Windows color (decimal): -2310662 or 16432604. OLE color: 16432604.

HSL color Cylindrical-coordinate representation of color #DCBDFA: hue angle of 270.49º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCBDFA is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220189250-
CMYK0.120.2400.02
HSL270.49º85.92%86.08%-
HSV(B)270.49º24.4%98.04%-
XYZ64.9758.5198.31-
YUV205.22153.27138.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.38%
GREEN value IS 189 (74.22% from 255) = 28.68%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=33.38%
G=28.68%
B=37.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201892500.120.2400.02270.4985.9286.08
HexDCBDFAC180210e5656
Octal334275372143002416126126
Binary11011100101111011111101011001100001010000111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDFA; }

 p { color: rgb(220,189,250); }

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

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

 a { background-color: rgb(220,189,250); }

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

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

 span { border-color: rgb(220,189,250); }

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