#DCB9FA

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

Shades of Mauve #DCB9FA

Tints of Mauve #DCB9FA

Color information

#DCB9FA (or 0xDCB9FA) is unknown color: approx Mauve. HEX triplet: DC, B9 and FA. RGB value is (220,185,250). Sum of RGB (Red+Green+Blue) = 220+185+250=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCB9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9FA is #234605. Grayscale: #CACACA. Windows color (decimal): -2311686 or 16431580. OLE color: 16431580.

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

Color convert

RGB220185250-
CMYK0.120.2600.02
HSL272.31º86.67%85.29%-
HSV(B)272.31º26%98.04%-
XYZ64.1256.8298.03-
YUV202.88154.6140.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.59%
GREEN value IS 185 (72.66% from 255) = 28.24%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=33.59%
G=28.24%
B=38.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201852500.120.2600.02272.3186.6785.29
HexDCB9FAC1A021105755
Octal334271372143202420127125
Binary11011100101110011111101011001101001010001000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9FA; }

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

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

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

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

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

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

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

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