#D2B7FE

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

Shades of Mauve #D2B7FE

Tints of Mauve #D2B7FE

Color information

#D2B7FE (or 0xD2B7FE) is unknown color: approx Mauve. HEX triplet: D2, B7 and FE. RGB value is (210,183,254). Sum of RGB (Red+Green+Blue) = 210+183+254=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 183 (71.88% from 255 or 28.28% 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 #D2B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B7FE is #2D4801. Grayscale: #C6C6C6. Windows color (decimal): -2967554 or 16693202. OLE color: 16693202.

HSL color Cylindrical-coordinate representation of color #D2B7FE: hue angle of 262.82º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2B7FE is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB210183254-
CMYK0.170.2800.00
HSL262.82º97.26%85.69%-
HSV(B)262.82º27.95%99.61%-
XYZ61.454.72101.09-
YUV199.17158.95135.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.46%
GREEN value IS 183 (71.88% from 255) = 28.28%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=32.46%
G=28.28%
B=39.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101832540.170.2800.00262.8297.2685.69
HexD2B7FE111C001076156
Octal322267376213400407141126
Binary11010010101101111111111010001111000010000011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B7FE; }

 p { color: rgb(210,183,254); }

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

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

 a { background-color: rgb(210,183,254); }

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

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

 span { border-color: rgb(210,183,254); }

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