#D5ACED

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

Shades of Mauve #D5ACED

Tints of Mauve #D5ACED

Color information

#D5ACED (or 0xD5ACED) is unknown color: approx Mauve. HEX triplet: D5, AC and ED. RGB value is (213,172,237). Sum of RGB (Red+Green+Blue) = 213+172+237=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5ACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ACED is #2A5312. Grayscale: #BFBFBF. Windows color (decimal): -2773779 or 15576277. OLE color: 15576277.

HSL color Cylindrical-coordinate representation of color #D5ACED: hue angle of 277.85º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5ACED is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213172237-
CMYK0.100.2700.07
HSL277.85º64.36%80.2%-
HSV(B)277.85º27.43%92.94%-
XYZ57.4849.7786.7-
YUV191.67153.58143.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.24%
GREEN value IS 172 (67.58% from 255) = 27.65%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=34.24%
G=27.65%
B=38.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131722370.100.2700.07277.8564.3680.2
HexD5ACEDA1B071164050
Octal325254355123307426100120
Binary110101011010110011101101101011011011110001011010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACED; }

 p { color: rgb(213,172,237); }

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

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

 a { background-color: rgb(213,172,237); }

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

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

 span { border-color: rgb(213,172,237); }

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