#D2ACFB

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

Shades of Mauve #D2ACFB

Tints of Mauve #D2ACFB

Color information

#D2ACFB (or 0xD2ACFB) is unknown color: approx Mauve. HEX triplet: D2, AC and FB. RGB value is (210,172,251). Sum of RGB (Red+Green+Blue) = 210+172+251=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2ACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ACFB is #2D5304. Grayscale: #C0C0C0. Windows color (decimal): -2970373 or 16493778. OLE color: 16493778.

HSL color Cylindrical-coordinate representation of color #D2ACFB: hue angle of 268.86º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2ACFB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210172251-
CMYK0.160.3100.02
HSL268.86º90.8%82.94%-
HSV(B)268.86º31.47%98.43%-
XYZ58.7450.1797.85-
YUV192.37161.09140.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.18%
GREEN value IS 172 (67.58% from 255) = 27.17%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=33.18%
G=27.17%
B=39.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101722510.160.3100.02268.8690.882.94
HexD2ACFB101F0210d5b53
Octal322254373203702415133123
Binary110100101010110011111011100001111101010000110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACFB; }

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

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

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

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

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

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

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

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