#D3ADF0

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

Shades of Mauve #D3ADF0

Tints of Mauve #D3ADF0

Color information

#D3ADF0 (or 0xD3ADF0) is unknown color: approx Mauve. HEX triplet: D3, AD and F0. RGB value is (211,173,240). Sum of RGB (Red+Green+Blue) = 211+173+240=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #D3ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADF0 is #2C520F. Grayscale: #BFBFBF. Windows color (decimal): -2904592 or 15773139. OLE color: 15773139.

HSL color Cylindrical-coordinate representation of color #D3ADF0: hue angle of 274.03º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3ADF0 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB211173240-
CMYK0.120.2800.06
HSL274.03º69.07%80.98%-
HSV(B)274.03º27.92%94.12%-
XYZ57.5450.0389.06-
YUV192155.09141.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.81%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 240 (94.14% from 255) = 38.46%
R=33.81%
G=27.72%
B=38.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2111732400.120.2800.06274.0369.0780.98
HexD3ADF0C1C061124551
Octal323255360143406422105121
Binary110100111010110111110000110011100011010001001010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ADF0; }

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

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

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

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

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

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

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

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