#D6ADEE

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

Shades of Mauve #D6ADEE

Tints of Mauve #D6ADEE

Color information

#D6ADEE (or 0xD6ADEE) is unknown color: approx Mauve. HEX triplet: D6, AD and EE. RGB value is (214,173,238). Sum of RGB (Red+Green+Blue) = 214+173+238=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADEE is #295211. Grayscale: #C0C0C0. Windows color (decimal): -2707986 or 15642070. OLE color: 15642070.

HSL color Cylindrical-coordinate representation of color #D6ADEE: hue angle of 277.85º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6ADEE is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214173238-
CMYK0.100.2700.07
HSL277.85º65.66%80.59%-
HSV(B)277.85º27.31%93.33%-
XYZ58.1150.3687.55-
YUV192.67153.58143.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.24%
GREEN value IS 173 (67.97% from 255) = 27.68%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=34.24%
G=27.68%
B=38.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141732380.100.2700.07277.8565.6680.59
HexD6ADEEA1B071164251
Octal326255356123307426102121
Binary110101101010110111101110101011011011110001011010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADEE; }

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

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

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

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

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

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

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

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