#D5B5FB

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

Shades of Mauve #D5B5FB

Tints of Mauve #D5B5FB

Color information

#D5B5FB (or 0xD5B5FB) is unknown color: approx Mauve. HEX triplet: D5, B5 and FB. RGB value is (213,181,251). Sum of RGB (Red+Green+Blue) = 213+181+251=645 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.02% from 645); Green value is 181 (71.09% from 255 or 28.06% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5B5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B5FB is #2A4A04. Grayscale: #C6C6C6. Windows color (decimal): -2771461 or 16496085. OLE color: 16496085.

HSL color Cylindrical-coordinate representation of color #D5B5FB: hue angle of 267.43º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5B5FB is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213181251-
CMYK0.150.2800.02
HSL267.43º89.74%84.71%-
HSV(B)267.43º27.89%98.43%-
XYZ61.3854.1698.49-
YUV198.55157.6138.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.02%
GREEN value IS 181 (71.09% from 255) = 28.06%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=33.02%
G=28.06%
B=38.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131812510.150.2800.02267.4389.7484.71
HexD5B5FBF1C0210b5a55
Octal325265373173402413132125
Binary11010101101101011111101111111110001010000101110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B5FB; }

 p { color: rgb(213,181,251); }

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

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

 a { background-color: rgb(213,181,251); }

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

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

 span { border-color: rgb(213,181,251); }

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