#D7ADF3

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

Shades of Mauve #D7ADF3

Tints of Mauve #D7ADF3

Color information

#D7ADF3 (or 0xD7ADF3) is unknown color: approx Mauve. HEX triplet: D7, AD and F3. RGB value is (215,173,243). Sum of RGB (Red+Green+Blue) = 215+173+243=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #D7ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ADF3 is #28520C. Grayscale: #C1C1C1. Windows color (decimal): -2642445 or 15969751. OLE color: 15969751.

HSL color Cylindrical-coordinate representation of color #D7ADF3: hue angle of 276º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7ADF3 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215173243-
CMYK0.120.2900.05
HSL276º74.47%81.57%-
HSV(B)276º28.81%95.29%-
XYZ59.1550.8191.48-
YUV193.54155.91143.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.07%
GREEN value IS 173 (67.97% from 255) = 27.42%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=34.07%
G=27.42%
B=38.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2151732430.120.2900.0527674.4781.57
HexD7ADF3C1D051144a52
Octal327255363143505424112122
Binary110101111010110111110011110011101010110001010010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADF3; }

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

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

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

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

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

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

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

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