#DCB3FE

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

Shades of Mauve #DCB3FE

Tints of Mauve #DCB3FE

Color information

#DCB3FE (or 0xDCB3FE) is unknown color: approx Mauve. HEX triplet: DC, B3 and FE. RGB value is (220,179,254). Sum of RGB (Red+Green+Blue) = 220+179+254=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 179 (70.31% from 255 or 27.41% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCB3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3FE is #234C01. Grayscale: #C7C7C7. Windows color (decimal): -2313218 or 16692188. OLE color: 16692188.

HSL color Cylindrical-coordinate representation of color #DCB3FE: hue angle of 272.8º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB3FE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB220179254-
CMYK0.130.3000.00
HSL272.8º97.4%84.9%-
HSV(B)272.8º29.53%99.61%-
XYZ63.5254.61100.96-
YUV199.81158.58142.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 179 (70.31% from 255) = 27.41%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=33.69%
G=27.41%
B=38.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2201792540.130.3000.00272.897.484.9
HexDCB3FED1E001116155
Octal334263376153600421141125
Binary1101110010110011111111101101111100010001000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3FE; }

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

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

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

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

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

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

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

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