#DCA7FB

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

Shades of Mauve #DCA7FB

Tints of Mauve #DCA7FB

Color information

#DCA7FB (or 0xDCA7FB) is unknown color: approx Mauve. HEX triplet: DC, A7 and FB. RGB value is (220,167,251). Sum of RGB (Red+Green+Blue) = 220+167+251=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 167 (65.62% from 255 or 26.18% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCA7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA7FB is #235804. Grayscale: #C0C0C0. Windows color (decimal): -2316293 or 16492508. OLE color: 16492508.

HSL color Cylindrical-coordinate representation of color #DCA7FB: hue angle of 277.86º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCA7FB is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220167251-
CMYK0.120.3300.02
HSL277.86º91.3%81.96%-
HSV(B)277.86º33.47%98.43%-
XYZ60.7549.8297.68-
YUV192.42161.06147.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 167 (65.62% from 255) = 26.18%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=34.48%
G=26.18%
B=39.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201672510.120.3300.02277.8691.381.96
HexDCA7FBC21021165b52
Octal334247373144102426133122
Binary110111001010011111111011110010000101010001011010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7FB; }

 p { color: rgb(220,167,251); }

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

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

 a { background-color: rgb(220,167,251); }

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

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

 span { border-color: rgb(220,167,251); }

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