#D1ACFF

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

Shades of Mauve #D1ACFF

Tints of Mauve #D1ACFF

Color information

#D1ACFF (or 0xD1ACFF) is unknown color: approx Mauve. HEX triplet: D1, AC and FF. RGB value is (209,172,255). Sum of RGB (Red+Green+Blue) = 209+172+255=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ACFF is #2E5300. Grayscale: #C0C0C0. Windows color (decimal): -3035905 or 16755921. OLE color: 16755921.

HSL color Cylindrical-coordinate representation of color #D1ACFF: hue angle of 266.75º 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 #D1ACFF is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB209172255-
CMYK0.180.3300
HSL266.75º100%83.73%-
HSV(B)266.75º32.55%100%-
XYZ59.150.28101.2-
YUV192.52163.26139.75-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.86%
GREEN value IS 172 (67.58% from 255) = 27.04%
BLUE value IS 255 (100% from 255) = 40.09%
R=32.86%
G=27.04%
B=40.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2091722550.180.3300266.7510083.73
HexD1ACFF12210010b6454
Octal321254377224100413144124
Binary110100011010110011111111100101000010010000101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ACFF; }

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

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

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

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

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

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

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

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