#D6B3FF

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

Shades of Mauve #D6B3FF

Tints of Mauve #D6B3FF

Color information

#D6B3FF (or 0xD6B3FF) is unknown color: approx Mauve. HEX triplet: D6, B3 and FF. RGB value is (214,179,255). Sum of RGB (Red+Green+Blue) = 214+179+255=648 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.02% from 648); Green value is 179 (70.31% from 255 or 27.62% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6B3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B3FF is #294C00. Grayscale: #C5C5C5. Windows color (decimal): -2706433 or 16757718. OLE color: 16757718.

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

Color convert

RGB214179255-
CMYK0.160.3000
HSL267.63º100%85.1%-
HSV(B)267.63º29.8%100%-
XYZ61.953.76101.72-
YUV198.13160.1139.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.02%
GREEN value IS 179 (70.31% from 255) = 27.62%
BLUE value IS 255 (100% from 255) = 39.35%
R=33.02%
G=27.62%
B=39.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141792550.160.3000267.6310085.1
HexD6B3FF101E0010c6455
Octal326263377203600414144125
Binary11010110101100111111111110000111100010000110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B3FF; }

 p { color: rgb(214,179,255); }

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

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

 a { background-color: rgb(214,179,255); }

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

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

 span { border-color: rgb(214,179,255); }

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