#D6ABEE

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

Shades of Mauve #D6ABEE

Tints of Mauve #D6ABEE

Color information

#D6ABEE (or 0xD6ABEE) is unknown color: approx Mauve. HEX triplet: D6, AB and EE. RGB value is (214,171,238). Sum of RGB (Red+Green+Blue) = 214+171+238=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABEE is #295411. Grayscale: #BFBFBF. Windows color (decimal): -2708498 or 15641558. OLE color: 15641558.

HSL color Cylindrical-coordinate representation of color #D6ABEE: hue angle of 278.51º degrees, saturation: 0.66, 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 #D6ABEE is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214171238-
CMYK0.100.2800.07
HSL278.51º66.34%80.2%-
HSV(B)278.51º28.15%93.33%-
XYZ57.7349.687.42-
YUV191.5154.25144.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.35%
GREEN value IS 171 (67.19% from 255) = 27.45%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=34.35%
G=27.45%
B=38.20%

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
Decimal2141712380.100.2800.07278.5166.3480.2
HexD6ABEEA1C071174250
Octal326253356123407427102120
Binary110101101010101111101110101011100011110001011110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABEE; }

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

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

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

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

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

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

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

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