#D9AFED

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

Shades of Mauve #D9AFED

Tints of Mauve #D9AFED

Color information

#D9AFED (or 0xD9AFED) is unknown color: approx Mauve. HEX triplet: D9, AF and ED. RGB value is (217,175,237). Sum of RGB (Red+Green+Blue) = 217+175+237=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 175 (68.75% from 255 or 27.82% 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 #D9AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFED is #265012. Grayscale: #C2C2C2. Windows color (decimal): -2510867 or 15577049. OLE color: 15577049.

HSL color Cylindrical-coordinate representation of color #D9AFED: hue angle of 280.65º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9AFED is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217175237-
CMYK0.080.2600.07
HSL280.65º63.27%80.78%-
HSV(B)280.65º26.16%92.94%-
XYZ59.2351.5386.94-
YUV194.63151.91143.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.50%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=34.50%
G=27.82%
B=37.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171752370.080.2600.07280.6563.2780.78
HexD9AFED81A071193f51
Octal33125735510320743177121
Binary11011001101011111110110110001101001111000110011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFED; }

 p { color: rgb(217,175,237); }

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

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

 a { background-color: rgb(217,175,237); }

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

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

 span { border-color: rgb(217,175,237); }

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