#D5B2EB

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

Shades of Mauve #D5B2EB

Tints of Mauve #D5B2EB

Color information

#D5B2EB (or 0xD5B2EB) is unknown color: approx Mauve. HEX triplet: D5, B2 and EB. RGB value is (213,178,235). Sum of RGB (Red+Green+Blue) = 213+178+235=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 178 (69.92% from 255 or 28.43% 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 #D5B2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B2EB is #2A4D14. Grayscale: #C2C2C2. Windows color (decimal): -2772245 or 15446741. OLE color: 15446741.

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

Color convert

RGB213178235-
CMYK0.090.2400.08
HSL276.84º58.76%80.98%-
HSV(B)276.84º24.26%92.16%-
XYZ58.3651.9985.56-
YUV194.96150.6140.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.03%
GREEN value IS 178 (69.92% from 255) = 28.43%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=34.03%
G=28.43%
B=37.54%

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
Decimal2131782350.090.2400.08276.8458.7680.98
HexD5B2EB918081153b51
Octal325262353113001042573121
Binary110101011011001011101011100111000010001000101011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B2EB; }

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

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

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

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

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

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

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

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