#DCB3FC

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

Shades of Mauve #DCB3FC

Tints of Mauve #DCB3FC

Color information

#DCB3FC (or 0xDCB3FC) is unknown color: approx Mauve. HEX triplet: DC, B3 and FC. RGB value is (220,179,252). Sum of RGB (Red+Green+Blue) = 220+179+252=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 179 (70.31% from 255 or 27.50% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCB3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3FC is #234C03. Grayscale: #C7C7C7. Windows color (decimal): -2313220 or 16561116. OLE color: 16561116.

HSL color Cylindrical-coordinate representation of color #DCB3FC: hue angle of 273.7º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCB3FC is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220179252-
CMYK0.130.2900.01
HSL273.7º92.41%84.51%-
HSV(B)273.7º28.97%98.82%-
XYZ63.2154.4899.28-
YUV199.58157.58142.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.79%
GREEN value IS 179 (70.31% from 255) = 27.50%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=33.79%
G=27.50%
B=38.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201792520.130.2900.01273.792.4184.51
HexDCB3FCD1D011125c55
Octal334263374153501422134125
Binary1101110010110011111111001101111010110001001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3FC; }

 p { color: rgb(220,179,252); }

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

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

 a { background-color: rgb(220,179,252); }

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

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

 span { border-color: rgb(220,179,252); }

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