#D8B1FB

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

Shades of Mauve #D8B1FB

Tints of Mauve #D8B1FB

Color information

#D8B1FB (or 0xD8B1FB) is unknown color: approx Mauve. HEX triplet: D8, B1 and FB. RGB value is (216,177,251). Sum of RGB (Red+Green+Blue) = 216+177+251=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 177 (69.53% from 255 or 27.48% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8B1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8B1FB is #274E04. Grayscale: #C4C4C4. Windows color (decimal): -2575877 or 16495064. OLE color: 16495064.

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

Color convert

RGB216177251-
CMYK0.140.2900.02
HSL271.62º90.24%83.92%-
HSV(B)271.62º29.48%98.43%-
XYZ61.4553.0198.26-
YUV197.1158.42141.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.54%
GREEN value IS 177 (69.53% from 255) = 27.48%
BLUE value IS 251 (98.44% from 255) = 38.98%
R=33.54%
G=27.48%
B=38.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161772510.140.2900.02271.6290.2483.92
HexD8B1FBE1D021105a54
Octal330261373163502420132124
Binary11011000101100011111101111101110101010001000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B1FB; }

 p { color: rgb(216,177,251); }

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

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

 a { background-color: rgb(216,177,251); }

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

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

 span { border-color: rgb(216,177,251); }

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