#D4B2EB

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

Shades of Mauve #D4B2EB

Tints of Mauve #D4B2EB

Color information

#D4B2EB (or 0xD4B2EB) is unknown color: approx Mauve. HEX triplet: D4, B2 and EB. RGB value is (212,178,235). Sum of RGB (Red+Green+Blue) = 212+178+235=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 178 (69.92% from 255 or 28.48% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4B2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4B2EB is #2B4D14. Grayscale: #C2C2C2. Windows color (decimal): -2837781 or 15446740. OLE color: 15446740.

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

Color convert

RGB212178235-
CMYK0.100.2400.08
HSL275.79º58.76%80.98%-
HSV(B)275.79º24.26%92.16%-
XYZ58.0751.8485.54-
YUV194.66150.76140.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.92%
GREEN value IS 178 (69.92% from 255) = 28.48%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=33.92%
G=28.48%
B=37.6%

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
Decimal2121782350.100.2400.08275.7958.7680.98
HexD4B2EBA18081143b51
Octal324262353123001042473121
Binary110101001011001011101011101011000010001000101001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B2EB; }

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

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

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

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

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

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

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

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