#DCB8FD

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

Shades of Mauve #DCB8FD

Tints of Mauve #DCB8FD

Color information

#DCB8FD (or 0xDCB8FD) is unknown color: approx Mauve. HEX triplet: DC, B8 and FD. RGB value is (220,184,253). Sum of RGB (Red+Green+Blue) = 220+184+253=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 184 (72.27% from 255 or 28.01% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCB8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB8FD is #234702. Grayscale: #CACACA. Windows color (decimal): -2311939 or 16627932. OLE color: 16627932.

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

Color convert

RGB220184253-
CMYK0.130.2700.01
HSL271.3º94.52%85.69%-
HSV(B)271.3º27.27%99.22%-
XYZ64.3956.59100.46-
YUV202.63156.43140.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 184 (72.27% from 255) = 28.01%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=33.49%
G=28.01%
B=38.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201842530.130.2700.01271.394.5285.69
HexDCB8FDD1B0110f5f56
Octal334270375153301417137126
Binary1101110010111000111111011101110110110000111110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB8FD; }

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

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

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

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

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

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

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

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