#D6B4EB

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

Shades of Mauve #D6B4EB

Tints of Mauve #D6B4EB

Color information

#D6B4EB (or 0xD6B4EB) is unknown color: approx Mauve. HEX triplet: D6, B4 and EB. RGB value is (214,180,235). Sum of RGB (Red+Green+Blue) = 214+180+235=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 180 (70.70% from 255 or 28.62% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6B4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B4EB is #294B14. Grayscale: #C4C4C4. Windows color (decimal): -2706197 or 15447254. OLE color: 15447254.

HSL color Cylindrical-coordinate representation of color #D6B4EB: hue angle of 277.09º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6B4EB is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214180235-
CMYK0.090.2300.08
HSL277.09º57.89%81.37%-
HSV(B)277.09º23.4%92.16%-
XYZ59.0552.9485.7-
YUV196.44149.76140.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.02%
GREEN value IS 180 (70.70% from 255) = 28.62%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=34.02%
G=28.62%
B=37.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141802350.090.2300.08277.0957.8981.37
HexD6B4EB917081153a51
Octal326264353112701042572121
Binary110101101011010011101011100110111010001000101011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B4EB; }

 p { color: rgb(214,180,235); }

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

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

 a { background-color: rgb(214,180,235); }

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

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

 span { border-color: rgb(214,180,235); }

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