#D7ADEE

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

Shades of Mauve #D7ADEE

Tints of Mauve #D7ADEE

Color information

#D7ADEE (or 0xD7ADEE) is unknown color: approx Mauve. HEX triplet: D7, AD and EE. RGB value is (215,173,238). Sum of RGB (Red+Green+Blue) = 215+173+238=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #D7ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ADEE is #285211. Grayscale: #C0C0C0. Windows color (decimal): -2642450 or 15642071. OLE color: 15642071.

HSL color Cylindrical-coordinate representation of color #D7ADEE: hue angle of 278.77º 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 #D7ADEE is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB215173238-
CMYK0.100.2700.07
HSL278.77º65.66%80.59%-
HSV(B)278.77º27.31%93.33%-
XYZ58.450.5187.56-
YUV192.97153.41143.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.35%
GREEN value IS 173 (67.97% from 255) = 27.64%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=34.35%
G=27.64%
B=38.02%

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
Decimal2151732380.100.2700.07278.7765.6680.59
HexD7ADEEA1B071174251
Octal327255356123307427102121
Binary110101111010110111101110101011011011110001011110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADEE; }

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

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

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

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

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

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

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

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