#D6ABFA

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

Shades of Mauve #D6ABFA

Tints of Mauve #D6ABFA

Color information

#D6ABFA (or 0xD6ABFA) is unknown color: approx Mauve. HEX triplet: D6, AB and FA. RGB value is (214,171,250). Sum of RGB (Red+Green+Blue) = 214+171+250=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABFA is #295405. Grayscale: #C0C0C0. Windows color (decimal): -2708486 or 16427990. OLE color: 16427990.

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

Color convert

RGB214171250-
CMYK0.140.3200.02
HSL272.66º88.76%82.55%-
HSV(B)272.66º31.6%98.04%-
XYZ59.5550.3297.02-
YUV192.86160.25143.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.70%
GREEN value IS 171 (67.19% from 255) = 26.93%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=33.70%
G=26.93%
B=39.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141712500.140.3200.02272.6688.7682.55
HexD6ABFAE20021115953
Octal326253372164002421131123
Binary110101101010101111111010111010000001010001000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABFA; }

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

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

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

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

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

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

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

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