#D6B1F2

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

Shades of Mauve #D6B1F2

Tints of Mauve #D6B1F2

Color information

#D6B1F2 (or 0xD6B1F2) is unknown color: approx Mauve. HEX triplet: D6, B1 and F2. RGB value is (214,177,242). Sum of RGB (Red+Green+Blue) = 214+177+242=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6B1F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B1F2 is #294E0D. Grayscale: #C3C3C3. Windows color (decimal): -2706958 or 15905238. OLE color: 15905238.

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

Color convert

RGB214177242-
CMYK0.120.2700.05
HSL274.15º71.43%82.16%-
HSV(B)274.15º26.86%94.9%-
XYZ59.4852.1590.94-
YUV195.47154.26141.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.81%
GREEN value IS 177 (69.53% from 255) = 27.96%
BLUE value IS 242 (94.92% from 255) = 38.23%
R=33.81%
G=27.96%
B=38.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2141772420.120.2700.05274.1571.4382.16
HexD6B1F2C1B051124752
Octal326261362143305422107122
Binary110101101011000111110010110011011010110001001010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B1F2; }

 p { color: rgb(214,177,242); }

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

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

 a { background-color: rgb(214,177,242); }

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

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

 span { border-color: rgb(214,177,242); }

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