#D6ADFF

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

Shades of Mauve #D6ADFF

Tints of Mauve #D6ADFF

Color information

#D6ADFF (or 0xD6ADFF) is unknown color: approx Mauve. HEX triplet: D6, AD and FF. RGB value is (214,173,255). Sum of RGB (Red+Green+Blue) = 214+173+255=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADFF is #295200. Grayscale: #C2C2C2. Windows color (decimal): -2707969 or 16756182. OLE color: 16756182.

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

Color convert

RGB214173255-
CMYK0.160.3200
HSL270º100%83.92%-
HSV(B)270º32.16%100%-
XYZ60.7351.4101.33-
YUV194.61162.08141.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.33%
GREEN value IS 173 (67.97% from 255) = 26.95%
BLUE value IS 255 (100% from 255) = 39.72%
R=33.33%
G=26.95%
B=39.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141732550.160.320027010083.92
HexD6ADFF10200010e6454
Octal326255377204000416144124
Binary110101101010110111111111100001000000010000111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADFF; }

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

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

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

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

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

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

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

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