#D6ADEB

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

Shades of Mauve #D6ADEB

Tints of Mauve #D6ADEB

Color information

#D6ADEB (or 0xD6ADEB) is unknown color: approx Mauve. HEX triplet: D6, AD and EB. RGB value is (214,173,235). Sum of RGB (Red+Green+Blue) = 214+173+235=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADEB is #295214. Grayscale: #C0C0C0. Windows color (decimal): -2707989 or 15445462. OLE color: 15445462.

HSL color Cylindrical-coordinate representation of color #D6ADEB: hue angle of 279.68º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6ADEB is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214173235-
CMYK0.090.2600.08
HSL279.68º60.78%80%-
HSV(B)279.68º26.38%92.16%-
XYZ57.6750.1885.24-
YUV192.33152.08143.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.41%
GREEN value IS 173 (67.97% from 255) = 27.81%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=34.41%
G=27.81%
B=37.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141732350.090.2600.08279.6860.7880
HexD6ADEB91A081183d50
Octal326255353113201043075120
Binary110101101010110111101011100111010010001000110001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADEB; }

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

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

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

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

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

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

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

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