#D5B0FE

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

Shades of Mauve #D5B0FE

Tints of Mauve #D5B0FE

Color information

#D5B0FE (or 0xD5B0FE) is unknown color: approx Mauve. HEX triplet: D5, B0 and FE. RGB value is (213,176,254). Sum of RGB (Red+Green+Blue) = 213+176+254=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B0FE is #2A4F01. Grayscale: #C3C3C3. Windows color (decimal): -2772738 or 16691413. OLE color: 16691413.

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

Color convert

RGB213176254-
CMYK0.160.3100.00
HSL268.46º97.5%84.31%-
HSV(B)268.46º30.71%99.61%-
XYZ60.8652.35100.66-
YUV195.96160.76140.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.13%
GREEN value IS 176 (69.14% from 255) = 27.37%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=33.13%
G=27.37%
B=39.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131762540.160.3100.00268.4697.584.31
HexD5B0FE101F0010c6254
Octal325260376203700414142124
Binary11010101101100001111111010000111110010000110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B0FE; }

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

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

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

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

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

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

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

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