#D3AFFA

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

Shades of Mauve #D3AFFA

Tints of Mauve #D3AFFA

Color information

#D3AFFA (or 0xD3AFFA) is unknown color: approx Mauve. HEX triplet: D3, AF and FA. RGB value is (211,175,250). Sum of RGB (Red+Green+Blue) = 211+175+250=636 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.18% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFFA is #2C5005. Grayscale: #C2C2C2. Windows color (decimal): -2904070 or 16429011. OLE color: 16429011.

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

Color convert

RGB211175250-
CMYK0.160.300.02
HSL268.8º88.24%83.33%-
HSV(B)268.8º30%98.04%-
XYZ59.4551.4197.23-
YUV194.31159.43139.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.18%
GREEN value IS 175 (68.75% from 255) = 27.52%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=33.18%
G=27.52%
B=39.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111752500.160.300.02268.888.2483.33
HexD3AFFA101E0210d5853
Octal323257372203602415130123
Binary110100111010111111111010100001111001010000110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AFFA; }

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

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

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

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

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

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

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

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