#D3ADEC

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

Shades of Mauve #D3ADEC

Tints of Mauve #D3ADEC

Color information

#D3ADEC (or 0xD3ADEC) is unknown color: approx Mauve. HEX triplet: D3, AD and EC. RGB value is (211,173,236). Sum of RGB (Red+Green+Blue) = 211+173+236=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADEC is #2C5213. Grayscale: #BFBFBF. Windows color (decimal): -2904596 or 15510995. OLE color: 15510995.

HSL color Cylindrical-coordinate representation of color #D3ADEC: hue angle of 276.19º degrees, saturation: 0.62, 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 #D3ADEC is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211173236-
CMYK0.110.2700.07
HSL276.19º62.38%80.2%-
HSV(B)276.19º26.69%92.55%-
XYZ56.9549.7985.97-
YUV191.54153.09141.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.03%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=34.03%
G=27.90%
B=38.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111732360.110.2700.07276.1962.3880.2
HexD3ADECB1B071143e50
Octal32325535413330742476120
Binary11010011101011011110110010111101101111000101001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ADEC; }

 p { color: rgb(211,173,236); }

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

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

 a { background-color: rgb(211,173,236); }

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

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

 span { border-color: rgb(211,173,236); }

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