#DCB3FD

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

Shades of Mauve #DCB3FD

Tints of Mauve #DCB3FD

Color information

#DCB3FD (or 0xDCB3FD) is unknown color: approx Mauve. HEX triplet: DC, B3 and FD. RGB value is (220,179,253). Sum of RGB (Red+Green+Blue) = 220+179+253=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 179 (70.31% from 255 or 27.45% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCB3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3FD is #234C02. Grayscale: #C7C7C7. Windows color (decimal): -2313219 or 16626652. OLE color: 16626652.

HSL color Cylindrical-coordinate representation of color #DCB3FD: hue angle of 273.24º degrees, saturation: 0.95, 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 #DCB3FD is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220179253-
CMYK0.130.2900.01
HSL273.24º94.87%84.71%-
HSV(B)273.24º29.25%99.22%-
XYZ63.3654.55100.12-
YUV199.7158.08142.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.74%
GREEN value IS 179 (70.31% from 255) = 27.45%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=33.74%
G=27.45%
B=38.80%

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
Decimal2201792530.130.2900.01273.2494.8784.71
HexDCB3FDD1D011115f55
Octal334263375153501421137125
Binary1101110010110011111111011101111010110001000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3FD; }

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

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

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

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

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

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

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

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