#D6ADFA

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

Shades of Mauve #D6ADFA

Tints of Mauve #D6ADFA

Color information

#D6ADFA (or 0xD6ADFA) is unknown color: approx Mauve. HEX triplet: D6, AD and FA. RGB value is (214,173,250). Sum of RGB (Red+Green+Blue) = 214+173+250=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADFA is #295205. Grayscale: #C1C1C1. Windows color (decimal): -2707974 or 16428502. OLE color: 16428502.

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

Color convert

RGB214173250-
CMYK0.140.3100.02
HSL271.95º88.51%82.94%-
HSV(B)271.95º30.8%98.04%-
XYZ59.9351.0997.14-
YUV194.04159.58142.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.59%
GREEN value IS 173 (67.97% from 255) = 27.16%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=33.59%
G=27.16%
B=39.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141732500.140.3100.02271.9588.5182.94
HexD6ADFAE1F021105953
Octal326255372163702420131123
Binary11010110101011011111101011101111101010001000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADFA; }

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

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

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

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

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

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

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

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