#D7B2FE

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

Shades of Mauve #D7B2FE

Tints of Mauve #D7B2FE

Color information

#D7B2FE (or 0xD7B2FE) is unknown color: approx Mauve. HEX triplet: D7, B2 and FE. RGB value is (215,178,254). Sum of RGB (Red+Green+Blue) = 215+178+254=647 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.23% from 647); Green value is 178 (69.92% from 255 or 27.51% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7B2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7B2FE is #284D01. Grayscale: #C5C5C5. Windows color (decimal): -2641154 or 16691927. OLE color: 16691927.

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

Color convert

RGB215178254-
CMYK0.150.3000.00
HSL269.21º97.44%84.71%-
HSV(B)269.21º29.92%99.61%-
XYZ61.8353.44100.82-
YUV197.73159.76140.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.23%
GREEN value IS 178 (69.92% from 255) = 27.51%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=33.23%
G=27.51%
B=39.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2151782540.150.3000.00269.2197.4484.71
HexD7B2FEF1E0010d6155
Octal327262376173600415141125
Binary1101011110110010111111101111111100010000110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B2FE; }

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

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

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

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

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

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

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

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