#D7ADF0

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

Shades of Mauve #D7ADF0

Tints of Mauve #D7ADF0

Color information

#D7ADF0 (or 0xD7ADF0) is unknown color: approx Mauve. HEX triplet: D7, AD and F0. RGB value is (215,173,240). Sum of RGB (Red+Green+Blue) = 215+173+240=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ADF0 is #28520F. Grayscale: #C0C0C0. Windows color (decimal): -2642448 or 15773143. OLE color: 15773143.

HSL color Cylindrical-coordinate representation of color #D7ADF0: hue angle of 277.61º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7ADF0 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB215173240-
CMYK0.100.2800.06
HSL277.61º69.07%80.98%-
HSV(B)277.61º27.92%94.12%-
XYZ58.750.6389.12-
YUV193.2154.41143.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.24%
GREEN value IS 173 (67.97% from 255) = 27.55%
BLUE value IS 240 (94.14% from 255) = 38.22%
R=34.24%
G=27.55%
B=38.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2151732400.100.2800.06277.6169.0780.98
HexD7ADF0A1C061164551
Octal327255360123406426105121
Binary110101111010110111110000101011100011010001011010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADF0; }

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

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

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

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

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

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

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

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