#D2ABFB

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

Shades of Mauve #D2ABFB

Tints of Mauve #D2ABFB

Color information

#D2ABFB (or 0xD2ABFB) is unknown color: approx Mauve. HEX triplet: D2, AB and FB. RGB value is (210,171,251). Sum of RGB (Red+Green+Blue) = 210+171+251=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ABFB is #2D5404. Grayscale: #BFBFBF. Windows color (decimal): -2970629 or 16493522. OLE color: 16493522.

HSL color Cylindrical-coordinate representation of color #D2ABFB: hue angle of 269.25º degrees, saturation: 0.91, 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 #D2ABFB is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210171251-
CMYK0.160.3200.02
HSL269.25º90.91%82.75%-
HSV(B)269.25º31.87%98.43%-
XYZ58.5549.7997.79-
YUV191.78161.42141-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.23%
GREEN value IS 171 (67.19% from 255) = 27.06%
BLUE value IS 251 (98.44% from 255) = 39.72%
R=33.23%
G=27.06%
B=39.72%

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
Decimal2101712510.160.3200.02269.2590.9182.75
HexD2ABFB10200210d5b53
Octal322253373204002415133123
Binary1101001010101011111110111000010000001010000110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ABFB; }

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

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

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

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

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

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

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

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