#D7B2EB

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

Shades of Mauve #D7B2EB

Tints of Mauve #D7B2EB

Color information

#D7B2EB (or 0xD7B2EB) is unknown color: approx Mauve. HEX triplet: D7, B2 and EB. RGB value is (215,178,235). Sum of RGB (Red+Green+Blue) = 215+178+235=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7B2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7B2EB is #284D14. Grayscale: #C3C3C3. Windows color (decimal): -2641173 or 15446743. OLE color: 15446743.

HSL color Cylindrical-coordinate representation of color #D7B2EB: hue angle of 278.95º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7B2EB is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215178235-
CMYK0.090.2400.08
HSL278.95º58.76%80.98%-
HSV(B)278.95º24.26%92.16%-
XYZ58.9452.2985.58-
YUV195.56150.26141.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.24%
GREEN value IS 178 (69.92% from 255) = 28.34%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=34.24%
G=28.34%
B=37.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151782350.090.2400.08278.9558.7680.98
HexD7B2EB918081173b51
Octal327262353113001042773121
Binary110101111011001011101011100111000010001000101111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B2EB; }

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

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

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

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

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

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

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

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