#D4ADED

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

Shades of Mauve #D4ADED

Tints of Mauve #D4ADED

Color information

#D4ADED (or 0xD4ADED) is unknown color: approx Mauve. HEX triplet: D4, AD and ED. RGB value is (212,173,237). Sum of RGB (Red+Green+Blue) = 212+173+237=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 173 (67.97% from 255 or 27.81% 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 #D4ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADED is #2B5212. Grayscale: #BFBFBF. Windows color (decimal): -2839059 or 15576532. OLE color: 15576532.

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

Color convert

RGB212173237-
CMYK0.110.2700.07
HSL276.56º64%80.39%-
HSV(B)276.56º27%92.94%-
XYZ57.385086.75-
YUV191.96153.42142.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.08%
GREEN value IS 173 (67.97% from 255) = 27.81%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=34.08%
G=27.81%
B=38.10%

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
Decimal2121732370.110.2700.07276.566480.39
HexD4ADEDB1B071154050
Octal324255355133307425100120
Binary110101001010110111101101101111011011110001010110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADED; }

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

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

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

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

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

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

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

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