#D6B7FF

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

Shades of Mauve #D6B7FF

Tints of Mauve #D6B7FF

Color information

#D6B7FF (or 0xD6B7FF) is unknown color: approx Mauve. HEX triplet: D6, B7 and FF. RGB value is (214,183,255). Sum of RGB (Red+Green+Blue) = 214+183+255=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 183 (71.88% from 255 or 28.07% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6B7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B7FF is #294800. Grayscale: #C8C8C8. Windows color (decimal): -2705409 or 16758742. OLE color: 16758742.

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

Color convert

RGB214183255-
CMYK0.160.2800
HSL265.83º100%85.88%-
HSV(B)265.83º28.24%100%-
XYZ62.7255.38101.99-
YUV200.48158.77137.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.82%
GREEN value IS 183 (71.88% from 255) = 28.07%
BLUE value IS 255 (100% from 255) = 39.11%
R=32.82%
G=28.07%
B=39.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141832550.160.2800265.8310085.88
HexD6B7FF101C0010a6456
Octal326267377203400412144126
Binary11010110101101111111111110000111000010000101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B7FF; }

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

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

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

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

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

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

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

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