#D6ABED

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

Shades of Mauve #D6ABED

Tints of Mauve #D6ABED

Color information

#D6ABED (or 0xD6ABED) is unknown color: approx Mauve. HEX triplet: D6, AB and ED. RGB value is (214,171,237). Sum of RGB (Red+Green+Blue) = 214+171+237=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABED is #295412. Grayscale: #BFBFBF. Windows color (decimal): -2708499 or 15576022. OLE color: 15576022.

HSL color Cylindrical-coordinate representation of color #D6ABED: hue angle of 279.09º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6ABED is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214171237-
CMYK0.100.2800.07
HSL279.09º64.71%80%-
HSV(B)279.09º27.85%92.94%-
XYZ57.5849.5486.65-
YUV191.38153.75144.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.41%
GREEN value IS 171 (67.19% from 255) = 27.49%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=34.41%
G=27.49%
B=38.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141712370.100.2800.07279.0964.7180
HexD6ABEDA1C071174150
Octal326253355123407427101120
Binary110101101010101111101101101011100011110001011110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABED; }

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

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

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

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

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

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

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

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