#D3B4FF

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

Shades of Mauve #D3B4FF

Tints of Mauve #D3B4FF

Color information

#D3B4FF (or 0xD3B4FF) is unknown color: approx Mauve. HEX triplet: D3, B4 and FF. RGB value is (211,180,255). Sum of RGB (Red+Green+Blue) = 211+180+255=646 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.66% from 646); Green value is 180 (70.70% from 255 or 27.86% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3B4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B4FF is #2C4B00. Grayscale: #C5C5C5. Windows color (decimal): -2902785 or 16757971. OLE color: 16757971.

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

Color convert

RGB211180255-
CMYK0.170.2900
HSL264.8º100%85.29%-
HSV(B)264.8º29.41%100%-
XYZ61.2453.71101.75-
YUV197.82160.27137.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.66%
GREEN value IS 180 (70.70% from 255) = 27.86%
BLUE value IS 255 (100% from 255) = 39.47%
R=32.66%
G=27.86%
B=39.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2111802550.170.2900264.810085.29
HexD3B4FF111D001096455
Octal323264377213500411144125
Binary11010011101101001111111110001111010010000100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B4FF; }

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

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

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

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

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

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

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

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