#D7B4F6

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

Shades of Mauve #D7B4F6

Tints of Mauve #D7B4F6

Color information

#D7B4F6 (or 0xD7B4F6) is unknown color: approx Mauve. HEX triplet: D7, B4 and F6. RGB value is (215,180,246). Sum of RGB (Red+Green+Blue) = 215+180+246=641 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.54% from 641); Green value is 180 (70.70% from 255 or 28.08% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7B4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B4F6 is #284B09. Grayscale: #C5C5C5. Windows color (decimal): -2640650 or 16168151. OLE color: 16168151.

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

Color convert

RGB215180246-
CMYK0.130.2700.04
HSL271.82º78.57%83.53%-
HSV(B)271.82º26.83%96.47%-
XYZ60.9853.7494.35-
YUV197.99155.1140.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.54%
GREEN value IS 180 (70.70% from 255) = 28.08%
BLUE value IS 246 (96.48% from 255) = 38.38%
R=33.54%
G=28.08%
B=38.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2151802460.130.2700.04271.8278.5783.53
HexD7B4F6D1B041104f54
Octal327264366153304420117124
Binary110101111011010011110110110111011010010001000010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B4F6; }

 p { color: rgb(215,180,246); }

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

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

 a { background-color: rgb(215,180,246); }

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

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

 span { border-color: rgb(215,180,246); }

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