#D3AAFB

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

Shades of Mauve #D3AAFB

Tints of Mauve #D3AAFB

Color information

#D3AAFB (or 0xD3AAFB) is unknown color: approx Mauve. HEX triplet: D3, AA and FB. RGB value is (211,170,251). Sum of RGB (Red+Green+Blue) = 211+170+251=632 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.39% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3AAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AAFB is #2C5504. Grayscale: #BFBFBF. Windows color (decimal): -2905349 or 16493267. OLE color: 16493267.

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

Color convert

RGB211170251-
CMYK0.160.3200.02
HSL270.37º91.01%82.55%-
HSV(B)270.37º32.27%98.43%-
XYZ58.6549.5697.74-
YUV191.49161.58141.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.39%
GREEN value IS 170 (66.80% from 255) = 26.90%
BLUE value IS 251 (98.44% from 255) = 39.72%
R=33.39%
G=26.90%
B=39.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111702510.160.3200.02270.3791.0182.55
HexD3AAFB10200210e5b53
Octal323252373204002416133123
Binary1101001110101010111110111000010000001010000111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AAFB; }

 p { color: rgb(211,170,251); }

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

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

 a { background-color: rgb(211,170,251); }

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

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

 span { border-color: rgb(211,170,251); }

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