#D2B3FB

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

Shades of Mauve #D2B3FB

Tints of Mauve #D2B3FB

Color information

#D2B3FB (or 0xD2B3FB) is unknown color: approx Mauve. HEX triplet: D2, B3 and FB. RGB value is (210,179,251). Sum of RGB (Red+Green+Blue) = 210+179+251=640 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.81% from 640); Green value is 179 (70.31% from 255 or 27.97% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2B3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B3FB is #2D4C04. Grayscale: #C4C4C4. Windows color (decimal): -2968581 or 16495570. OLE color: 16495570.

HSL color Cylindrical-coordinate representation of color #D2B3FB: hue angle of 265.83º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2B3FB is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210179251-
CMYK0.160.2900.02
HSL265.83º90%84.31%-
HSV(B)265.83º28.69%98.43%-
XYZ60.1152.9198.31-
YUV196.48158.77137.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.81%
GREEN value IS 179 (70.31% from 255) = 27.97%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=32.81%
G=27.97%
B=39.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101792510.160.2900.02265.839084.31
HexD2B3FB101D0210a5a54
Octal322263373203502412132124
Binary110100101011001111111011100001110101010000101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B3FB; }

 p { color: rgb(210,179,251); }

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

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

 a { background-color: rgb(210,179,251); }

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

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

 span { border-color: rgb(210,179,251); }

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