#D2ABFA

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

Shades of Mauve #D2ABFA

Tints of Mauve #D2ABFA

Color information

#D2ABFA (or 0xD2ABFA) is unknown color: approx Mauve. HEX triplet: D2, AB and FA. RGB value is (210,171,250). Sum of RGB (Red+Green+Blue) = 210+171+250=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ABFA is #2D5405. Grayscale: #BFBFBF. Windows color (decimal): -2970630 or 16427986. OLE color: 16427986.

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

Color convert

RGB210171250-
CMYK0.160.3200.02
HSL269.62º88.76%82.55%-
HSV(B)269.62º31.6%98.04%-
XYZ58.449.7396.96-
YUV191.67160.92141.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.28%
GREEN value IS 171 (67.19% from 255) = 27.10%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=33.28%
G=27.10%
B=39.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101712500.160.3200.02269.6288.7682.55
HexD2ABFA10200210e5953
Octal322253372204002416131123
Binary1101001010101011111110101000010000001010000111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ABFA; }

 p { color: rgb(210,171,250); }

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

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

 a { background-color: rgb(210,171,250); }

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

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

 span { border-color: rgb(210,171,250); }

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