#D6ABFC

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

Shades of Mauve #D6ABFC

Tints of Mauve #D6ABFC

Color information

#D6ABFC (or 0xD6ABFC) is unknown color: approx Mauve. HEX triplet: D6, AB and FC. RGB value is (214,171,252). Sum of RGB (Red+Green+Blue) = 214+171+252=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABFC is #295403. Grayscale: #C0C0C0. Windows color (decimal): -2708484 or 16559062. OLE color: 16559062.

HSL color Cylindrical-coordinate representation of color #D6ABFC: hue angle of 271.85º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6ABFC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214171252-
CMYK0.150.3200.01
HSL271.85º93.1%82.94%-
HSV(B)271.85º32.14%98.82%-
XYZ59.8750.4598.68-
YUV193.09161.25142.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.59%
GREEN value IS 171 (67.19% from 255) = 26.84%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=33.59%
G=26.84%
B=39.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141712520.150.3200.01271.8593.182.94
HexD6ABFCF20011105d53
Octal326253374174001420135123
Binary11010110101010111111110011111000000110001000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABFC; }

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

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

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

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

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

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

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

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