#D6ADFE

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

Shades of Mauve #D6ADFE

Tints of Mauve #D6ADFE

Color information

#D6ADFE (or 0xD6ADFE) is unknown color: approx Mauve. HEX triplet: D6, AD and FE. RGB value is (214,173,254). Sum of RGB (Red+Green+Blue) = 214+173+254=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADFE is #295201. Grayscale: #C2C2C2. Windows color (decimal): -2707970 or 16690646. OLE color: 16690646.

HSL color Cylindrical-coordinate representation of color #D6ADFE: hue angle of 270.37º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6ADFE is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB214173254-
CMYK0.160.3200.00
HSL270.37º97.59%83.73%-
HSV(B)270.37º31.89%99.61%-
XYZ60.5651.34100.48-
YUV194.49161.58141.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.39%
GREEN value IS 173 (67.97% from 255) = 26.99%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=33.39%
G=26.99%
B=39.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2141732540.160.3200.00270.3797.5983.73
HexD6ADFE10200010e6254
Octal326255376204000416142124
Binary110101101010110111111110100001000000010000111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADFE; }

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

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

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

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

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

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

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

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