#DCB7FD

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

Shades of Mauve #DCB7FD

Tints of Mauve #DCB7FD

Color information

#DCB7FD (or 0xDCB7FD) is unknown color: approx Mauve. HEX triplet: DC, B7 and FD. RGB value is (220,183,253). Sum of RGB (Red+Green+Blue) = 220+183+253=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 183 (71.88% from 255 or 27.90% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCB7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7FD is #234802. Grayscale: #C9C9C9. Windows color (decimal): -2312195 or 16627676. OLE color: 16627676.

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

Color convert

RGB220183253-
CMYK0.130.2800.01
HSL271.71º94.59%85.49%-
HSV(B)271.71º27.67%99.22%-
XYZ64.1856.17100.39-
YUV202.04156.76140.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.54%
GREEN value IS 183 (71.88% from 255) = 27.90%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=33.54%
G=27.90%
B=38.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201832530.130.2800.01271.7194.5985.49
HexDCB7FDD1C011105f55
Octal334267375153401420137125
Binary1101110010110111111111011101111000110001000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7FD; }

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

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

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

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

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

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

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

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