#D5B4EB

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

Shades of Mauve #D5B4EB

Tints of Mauve #D5B4EB

Color information

#D5B4EB (or 0xD5B4EB) is unknown color: approx Mauve. HEX triplet: D5, B4 and EB. RGB value is (213,180,235). Sum of RGB (Red+Green+Blue) = 213+180+235=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 180 (70.70% from 255 or 28.66% 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 #D5B4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B4EB is #2A4B14. Grayscale: #C3C3C3. Windows color (decimal): -2771733 or 15447253. OLE color: 15447253.

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

Color convert

RGB213180235-
CMYK0.090.2300.08
HSL276º57.89%81.37%-
HSV(B)276º23.4%92.16%-
XYZ58.7652.7985.69-
YUV196.14149.93140.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.92%
GREEN value IS 180 (70.70% from 255) = 28.66%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=33.92%
G=28.66%
B=37.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131802350.090.2300.0827657.8981.37
HexD5B4EB917081143a51
Octal325264353112701042472121
Binary110101011011010011101011100110111010001000101001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B4EB; }

 p { color: rgb(213,180,235); }

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

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

 a { background-color: rgb(213,180,235); }

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

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

 span { border-color: rgb(213,180,235); }

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