#D7B4FE

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

Shades of Mauve #D7B4FE

Tints of Mauve #D7B4FE

Color information

#D7B4FE (or 0xD7B4FE) is unknown color: approx Mauve. HEX triplet: D7, B4 and FE. RGB value is (215,180,254). Sum of RGB (Red+Green+Blue) = 215+180+254=649 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.13% from 649); Green value is 180 (70.70% from 255 or 27.73% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7B4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B4FE is #284B01. Grayscale: #C6C6C6. Windows color (decimal): -2640642 or 16692439. OLE color: 16692439.

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

Color convert

RGB215180254-
CMYK0.150.2900.00
HSL268.38º97.37%85.1%-
HSV(B)268.38º29.13%99.61%-
XYZ62.2354.25100.96-
YUV198.9159.1139.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.13%
GREEN value IS 180 (70.70% from 255) = 27.73%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=33.13%
G=27.73%
B=39.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2151802540.150.2900.00268.3897.3785.1
HexD7B4FEF1D0010c6155
Octal327264376173500414141125
Binary1101011110110100111111101111111010010000110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B4FE; }

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

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

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

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

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

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

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

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