#D4B3EB

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

Shades of Mauve #D4B3EB

Tints of Mauve #D4B3EB

Color information

#D4B3EB (or 0xD4B3EB) is unknown color: approx Mauve. HEX triplet: D4, B3 and EB. RGB value is (212,179,235). Sum of RGB (Red+Green+Blue) = 212+179+235=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 179 (70.31% from 255 or 28.59% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4B3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B3EB is #2B4C14. Grayscale: #C3C3C3. Windows color (decimal): -2837525 or 15446996. OLE color: 15446996.

HSL color Cylindrical-coordinate representation of color #D4B3EB: hue angle of 275.36º degrees, saturation: 0.58, 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 #D4B3EB is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212179235-
CMYK0.100.2400.08
HSL275.36º58.33%81.18%-
HSV(B)275.36º23.83%92.16%-
XYZ58.2752.2485.61-
YUV195.25150.43139.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.87%
GREEN value IS 179 (70.31% from 255) = 28.59%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=33.87%
G=28.59%
B=37.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121792350.100.2400.08275.3658.3381.18
HexD4B3EBA18081133a51
Octal324263353123001042372121
Binary110101001011001111101011101011000010001000100111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B3EB; }

 p { color: rgb(212,179,235); }

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

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

 a { background-color: rgb(212,179,235); }

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

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

 span { border-color: rgb(212,179,235); }

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