#D6B1FB

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

Shades of Mauve #D6B1FB

Tints of Mauve #D6B1FB

Color information

#D6B1FB (or 0xD6B1FB) is unknown color: approx Mauve. HEX triplet: D6, B1 and FB. RGB value is (214,177,251). Sum of RGB (Red+Green+Blue) = 214+177+251=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 177 (69.53% from 255 or 27.57% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6B1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B1FB is #294E04. Grayscale: #C4C4C4. Windows color (decimal): -2706949 or 16495062. OLE color: 16495062.

HSL color Cylindrical-coordinate representation of color #D6B1FB: hue angle of 270º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6B1FB is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214177251-
CMYK0.150.2900.02
HSL270º90.24%83.92%-
HSV(B)270º29.48%98.43%-
XYZ60.8752.7198.23-
YUV196.5158.76140.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.33%
GREEN value IS 177 (69.53% from 255) = 27.57%
BLUE value IS 251 (98.44% from 255) = 39.10%
R=33.33%
G=27.57%
B=39.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141772510.150.2900.0227090.2483.92
HexD6B1FBF1D0210e5a54
Octal326261373173502416132124
Binary11010110101100011111101111111110101010000111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B1FB; }

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

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

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

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

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

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

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

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