#D6B0F1

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

Shades of Mauve #D6B0F1

Tints of Mauve #D6B0F1

Color information

#D6B0F1 (or 0xD6B0F1) is unknown color: approx Mauve. HEX triplet: D6, B0 and F1. RGB value is (214,176,241). Sum of RGB (Red+Green+Blue) = 214+176+241=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6B0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B0F1 is #294F0E. Grayscale: #C2C2C2. Windows color (decimal): -2707215 or 15839446. OLE color: 15839446.

HSL color Cylindrical-coordinate representation of color #D6B0F1: hue angle of 275.08º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6B0F1 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214176241-
CMYK0.110.2700.05
HSL275.08º69.89%81.76%-
HSV(B)275.08º26.97%94.51%-
XYZ59.1351.790.08-
YUV194.77154.09141.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.91%
GREEN value IS 176 (69.14% from 255) = 27.89%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=33.91%
G=27.89%
B=38.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2141762410.110.2700.05275.0869.8981.76
HexD6B0F1B1B051134652
Octal326260361133305423106122
Binary110101101011000011110001101111011010110001001110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B0F1; }

 p { color: rgb(214,176,241); }

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

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

 a { background-color: rgb(214,176,241); }

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

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

 span { border-color: rgb(214,176,241); }

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