#D3B4F7

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

Shades of Mauve #D3B4F7

Tints of Mauve #D3B4F7

Color information

#D3B4F7 (or 0xD3B4F7) is unknown color: approx Mauve. HEX triplet: D3, B4 and F7. RGB value is (211,180,247). Sum of RGB (Red+Green+Blue) = 211+180+247=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 180 (70.70% from 255 or 28.21% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 247 - color contains mainly: blue. Hex color #D3B4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B4F7 is #2C4B08. Grayscale: #C4C4C4. Windows color (decimal): -2902793 or 16233683. OLE color: 16233683.

HSL color Cylindrical-coordinate representation of color #D3B4F7: hue angle of 267.76º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3B4F7 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB211180247-
CMYK0.150.2700.03
HSL267.76º80.72%83.73%-
HSV(B)267.76º27.13%96.86%-
XYZ59.9753.2195.1-
YUV196.91156.27138.05-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.07%
GREEN value IS 180 (70.70% from 255) = 28.21%
BLUE value IS 247 (96.88% from 255) = 38.71%
R=33.07%
G=28.21%
B=38.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2111802470.150.2700.03267.7680.7283.73
HexD3B4F7F1B0310c5154
Octal323264367173303414121124
Binary11010011101101001111011111111101101110000110010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B4F7; }

 p { color: rgb(211,180,247); }

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

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

 a { background-color: rgb(211,180,247); }

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

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

 span { border-color: rgb(211,180,247); }

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