#D8B1FE

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

Shades of Mauve #D8B1FE

Tints of Mauve #D8B1FE

Color information

#D8B1FE (or 0xD8B1FE) is unknown color: approx Mauve. HEX triplet: D8, B1 and FE. RGB value is (216,177,254). Sum of RGB (Red+Green+Blue) = 216+177+254=647 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.38% from 647); Green value is 177 (69.53% from 255 or 27.36% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8B1FE is #274E01. Grayscale: #C5C5C5. Windows color (decimal): -2575874 or 16691672. OLE color: 16691672.

HSL color Cylindrical-coordinate representation of color #D8B1FE: hue angle of 270.39º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8B1FE is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB216177254-
CMYK0.150.3000.00
HSL270.39º97.47%84.51%-
HSV(B)270.39º30.31%99.61%-
XYZ61.9353.2100.77-
YUV197.44159.92141.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.38%
GREEN value IS 177 (69.53% from 255) = 27.36%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=33.38%
G=27.36%
B=39.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2161772540.150.3000.00270.3997.4784.51
HexD8B1FEF1E0010e6155
Octal330261376173600416141125
Binary1101100010110001111111101111111100010000111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B1FE; }

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

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

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

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

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

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

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

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