#D5B6F1

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

Shades of Mauve #D5B6F1

Tints of Mauve #D5B6F1

Color information

#D5B6F1 (or 0xD5B6F1) is unknown color: approx Mauve. HEX triplet: D5, B6 and F1. RGB value is (213,182,241). Sum of RGB (Red+Green+Blue) = 213+182+241=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 182 (71.48% from 255 or 28.62% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5B6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B6F1 is #2A490E. Grayscale: #C5C5C5. Windows color (decimal): -2771215 or 15840981. OLE color: 15840981.

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

Color convert

RGB213182241-
CMYK0.120.2400.05
HSL271.53º67.82%82.94%-
HSV(B)271.53º24.48%94.51%-
XYZ60.0553.9590.47-
YUV197.99152.27138.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.49%
GREEN value IS 182 (71.48% from 255) = 28.62%
BLUE value IS 241 (94.53% from 255) = 37.89%
R=33.49%
G=28.62%
B=37.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131822410.120.2400.05271.5367.8282.94
HexD5B6F1C18051104453
Octal325266361143005420104123
Binary110101011011011011110001110011000010110001000010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B6F1; }

 p { color: rgb(213,182,241); }

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

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

 a { background-color: rgb(213,182,241); }

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

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

 span { border-color: rgb(213,182,241); }

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