#D3B1FE

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

Shades of Mauve #D3B1FE

Tints of Mauve #D3B1FE

Color information

#D3B1FE (or 0xD3B1FE) is unknown color: approx Mauve. HEX triplet: D3, B1 and FE. RGB value is (211,177,254). Sum of RGB (Red+Green+Blue) = 211+177+254=642 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.87% from 642); Green value is 177 (69.53% from 255 or 27.57% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3B1FE is #2C4E01. Grayscale: #C3C3C3. Windows color (decimal): -2903554 or 16691667. OLE color: 16691667.

HSL color Cylindrical-coordinate representation of color #D3B1FE: hue angle of 266.49º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3B1FE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB211177254-
CMYK0.170.3000.00
HSL266.49º97.47%84.51%-
HSV(B)266.49º30.31%99.61%-
XYZ60.4852.45100.7-
YUV195.94160.76138.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.87%
GREEN value IS 177 (69.53% from 255) = 27.57%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=32.87%
G=27.57%
B=39.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2111772540.170.3000.00266.4997.4784.51
HexD3B1FE111E0010a6155
Octal323261376213600412141125
Binary11010011101100011111111010001111100010000101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B1FE; }

 p { color: rgb(211,177,254); }

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

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

 a { background-color: rgb(211,177,254); }

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

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

 span { border-color: rgb(211,177,254); }

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