#D8ABEF

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

Shades of Mauve #D8ABEF

Tints of Mauve #D8ABEF

Color information

#D8ABEF (or 0xD8ABEF) is unknown color: approx Mauve. HEX triplet: D8, AB and EF. RGB value is (216,171,239). Sum of RGB (Red+Green+Blue) = 216+171+239=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ABEF is #275410. Grayscale: #BFBFBF. Windows color (decimal): -2577425 or 15707096. OLE color: 15707096.

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

Color convert

RGB216171239-
CMYK0.100.2800.06
HSL279.71º68%80.39%-
HSV(B)279.71º28.45%93.73%-
XYZ58.4649.9688.22-
YUV192.21154.41144.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.50%
GREEN value IS 171 (67.19% from 255) = 27.32%
BLUE value IS 239 (93.75% from 255) = 38.18%
R=34.50%
G=27.32%
B=38.18%

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
Decimal2161712390.100.2800.06279.716880.39
HexD8ABEFA1C061184450
Octal330253357123406430104120
Binary110110001010101111101111101011100011010001100010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABEF; }

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

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

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

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

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

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

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

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