#D5B0F1

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

Shades of Mauve #D5B0F1

Tints of Mauve #D5B0F1

Color information

#D5B0F1 (or 0xD5B0F1) is unknown color: approx Mauve. HEX triplet: D5, B0 and F1. RGB value is (213,176,241). Sum of RGB (Red+Green+Blue) = 213+176+241=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5B0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B0F1 is #2A4F0E. Grayscale: #C2C2C2. Windows color (decimal): -2772751 or 15839445. OLE color: 15839445.

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

Color convert

RGB213176241-
CMYK0.120.2700.05
HSL274.15º69.89%81.76%-
HSV(B)274.15º26.97%94.51%-
XYZ58.8451.5590.07-
YUV194.47154.26141.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.81%
GREEN value IS 176 (69.14% from 255) = 27.94%
BLUE value IS 241 (94.53% from 255) = 38.25%
R=33.81%
G=27.94%
B=38.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131762410.120.2700.05274.1569.8981.76
HexD5B0F1C1B051124652
Octal325260361143305422106122
Binary110101011011000011110001110011011010110001001010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B0F1; }

 p { color: rgb(213,176,241); }

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

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

 a { background-color: rgb(213,176,241); }

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

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

 span { border-color: rgb(213,176,241); }

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