#DCB5FA

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

Shades of Mauve #DCB5FA

Tints of Mauve #DCB5FA

Color information

#DCB5FA (or 0xDCB5FA) is unknown color: approx Mauve. HEX triplet: DC, B5 and FA. RGB value is (220,181,250). Sum of RGB (Red+Green+Blue) = 220+181+250=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 181 (71.09% from 255 or 27.80% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCB5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5FA is #234A05. Grayscale: #C8C8C8. Windows color (decimal): -2312710 or 16430556. OLE color: 16430556.

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

Color convert

RGB220181250-
CMYK0.120.2800.02
HSL273.91º87.34%84.51%-
HSV(B)273.91º27.6%98.04%-
XYZ63.2955.1797.75-
YUV200.53155.92141.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.79%
GREEN value IS 181 (71.09% from 255) = 27.80%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=33.79%
G=27.80%
B=38.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201812500.120.2800.02273.9187.3484.51
HexDCB5FAC1C021125755
Octal334265372143402422127125
Binary11011100101101011111101011001110001010001001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5FA; }

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

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

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

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

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

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

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

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