#D2ACFF

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

Shades of Mauve #D2ACFF

Tints of Mauve #D2ACFF

Color information

#D2ACFF (or 0xD2ACFF) is unknown color: approx Mauve. HEX triplet: D2, AC and FF. RGB value is (210,172,255). Sum of RGB (Red+Green+Blue) = 210+172+255=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 172 (67.58% from 255 or 27.00% 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 #D2ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ACFF is #2D5300. Grayscale: #C0C0C0. Windows color (decimal): -2970369 or 16755922. OLE color: 16755922.

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

Color convert

RGB210172255-
CMYK0.180.3300
HSL267.47º100%83.73%-
HSV(B)267.47º32.55%100%-
XYZ59.3850.43101.21-
YUV192.82163.09140.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.97%
GREEN value IS 172 (67.58% from 255) = 27.00%
BLUE value IS 255 (100% from 255) = 40.03%
R=32.97%
G=27.00%
B=40.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101722550.180.3300267.4710083.73
HexD2ACFF12210010b6454
Octal322254377224100413144124
Binary110100101010110011111111100101000010010000101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACFF; }

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

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

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

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

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

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

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

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