#D7B6F3

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

Shades of Mauve #D7B6F3

Tints of Mauve #D7B6F3

Color information

#D7B6F3 (or 0xD7B6F3) is unknown color: approx Mauve. HEX triplet: D7, B6 and F3. RGB value is (215,182,243). Sum of RGB (Red+Green+Blue) = 215+182+243=640 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.59% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #D7B6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B6F3 is #28490C. Grayscale: #C6C6C6. Windows color (decimal): -2640141 or 15972055. OLE color: 15972055.

HSL color Cylindrical-coordinate representation of color #D7B6F3: hue angle of 272.46º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7B6F3 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215182243-
CMYK0.120.2500.05
HSL272.46º71.76%83.33%-
HSV(B)272.46º25.1%95.29%-
XYZ60.9354.3792.08-
YUV198.82152.93139.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.59%
GREEN value IS 182 (71.48% from 255) = 28.44%
BLUE value IS 243 (95.31% from 255) = 37.97%
R=33.59%
G=28.44%
B=37.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2151822430.120.2500.05272.4671.7683.33
HexD7B6F3C19051104853
Octal327266363143105420110123
Binary110101111011011011110011110011001010110001000010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B6F3; }

 p { color: rgb(215,182,243); }

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

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

 a { background-color: rgb(215,182,243); }

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

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

 span { border-color: rgb(215,182,243); }

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