#D5BBFE

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

Shades of Mauve #D5BBFE

Tints of Mauve #D5BBFE

Color information

#D5BBFE (or 0xD5BBFE) is unknown color: approx Mauve. HEX triplet: D5, BB and FE. RGB value is (213,187,254). Sum of RGB (Red+Green+Blue) = 213+187+254=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BBFE is #2A4401. Grayscale: #CACACA. Windows color (decimal): -2769922 or 16694229. OLE color: 16694229.

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

Color convert

RGB213187254-
CMYK0.160.2600.00
HSL263.28º97.1%86.47%-
HSV(B)263.28º26.38%99.61%-
XYZ63.156.84101.41-
YUV202.41157.11135.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.57%
GREEN value IS 187 (73.44% from 255) = 28.59%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=32.57%
G=28.59%
B=38.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131872540.160.2600.00263.2897.186.47
HexD5BBFE101A001076156
Octal325273376203200407141126
Binary11010101101110111111111010000110100010000011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBFE; }

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

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

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

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

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

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

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

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