#D3B6F6

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

Shades of Mauve #D3B6F6

Tints of Mauve #D3B6F6

Color information

#D3B6F6 (or 0xD3B6F6) is unknown color: approx Mauve. HEX triplet: D3, B6 and F6. RGB value is (211,182,246). Sum of RGB (Red+Green+Blue) = 211+182+246=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #D3B6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B6F6 is #2C4909. Grayscale: #C5C5C5. Windows color (decimal): -2902282 or 16168659. OLE color: 16168659.

HSL color Cylindrical-coordinate representation of color #D3B6F6: hue angle of 267.19º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3B6F6 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB211182246-
CMYK0.140.2600.04
HSL267.19º78.05%83.92%-
HSV(B)267.19º26.02%96.47%-
XYZ60.2353.9694.43-
YUV197.97155.11137.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.02%
GREEN value IS 182 (71.48% from 255) = 28.48%
BLUE value IS 246 (96.48% from 255) = 38.50%
R=33.02%
G=28.48%
B=38.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2111822460.140.2600.04267.1978.0583.92
HexD3B6F6E1A0410b4e54
Octal323266366163204413116124
Binary110100111011011011110110111011010010010000101110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B6F6; }

 p { color: rgb(211,182,246); }

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

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

 a { background-color: rgb(211,182,246); }

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

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

 span { border-color: rgb(211,182,246); }

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