#D4AAFF

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

Shades of Mauve #D4AAFF

Tints of Mauve #D4AAFF

Color information

#D4AAFF (or 0xD4AAFF) is unknown color: approx Mauve. HEX triplet: D4, AA and FF. RGB value is (212,170,255). Sum of RGB (Red+Green+Blue) = 212+170+255=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAFF is #2B5500. Grayscale: #BFBFBF. Windows color (decimal): -2839809 or 16755412. OLE color: 16755412.

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

Color convert

RGB212170255-
CMYK0.170.3300
HSL269.65º100%83.33%-
HSV(B)269.65º33.33%100%-
XYZ59.5849.97101.11-
YUV192.25163.41142.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.28%
GREEN value IS 170 (66.80% from 255) = 26.69%
BLUE value IS 255 (100% from 255) = 40.03%
R=33.28%
G=26.69%
B=40.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121702550.170.3300269.6510083.33
HexD4AAFF11210010e6453
Octal324252377214100416144123
Binary110101001010101011111111100011000010010000111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AAFF; }

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

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

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

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

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

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

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

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