#D4ADF0

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

Shades of Mauve #D4ADF0

Tints of Mauve #D4ADF0

Color information

#D4ADF0 (or 0xD4ADF0) is unknown color: approx Mauve. HEX triplet: D4, AD and F0. RGB value is (212,173,240). Sum of RGB (Red+Green+Blue) = 212+173+240=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADF0 is #2B520F. Grayscale: #C0C0C0. Windows color (decimal): -2839056 or 15773140. OLE color: 15773140.

HSL color Cylindrical-coordinate representation of color #D4ADF0: hue angle of 274.93º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4ADF0 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212173240-
CMYK0.120.2800.06
HSL274.93º69.07%80.98%-
HSV(B)274.93º27.92%94.12%-
XYZ57.8250.1889.08-
YUV192.3154.92142.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.92%
GREEN value IS 173 (67.97% from 255) = 27.68%
BLUE value IS 240 (94.14% from 255) = 38.4%
R=33.92%
G=27.68%
B=38.4%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121732400.120.2800.06274.9369.0780.98
HexD4ADF0C1C061134551
Octal324255360143406423105121
Binary110101001010110111110000110011100011010001001110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADF0; }

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

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

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

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

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

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

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

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