#D9AFEA

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

Shades of Mauve #D9AFEA

Tints of Mauve #D9AFEA

Color information

#D9AFEA (or 0xD9AFEA) is unknown color: approx Mauve. HEX triplet: D9, AF and EA. RGB value is (217,175,234). Sum of RGB (Red+Green+Blue) = 217+175+234=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFEA is #265015. Grayscale: #C2C2C2. Windows color (decimal): -2510870 or 15380441. OLE color: 15380441.

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

Color convert

RGB217175234-
CMYK0.070.2500.08
HSL282.71º58.42%80.2%-
HSV(B)282.71º25.21%91.76%-
XYZ58.851.3584.65-
YUV194.28150.41144.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.66%
GREEN value IS 175 (68.75% from 255) = 27.96%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=34.66%
G=27.96%
B=37.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171752340.070.2500.08282.7158.4280.2
HexD9AFEA7190811b3a50
Octal33125735273101043372120
Binary11011001101011111110101011111001010001000110111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFEA; }

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

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

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

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

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

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

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

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