#D2ADED

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

Shades of Mauve #D2ADED

Tints of Mauve #D2ADED

Color information

#D2ADED (or 0xD2ADED) is unknown color: approx Mauve. HEX triplet: D2, AD and ED. RGB value is (210,173,237). Sum of RGB (Red+Green+Blue) = 210+173+237=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ADED is #2D5212. Grayscale: #BFBFBF. Windows color (decimal): -2970131 or 15576530. OLE color: 15576530.

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

Color convert

RGB210173237-
CMYK0.110.2700.07
HSL274.69º64%80.39%-
HSV(B)274.69º27%92.94%-
XYZ56.8149.786.72-
YUV191.36153.76141.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.87%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=33.87%
G=27.90%
B=38.23%

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
Decimal2101732370.110.2700.07274.696480.39
HexD2ADEDB1B071134050
Octal322255355133307423100120
Binary110100101010110111101101101111011011110001001110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ADED; }

 p { color: rgb(210,173,237); }

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

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

 a { background-color: rgb(210,173,237); }

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

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

 span { border-color: rgb(210,173,237); }

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