#D9AFFA

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

Shades of Mauve #D9AFFA

Tints of Mauve #D9AFFA

Color information

#D9AFFA (or 0xD9AFFA) is unknown color: approx Mauve. HEX triplet: D9, AF and FA. RGB value is (217,175,250). Sum of RGB (Red+Green+Blue) = 217+175+250=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFFA is #265005. Grayscale: #C3C3C3. Windows color (decimal): -2510854 or 16429017. OLE color: 16429017.

HSL color Cylindrical-coordinate representation of color #D9AFFA: hue angle of 273.6º 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 #D9AFFA is Cyan = 0.13, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217175250-
CMYK0.130.300.02
HSL273.6º88.24%83.33%-
HSV(B)273.6º30%98.04%-
XYZ61.252.3197.31-
YUV196.11158.41142.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.80%
GREEN value IS 175 (68.75% from 255) = 27.26%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=33.80%
G=27.26%
B=38.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171752500.130.300.02273.688.2483.33
HexD9AFFAD1E021125853
Octal331257372153602422130123
Binary11011001101011111111101011011111001010001001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFFA; }

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

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

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

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

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

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

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

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