#d6abfe

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

Shades of Mauve #D6ABFE

Tints of Mauve #D6ABFE

Color information

#D6ABFE (or 0xD6ABFE) is unknown color: approx Mauve. HEX triplet: D6, AB and FE. RGB value is (214,171,254). Sum of RGB (Red+Green+Blue) = 214+171+254=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABFE is #295401. Grayscale: #C1C1C1. Windows color (decimal): -2708482 or 16690134. OLE color: 16690134.

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

Color convert

RGB214171254-
CMYK0.160.3300.00
HSL271.08º97.65%83.33%-
HSV(B)271.08º32.68%99.61%-
XYZ60.1850.58100.36-
YUV193.32162.25142.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.49%
GREEN value IS 171 (67.19% from 255) = 26.76%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=33.49%
G=26.76%
B=39.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2141712540.160.3300.00271.0897.6583.33
HexD6ABFE10210010f6253
Octal326253376204100417142123
Binary110101101010101111111110100001000010010000111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6abfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6abfe; }

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

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

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

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

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

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

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

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