#D6ADF6

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

Shades of Mauve #D6ADF6

Tints of Mauve #D6ADF6

Color information

#D6ADF6 (or 0xD6ADF6) is unknown color: approx Mauve. HEX triplet: D6, AD and F6. RGB value is (214,173,246). Sum of RGB (Red+Green+Blue) = 214+173+246=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #D6ADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADF6 is #295209. Grayscale: #C1C1C1. Windows color (decimal): -2707978 or 16166358. OLE color: 16166358.

HSL color Cylindrical-coordinate representation of color #D6ADF6: hue angle of 273.7º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6ADF6 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB214173246-
CMYK0.130.3000.04
HSL273.7º80.22%82.16%-
HSV(B)273.7º29.67%96.47%-
XYZ59.3150.8493.88-
YUV193.58157.58142.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.81%
GREEN value IS 173 (67.97% from 255) = 27.33%
BLUE value IS 246 (96.48% from 255) = 38.86%
R=33.81%
G=27.33%
B=38.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2141732460.130.3000.04273.780.2282.16
HexD6ADF6D1E041125052
Octal326255366153604422120122
Binary110101101010110111110110110111110010010001001010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADF6; }

 p { color: rgb(214,173,246); }

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

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

 a { background-color: rgb(214,173,246); }

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

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

 span { border-color: rgb(214,173,246); }

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