#D4AFFD

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

Shades of Mauve #D4AFFD

Tints of Mauve #D4AFFD

Color information

#D4AFFD (or 0xD4AFFD) is unknown color: approx Mauve. HEX triplet: D4, AF and FD. RGB value is (212,175,253). Sum of RGB (Red+Green+Blue) = 212+175+253=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFFD is #2B5002. Grayscale: #C2C2C2. Windows color (decimal): -2838531 or 16625620. OLE color: 16625620.

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

Color convert

RGB212175253-
CMYK0.160.3100.01
HSL268.46º95.12%83.92%-
HSV(B)268.46º30.83%99.22%-
XYZ60.2151.7599.74-
YUV194.96160.76140.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.12%
GREEN value IS 175 (68.75% from 255) = 27.34%
BLUE value IS 253 (99.22% from 255) = 39.53%
R=33.12%
G=27.34%
B=39.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121752530.160.3100.01268.4695.1283.92
HexD4AFFD101F0110c5f54
Octal324257375203701414137124
Binary11010100101011111111110110000111110110000110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFFD; }

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

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

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

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

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

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

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

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