#D4B1EA

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

Shades of Mauve #D4B1EA

Tints of Mauve #D4B1EA

Color information

#D4B1EA (or 0xD4B1EA) is unknown color: approx Mauve. HEX triplet: D4, B1 and EA. RGB value is (212,177,234). Sum of RGB (Red+Green+Blue) = 212+177+234=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 177 (69.53% from 255 or 28.41% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4B1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4B1EA is #2B4E15. Grayscale: #C1C1C1. Windows color (decimal): -2838038 or 15380948. OLE color: 15380948.

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

Color convert

RGB212177234-
CMYK0.090.2400.08
HSL276.84º57.58%80.59%-
HSV(B)276.84º24.36%91.76%-
XYZ57.7251.3884.72-
YUV193.96150.6140.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.03%
GREEN value IS 177 (69.53% from 255) = 28.41%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=34.03%
G=28.41%
B=37.56%

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
Decimal2121772340.090.2400.08276.8457.5880.59
HexD4B1EA918081153a51
Octal324261352113001042572121
Binary110101001011000111101010100111000010001000101011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B1EA; }

 p { color: rgb(212,177,234); }

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

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

 a { background-color: rgb(212,177,234); }

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

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

 span { border-color: rgb(212,177,234); }

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