#D8B2F1

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

Shades of Mauve #D8B2F1

Tints of Mauve #D8B2F1

Color information

#D8B2F1 (or 0xD8B2F1) is unknown color: approx Mauve. HEX triplet: D8, B2 and F1. RGB value is (216,178,241). Sum of RGB (Red+Green+Blue) = 216+178+241=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8B2F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8B2F1 is #274D0E. Grayscale: #C4C4C4. Windows color (decimal): -2575631 or 15839960. OLE color: 15839960.

HSL color Cylindrical-coordinate representation of color #D8B2F1: hue angle of 276.19º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8B2F1 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216178241-
CMYK0.100.2600.05
HSL276.19º69.23%82.16%-
HSV(B)276.19º26.14%94.51%-
XYZ60.1252.7990.24-
YUV196.54153.09141.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.02%
GREEN value IS 178 (69.92% from 255) = 28.03%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=34.02%
G=28.03%
B=37.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2161782410.100.2600.05276.1969.2382.16
HexD8B2F1A1A051144552
Octal330262361123205424105122
Binary110110001011001011110001101011010010110001010010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B2F1; }

 p { color: rgb(216,178,241); }

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

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

 a { background-color: rgb(216,178,241); }

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

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

 span { border-color: rgb(216,178,241); }

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