#D9B1EA

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

Shades of Mauve #D9B1EA

Tints of Mauve #D9B1EA

Color information

#D9B1EA (or 0xD9B1EA) is unknown color: approx Mauve. HEX triplet: D9, B1 and EA. RGB value is (217,177,234). Sum of RGB (Red+Green+Blue) = 217+177+234=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 177 (69.53% from 255 or 28.18% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9B1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9B1EA is #264E15. Grayscale: #C3C3C3. Windows color (decimal): -2510358 or 15380953. OLE color: 15380953.

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

Color convert

RGB217177234-
CMYK0.070.2400.08
HSL282.11º57.58%80.59%-
HSV(B)282.11º24.36%91.76%-
XYZ59.1952.1484.79-
YUV195.46149.75143.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.55%
GREEN value IS 177 (69.53% from 255) = 28.18%
BLUE value IS 234 (91.80% from 255) = 37.26%
R=34.55%
G=28.18%
B=37.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171772340.070.2400.08282.1157.5880.59
HexD9B1EA7180811a3a51
Octal33126135273001043272121
Binary11011001101100011110101011111000010001000110101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B1EA; }

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

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

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

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

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

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

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

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