#D5B0EB

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

Shades of Mauve #D5B0EB

Tints of Mauve #D5B0EB

Color information

#D5B0EB (or 0xD5B0EB) is unknown color: approx Mauve. HEX triplet: D5, B0 and EB. RGB value is (213,176,235). Sum of RGB (Red+Green+Blue) = 213+176+235=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 176 (69.14% from 255 or 28.21% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5B0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B0EB is #2A4F14. Grayscale: #C1C1C1. Windows color (decimal): -2772757 or 15446229. OLE color: 15446229.

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

Color convert

RGB213176235-
CMYK0.090.2500.08
HSL277.63º59.6%80.59%-
HSV(B)277.63º25.11%92.16%-
XYZ57.9651.1985.42-
YUV193.79151.26141.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.13%
GREEN value IS 176 (69.14% from 255) = 28.21%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=34.13%
G=28.21%
B=37.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131762350.090.2500.08277.6359.680.59
HexD5B0EB919081163c51
Octal325260353113101042674121
Binary110101011011000011101011100111001010001000101101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B0EB; }

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

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

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

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

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

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

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

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