#D4AAFD

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

Shades of Mauve #D4AAFD

Tints of Mauve #D4AAFD

Color information

#D4AAFD (or 0xD4AAFD) is unknown color: approx Mauve. HEX triplet: D4, AA and FD. RGB value is (212,170,253). Sum of RGB (Red+Green+Blue) = 212+170+253=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAFD is #2B5502. Grayscale: #BFBFBF. Windows color (decimal): -2839811 or 16624340. OLE color: 16624340.

HSL color Cylindrical-coordinate representation of color #D4AAFD: hue angle of 270.36º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4AAFD is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212170253-
CMYK0.160.3300.01
HSL270.36º95.4%82.94%-
HSV(B)270.36º32.81%99.22%-
XYZ59.2649.8499.43-
YUV192.02162.41142.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.39%
GREEN value IS 170 (66.80% from 255) = 26.77%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=33.39%
G=26.77%
B=39.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121702530.160.3300.01270.3695.482.94
HexD4AAFD10210110e5f53
Octal324252375204101416137123
Binary110101001010101011111101100001000010110000111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AAFD; }

 p { color: rgb(212,170,253); }

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

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

 a { background-color: rgb(212,170,253); }

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

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

 span { border-color: rgb(212,170,253); }

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