#D6ACFD

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

Shades of Mauve #D6ACFD

Tints of Mauve #D6ACFD

Color information

#D6ACFD (or 0xD6ACFD) is unknown color: approx Mauve. HEX triplet: D6, AC and FD. RGB value is (214,172,253). Sum of RGB (Red+Green+Blue) = 214+172+253=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ACFD is #295302. Grayscale: #C1C1C1. Windows color (decimal): -2708227 or 16624854. OLE color: 16624854.

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

Color convert

RGB214172253-
CMYK0.150.3200.01
HSL271.11º95.29%83.33%-
HSV(B)271.11º32.02%99.22%-
XYZ60.2150.8999.58-
YUV193.79161.41142.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.49%
GREEN value IS 172 (67.58% from 255) = 26.92%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=33.49%
G=26.92%
B=39.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141722530.150.3200.01271.1195.2983.33
HexD6ACFDF200110f5f53
Octal326254375174001417137123
Binary11010110101011001111110111111000000110000111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACFD; }

 p { color: rgb(214,172,253); }

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

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

 a { background-color: rgb(214,172,253); }

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

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

 span { border-color: rgb(214,172,253); }

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