#D29EFB

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

Shades of Mauve #D29EFB

Tints of Mauve #D29EFB

Color information

#D29EFB (or 0xD29EFB) is unknown color: approx Mauve. HEX triplet: D2, 9E and FB. RGB value is (210,158,251). Sum of RGB (Red+Green+Blue) = 210+158+251=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #D29EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EFB is #2D6104. Grayscale: #B7B7B7. Windows color (decimal): -2973957 or 16490194. OLE color: 16490194.

HSL color Cylindrical-coordinate representation of color #D29EFB: hue angle of 273.55º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D29EFB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210158251-
CMYK0.160.3700.02
HSL273.55º92.08%80.2%-
HSV(B)273.55º37.05%98.43%-
XYZ56.2245.1297.01-
YUV184.15165.73146.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.93%
GREEN value IS 158 (62.11% from 255) = 25.53%
BLUE value IS 251 (98.44% from 255) = 40.55%
R=33.93%
G=25.53%
B=40.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101582510.160.3700.02273.5592.0880.2
HexD29EFB1025021125c50
Octal322236373204502422134120
Binary1101001010011110111110111000010010101010001001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29EFB; }

 p { color: rgb(210,158,251); }

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

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

 a { background-color: rgb(210,158,251); }

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

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

 span { border-color: rgb(210,158,251); }

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