#D9AEFD

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

Shades of Mauve #D9AEFD

Tints of Mauve #D9AEFD

Color information

#D9AEFD (or 0xD9AEFD) is unknown color: approx Mauve. HEX triplet: D9, AE and FD. RGB value is (217,174,253). Sum of RGB (Red+Green+Blue) = 217+174+253=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AEFD is #265102. Grayscale: #C3C3C3. Windows color (decimal): -2511107 or 16625369. OLE color: 16625369.

HSL color Cylindrical-coordinate representation of color #D9AEFD: hue angle of 272.66º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9AEFD is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217174253-
CMYK0.140.3100.01
HSL272.66º95.18%83.73%-
HSV(B)272.66º31.23%99.22%-
XYZ61.4852.1299.75-
YUV195.86160.25143.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.70%
GREEN value IS 174 (68.36% from 255) = 27.02%
BLUE value IS 253 (99.22% from 255) = 39.29%
R=33.70%
G=27.02%
B=39.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171742530.140.3100.01272.6695.1883.73
HexD9AEFDE1F011115f54
Octal331256375163701421137124
Binary1101100110101110111111011110111110110001000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEFD; }

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

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

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

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

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

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

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

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