#D6B3F1

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

Shades of Mauve #D6B3F1

Tints of Mauve #D6B3F1

Color information

#D6B3F1 (or 0xD6B3F1) is unknown color: approx Mauve. HEX triplet: D6, B3 and F1. RGB value is (214,179,241). Sum of RGB (Red+Green+Blue) = 214+179+241=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 179 (70.31% from 255 or 28.23% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6B3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B3F1 is #294C0E. Grayscale: #C4C4C4. Windows color (decimal): -2706447 or 15840214. OLE color: 15840214.

HSL color Cylindrical-coordinate representation of color #D6B3F1: hue angle of 273.87º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6B3F1 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214179241-
CMYK0.110.2600.05
HSL273.87º68.89%82.35%-
HSV(B)273.87º25.73%94.51%-
XYZ59.7352.8990.28-
YUV196.53153.1140.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.75%
GREEN value IS 179 (70.31% from 255) = 28.23%
BLUE value IS 241 (94.53% from 255) = 38.01%
R=33.75%
G=28.23%
B=38.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2141792410.110.2600.05273.8768.8982.35
HexD6B3F1B1A051124552
Octal326263361133205422105122
Binary110101101011001111110001101111010010110001001010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B3F1; }

 p { color: rgb(214,179,241); }

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

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

 a { background-color: rgb(214,179,241); }

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

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

 span { border-color: rgb(214,179,241); }

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