#D1B3F5

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

Shades of Mauve #D1B3F5

Tints of Mauve #D1B3F5

Color information

#D1B3F5 (or 0xD1B3F5) is unknown color: approx Mauve. HEX triplet: D1, B3 and F5. RGB value is (209,179,245). Sum of RGB (Red+Green+Blue) = 209+179+245=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 179 (70.31% from 255 or 28.28% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1B3F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B3F5 is #2E4C0A. Grayscale: #C3C3C3. Windows color (decimal): -3034123 or 16102353. OLE color: 16102353.

HSL color Cylindrical-coordinate representation of color #D1B3F5: hue angle of 267.27º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1B3F5 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB209179245-
CMYK0.150.2700.04
HSL267.27º76.74%83.14%-
HSV(B)267.27º26.94%96.08%-
XYZ58.952.3993.39-
YUV195.49155.94137.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.02%
GREEN value IS 179 (70.31% from 255) = 28.28%
BLUE value IS 245 (96.09% from 255) = 38.70%
R=33.02%
G=28.28%
B=38.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2091792450.150.2700.04267.2776.7483.14
HexD1B3F5F1B0410b4d53
Octal321263365173304413115123
Binary110100011011001111110101111111011010010000101110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B3F5; }

 p { color: rgb(209,179,245); }

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

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

 a { background-color: rgb(209,179,245); }

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

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

 span { border-color: rgb(209,179,245); }

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