#D6ABEF

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

Shades of Mauve #D6ABEF

Tints of Mauve #D6ABEF

Color information

#D6ABEF (or 0xD6ABEF) is unknown color: approx Mauve. HEX triplet: D6, AB and EF. RGB value is (214,171,239). Sum of RGB (Red+Green+Blue) = 214+171+239=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABEF is #295410. Grayscale: #BFBFBF. Windows color (decimal): -2708497 or 15707094. OLE color: 15707094.

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

Color convert

RGB214171239-
CMYK0.100.2800.06
HSL277.94º68%80.39%-
HSV(B)277.94º28.45%93.73%-
XYZ57.8749.6588.2-
YUV191.61154.75143.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.29%
GREEN value IS 171 (67.19% from 255) = 27.40%
BLUE value IS 239 (93.75% from 255) = 38.30%
R=34.29%
G=27.40%
B=38.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2141712390.100.2800.06277.946880.39
HexD6ABEFA1C061164450
Octal326253357123406426104120
Binary110101101010101111101111101011100011010001011010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABEF; }

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

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

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

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

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

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

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

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