#D5B3ED

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

Shades of Mauve #D5B3ED

Tints of Mauve #D5B3ED

Color information

#D5B3ED (or 0xD5B3ED) is unknown color: approx Mauve. HEX triplet: D5, B3 and ED. RGB value is (213,179,237). Sum of RGB (Red+Green+Blue) = 213+179+237=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5B3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B3ED is #2A4C12. Grayscale: #C3C3C3. Windows color (decimal): -2771987 or 15578069. OLE color: 15578069.

HSL color Cylindrical-coordinate representation of color #D5B3ED: hue angle of 275.17º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5B3ED is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213179237-
CMYK0.100.2400.07
HSL275.17º61.7%81.57%-
HSV(B)275.17º24.47%92.94%-
XYZ58.8552.587.15-
YUV195.78151.26140.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.86%
GREEN value IS 179 (70.31% from 255) = 28.46%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=33.86%
G=28.46%
B=37.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131792370.100.2400.07275.1761.781.57
HexD5B3EDA18071133e52
Octal32526335512300742376122
Binary11010101101100111110110110101100001111000100111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B3ED; }

 p { color: rgb(213,179,237); }

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

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

 a { background-color: rgb(213,179,237); }

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

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

 span { border-color: rgb(213,179,237); }

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