#DCB7FC

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

Shades of Mauve #DCB7FC

Tints of Mauve #DCB7FC

Color information

#DCB7FC (or 0xDCB7FC) is unknown color: approx Mauve. HEX triplet: DC, B7 and FC. RGB value is (220,183,252). Sum of RGB (Red+Green+Blue) = 220+183+252=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 183 (71.88% from 255 or 27.94% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCB7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7FC is #234803. Grayscale: #C9C9C9. Windows color (decimal): -2312196 or 16562140. OLE color: 16562140.

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

Color convert

RGB220183252-
CMYK0.130.2700.01
HSL272.17º92%85.29%-
HSV(B)272.17º27.38%98.82%-
XYZ64.0256.1199.55-
YUV201.93156.26140.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.59%
GREEN value IS 183 (71.88% from 255) = 27.94%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=33.59%
G=27.94%
B=38.47%

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
Decimal2201832520.130.2700.01272.179285.29
HexDCB7FCD1B011105c55
Octal334267374153301420134125
Binary1101110010110111111111001101110110110001000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7FC; }

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

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

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

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

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

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

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

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