#DCB1F3

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

Shades of Mauve #DCB1F3

Tints of Mauve #DCB1F3

Color information

#DCB1F3 (or 0xDCB1F3) is unknown color: approx Mauve. HEX triplet: DC, B1 and F3. RGB value is (220,177,243). Sum of RGB (Red+Green+Blue) = 220+177+243=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 177 (69.53% from 255 or 27.66% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCB1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB1F3 is #234E0C. Grayscale: #C5C5C5. Windows color (decimal): -2313741 or 15970780. OLE color: 15970780.

HSL color Cylindrical-coordinate representation of color #DCB1F3: hue angle of 279.09º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCB1F3 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220177243-
CMYK0.090.2700.05
HSL279.09º73.33%82.35%-
HSV(B)279.09º27.16%95.29%-
XYZ61.4253.1391.81-
YUV197.38153.75144.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 177 (69.53% from 255) = 27.66%
BLUE value IS 243 (95.31% from 255) = 37.97%
R=34.38%
G=27.66%
B=37.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201772430.090.2700.05279.0973.3382.35
HexDCB1F391B051174952
Octal334261363113305427111122
Binary110111001011000111110011100111011010110001011110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB1F3; }

 p { color: rgb(220,177,243); }

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

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

 a { background-color: rgb(220,177,243); }

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

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

 span { border-color: rgb(220,177,243); }

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