#D29FFE

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

Shades of Mauve #D29FFE

Tints of Mauve #D29FFE

Color information

#D29FFE (or 0xD29FFE) is unknown color: approx Mauve. HEX triplet: D2, 9F and FE. RGB value is (210,159,254). Sum of RGB (Red+Green+Blue) = 210+159+254=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #D29FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FFE is #2D6001. Grayscale: #B8B8B8. Windows color (decimal): -2973698 or 16687058. OLE color: 16687058.

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

Color convert

RGB210159254-
CMYK0.170.3700.00
HSL272.21º97.94%80.98%-
HSV(B)272.21º37.4%99.61%-
XYZ56.8745.6599.58-
YUV185.08166.9145.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.71%
GREEN value IS 159 (62.5% from 255) = 25.52%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=33.71%
G=25.52%
B=40.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101592540.170.3700.00272.2197.9480.98
HexD29FFE1125001106251
Octal322237376214500420142121
Binary110100101001111111111110100011001010010001000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FFE; }

 p { color: rgb(210,159,254); }

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

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

 a { background-color: rgb(210,159,254); }

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

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

 span { border-color: rgb(210,159,254); }

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