#D5B7FE

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

Shades of Mauve #D5B7FE

Tints of Mauve #D5B7FE

Color information

#D5B7FE (or 0xD5B7FE) is unknown color: approx Mauve. HEX triplet: D5, B7 and FE. RGB value is (213,183,254). Sum of RGB (Red+Green+Blue) = 213+183+254=650 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.77% from 650); Green value is 183 (71.88% from 255 or 28.15% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B7FE is #2A4801. Grayscale: #C7C7C7. Windows color (decimal): -2770946 or 16693205. OLE color: 16693205.

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

Color convert

RGB213183254-
CMYK0.160.2800.00
HSL265.35º97.26%85.69%-
HSV(B)265.35º27.95%99.61%-
XYZ62.2655.17101.13-
YUV200.06158.44137.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.77%
GREEN value IS 183 (71.88% from 255) = 28.15%
BLUE value IS 254 (99.61% from 255) = 39.08%
R=32.77%
G=28.15%
B=39.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131832540.160.2800.00265.3597.2685.69
HexD5B7FE101C001096156
Octal325267376203400411141126
Binary11010101101101111111111010000111000010000100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B7FE; }

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

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

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

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

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

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

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

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