#D8ACEB

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

Shades of Mauve #D8ACEB

Tints of Mauve #D8ACEB

Color information

#D8ACEB (or 0xD8ACEB) is unknown color: approx Mauve. HEX triplet: D8, AC and EB. RGB value is (216,172,235). Sum of RGB (Red+Green+Blue) = 216+172+235=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ACEB is #275314. Grayscale: #C0C0C0. Windows color (decimal): -2577173 or 15445208. OLE color: 15445208.

HSL color Cylindrical-coordinate representation of color #D8ACEB: hue angle of 281.9º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8ACEB is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216172235-
CMYK0.080.2700.08
HSL281.9º61.17%79.8%-
HSV(B)281.9º26.81%92.16%-
XYZ58.0750.185.21-
YUV192.34152.08144.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.67%
GREEN value IS 172 (67.58% from 255) = 27.61%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=34.67%
G=27.61%
B=37.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161722350.080.2700.08281.961.1779.8
HexD8ACEB81B0811a3d50
Octal330254353103301043275120
Binary110110001010110011101011100011011010001000110101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ACEB; }

 p { color: rgb(216,172,235); }

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

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

 a { background-color: rgb(216,172,235); }

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

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

 span { border-color: rgb(216,172,235); }

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