#D6ACFF

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

Shades of Mauve #D6ACFF

Tints of Mauve #D6ACFF

Color information

#D6ACFF (or 0xD6ACFF) is unknown color: approx Mauve. HEX triplet: D6, AC and FF. RGB value is (214,172,255). Sum of RGB (Red+Green+Blue) = 214+172+255=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ACFF is #295300. Grayscale: #C1C1C1. Windows color (decimal): -2708225 or 16755926. OLE color: 16755926.

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

Color convert

RGB214172255-
CMYK0.160.3300
HSL270.36º100%83.73%-
HSV(B)270.36º32.55%100%-
XYZ60.5351.02101.27-
YUV194.02162.41142.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.39%
GREEN value IS 172 (67.58% from 255) = 26.83%
BLUE value IS 255 (100% from 255) = 39.78%
R=33.39%
G=26.83%
B=39.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141722550.160.3300270.3610083.73
HexD6ACFF10210010e6454
Octal326254377204100416144124
Binary110101101010110011111111100001000010010000111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACFF; }

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

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

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

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

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

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

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

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