#D3ABEF

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

Shades of Mauve #D3ABEF

Tints of Mauve #D3ABEF

Color information

#D3ABEF (or 0xD3ABEF) is unknown color: approx Mauve. HEX triplet: D3, AB and EF. RGB value is (211,171,239). Sum of RGB (Red+Green+Blue) = 211+171+239=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ABEF is #2C5410. Grayscale: #BEBEBE. Windows color (decimal): -2905105 or 15707091. OLE color: 15707091.

HSL color Cylindrical-coordinate representation of color #D3ABEF: hue angle of 275.29º 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 #D3ABEF is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB211171239-
CMYK0.120.2800.06
HSL275.29º68%80.39%-
HSV(B)275.29º28.45%93.73%-
XYZ57.0149.2188.15-
YUV190.71155.25142.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.98%
GREEN value IS 171 (67.19% from 255) = 27.54%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=33.98%
G=27.54%
B=38.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2111712390.120.2800.06275.296880.39
HexD3ABEFC1C061134450
Octal323253357143406423104120
Binary110100111010101111101111110011100011010001001110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ABEF; }

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

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

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

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

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

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

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

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