#D4B3FB

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

Shades of Mauve #D4B3FB

Tints of Mauve #D4B3FB

Color information

#D4B3FB (or 0xD4B3FB) is unknown color: approx Mauve. HEX triplet: D4, B3 and FB. RGB value is (212,179,251). Sum of RGB (Red+Green+Blue) = 212+179+251=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 179 (70.31% from 255 or 27.88% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4B3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B3FB is #2B4C04. Grayscale: #C4C4C4. Windows color (decimal): -2837509 or 16495572. OLE color: 16495572.

HSL color Cylindrical-coordinate representation of color #D4B3FB: hue angle of 267.5º 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 #D4B3FB is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212179251-
CMYK0.160.2900.02
HSL267.5º90%84.31%-
HSV(B)267.5º28.69%98.43%-
XYZ60.6853.298.34-
YUV197.08158.43138.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.02%
GREEN value IS 179 (70.31% from 255) = 27.88%
BLUE value IS 251 (98.44% from 255) = 39.10%
R=33.02%
G=27.88%
B=39.10%

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
Decimal2121792510.160.2900.02267.59084.31
HexD4B3FB101D0210c5a54
Octal324263373203502414132124
Binary110101001011001111111011100001110101010000110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B3FB; }

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

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

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

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

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

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

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

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