#D3ADFA

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

Shades of Mauve #D3ADFA

Tints of Mauve #D3ADFA

Color information

#D3ADFA (or 0xD3ADFA) is unknown color: approx Mauve. HEX triplet: D3, AD and FA. RGB value is (211,173,250). Sum of RGB (Red+Green+Blue) = 211+173+250=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADFA is #2C5205. Grayscale: #C0C0C0. Windows color (decimal): -2904582 or 16428499. OLE color: 16428499.

HSL color Cylindrical-coordinate representation of color #D3ADFA: hue angle of 269.61º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3ADFA is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211173250-
CMYK0.160.3100.02
HSL269.61º88.51%82.94%-
HSV(B)269.61º30.8%98.04%-
XYZ59.0650.6497.1-
YUV193.14160.09140.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.28%
GREEN value IS 173 (67.97% from 255) = 27.29%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=33.28%
G=27.29%
B=39.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111732500.160.3100.02269.6188.5182.94
HexD3ADFA101F0210e5953
Octal323255372203702416131123
Binary110100111010110111111010100001111101010000111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ADFA; }

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

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

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

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

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

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

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

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