#D29EFF

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

Shades of Mauve #D29EFF

Tints of Mauve #D29EFF

Color information

#D29EFF (or 0xD29EFF) is unknown color: approx Mauve. HEX triplet: D2, 9E and FF. RGB value is (210,158,255). Sum of RGB (Red+Green+Blue) = 210+158+255=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #D29EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EFF is #2D6100. Grayscale: #B8B8B8. Windows color (decimal): -2973953 or 16752338. OLE color: 16752338.

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

Color convert

RGB210158255-
CMYK0.180.3800
HSL272.16º100%80.98%-
HSV(B)272.16º38.04%100%-
XYZ56.8645.38100.37-
YUV184.61167.73146.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.71%
GREEN value IS 158 (62.11% from 255) = 25.36%
BLUE value IS 255 (100% from 255) = 40.93%
R=33.71%
G=25.36%
B=40.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101582550.180.3800272.1610080.98
HexD29EFF1226001106451
Octal322236377224600420144121
Binary110100101001111011111111100101001100010001000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29EFF; }

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

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

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

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

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

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

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

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