#D5B6F6

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

Shades of Mauve #D5B6F6

Tints of Mauve #D5B6F6

Color information

#D5B6F6 (or 0xD5B6F6) is unknown color: approx Mauve. HEX triplet: D5, B6 and F6. RGB value is (213,182,246). Sum of RGB (Red+Green+Blue) = 213+182+246=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 182 (71.48% from 255 or 28.39% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #D5B6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B6F6 is #2A4909. Grayscale: #C6C6C6. Windows color (decimal): -2771210 or 16168661. OLE color: 16168661.

HSL color Cylindrical-coordinate representation of color #D5B6F6: hue angle of 269.06º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5B6F6 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB213182246-
CMYK0.130.2600.04
HSL269.06º78.05%83.92%-
HSV(B)269.06º26.02%96.47%-
XYZ60.854.2694.46-
YUV198.56154.77138.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.23%
GREEN value IS 182 (71.48% from 255) = 28.39%
BLUE value IS 246 (96.48% from 255) = 38.38%
R=33.23%
G=28.39%
B=38.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2131822460.130.2600.04269.0678.0583.92
HexD5B6F6D1A0410d4e54
Octal325266366153204415116124
Binary110101011011011011110110110111010010010000110110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B6F6; }

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

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

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

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

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

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

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

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