#D4ABEF

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

Shades of Mauve #D4ABEF

Tints of Mauve #D4ABEF

Color information

#D4ABEF (or 0xD4ABEF) is unknown color: approx Mauve. HEX triplet: D4, AB and EF. RGB value is (212,171,239). Sum of RGB (Red+Green+Blue) = 212+171+239=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ABEF is #2B5410. Grayscale: #BEBEBE. Windows color (decimal): -2839569 or 15707092. OLE color: 15707092.

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

Color convert

RGB212171239-
CMYK0.110.2800.06
HSL276.18º68%80.39%-
HSV(B)276.18º28.45%93.73%-
XYZ57.2949.3588.17-
YUV191.01155.08142.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.08%
GREEN value IS 171 (67.19% from 255) = 27.49%
BLUE value IS 239 (93.75% from 255) = 38.42%
R=34.08%
G=27.49%
B=38.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121712390.110.2800.06276.186880.39
HexD4ABEFB1C061144450
Octal324253357133406424104120
Binary110101001010101111101111101111100011010001010010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ABEF; }

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

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

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

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

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

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

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

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