#D8B1EA

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

Shades of Mauve #D8B1EA

Tints of Mauve #D8B1EA

Color information

#D8B1EA (or 0xD8B1EA) is unknown color: approx Mauve. HEX triplet: D8, B1 and EA. RGB value is (216,177,234). Sum of RGB (Red+Green+Blue) = 216+177+234=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 177 (69.53% from 255 or 28.23% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8B1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8B1EA is #274E15. Grayscale: #C2C2C2. Windows color (decimal): -2575894 or 15380952. OLE color: 15380952.

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

Color convert

RGB216177234-
CMYK0.080.2400.08
HSL281.05º57.58%80.59%-
HSV(B)281.05º24.36%91.76%-
XYZ58.8951.9884.77-
YUV195.16149.92142.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.45%
GREEN value IS 177 (69.53% from 255) = 28.23%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=34.45%
G=28.23%
B=37.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161772340.080.2400.08281.0557.5880.59
HexD8B1EA818081193a51
Octal330261352103001043172121
Binary110110001011000111101010100011000010001000110011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B1EA; }

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

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

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

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

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

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

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

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