#D6ABFF

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

Shades of Mauve #D6ABFF

Tints of Mauve #D6ABFF

Color information

#D6ABFF (or 0xD6ABFF) is unknown color: approx Mauve. HEX triplet: D6, AB and FF. RGB value is (214,171,255). Sum of RGB (Red+Green+Blue) = 214+171+255=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABFF is #295400. Grayscale: #C1C1C1. Windows color (decimal): -2708481 or 16755670. OLE color: 16755670.

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

Color convert

RGB214171255-
CMYK0.160.3300
HSL270.71º100%83.53%-
HSV(B)270.71º32.94%100%-
XYZ60.3450.64101.2-
YUV193.43162.75142.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.44%
GREEN value IS 171 (67.19% from 255) = 26.72%
BLUE value IS 255 (100% from 255) = 39.84%
R=33.44%
G=26.72%
B=39.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141712550.160.3300270.7110083.53
HexD6ABFF10210010f6454
Octal326253377204100417144124
Binary110101101010101111111111100001000010010000111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABFF; }

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

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

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

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

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

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

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

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