#D5A8FB

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

Shades of Mauve #D5A8FB

Tints of Mauve #D5A8FB

Color information

#D5A8FB (or 0xD5A8FB) is unknown color: approx Mauve. HEX triplet: D5, A8 and FB. RGB value is (213,168,251). Sum of RGB (Red+Green+Blue) = 213+168+251=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 168 (66.02% from 255 or 26.58% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5A8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A8FB is #2A5704. Grayscale: #BEBEBE. Windows color (decimal): -2774789 or 16492757. OLE color: 16492757.

HSL color Cylindrical-coordinate representation of color #D5A8FB: hue angle of 272.53º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5A8FB is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213168251-
CMYK0.150.3300.02
HSL272.53º91.21%82.16%-
HSV(B)272.53º33.07%98.43%-
XYZ58.8649.1297.65-
YUV190.92161.91143.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.70%
GREEN value IS 168 (66.02% from 255) = 26.58%
BLUE value IS 251 (98.44% from 255) = 39.72%
R=33.70%
G=26.58%
B=39.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131682510.150.3300.02272.5391.2182.16
HexD5A8FBF21021115b52
Octal325250373174102421133122
Binary110101011010100011111011111110000101010001000110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A8FB; }

 p { color: rgb(213,168,251); }

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

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

 a { background-color: rgb(213,168,251); }

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

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

 span { border-color: rgb(213,168,251); }

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