#D9AEFA

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

Shades of Mauve #D9AEFA

Tints of Mauve #D9AEFA

Color information

#D9AEFA (or 0xD9AEFA) is unknown color: approx Mauve. HEX triplet: D9, AE and FA. RGB value is (217,174,250). Sum of RGB (Red+Green+Blue) = 217+174+250=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AEFA is #265105. Grayscale: #C3C3C3. Windows color (decimal): -2511110 or 16428761. OLE color: 16428761.

HSL color Cylindrical-coordinate representation of color #D9AEFA: hue angle of 273.95º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9AEFA is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217174250-
CMYK0.130.3000.02
HSL273.95º88.37%83.14%-
HSV(B)273.95º30.4%98.04%-
XYZ61.0151.9397.25-
YUV195.52158.75143.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.85%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 250 (98.05% from 255) = 39.00%
R=33.85%
G=27.15%
B=39.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171742500.130.3000.02273.9588.3783.14
HexD9AEFAD1E021125853
Octal331256372153602422130123
Binary11011001101011101111101011011111001010001001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEFA; }

 p { color: rgb(217,174,250); }

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

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

 a { background-color: rgb(217,174,250); }

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

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

 span { border-color: rgb(217,174,250); }

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