#D8B5F1

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

Shades of Mauve #D8B5F1

Tints of Mauve #D8B5F1

Color information

#D8B5F1 (or 0xD8B5F1) is unknown color: approx Mauve. HEX triplet: D8, B5 and F1. RGB value is (216,181,241). Sum of RGB (Red+Green+Blue) = 216+181+241=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8B5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B5F1 is #274A0E. Grayscale: #C6C6C6. Windows color (decimal): -2574863 or 15840728. OLE color: 15840728.

HSL color Cylindrical-coordinate representation of color #D8B5F1: hue angle of 275º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8B5F1 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216181241-
CMYK0.100.2500.05
HSL275º68.18%82.75%-
HSV(B)275º24.9%94.51%-
XYZ60.725490.44-
YUV198.3152.1140.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.86%
GREEN value IS 181 (71.09% from 255) = 28.37%
BLUE value IS 241 (94.53% from 255) = 37.77%
R=33.86%
G=28.37%
B=37.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2161812410.100.2500.0527568.1882.75
HexD8B5F1A19051134453
Octal330265361123105423104123
Binary110110001011010111110001101011001010110001001110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B5F1; }

 p { color: rgb(216,181,241); }

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

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

 a { background-color: rgb(216,181,241); }

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

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

 span { border-color: rgb(216,181,241); }

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