#D7ADFA

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

Shades of Mauve #D7ADFA

Tints of Mauve #D7ADFA

Color information

#D7ADFA (or 0xD7ADFA) is unknown color: approx Mauve. HEX triplet: D7, AD and FA. RGB value is (215,173,250). Sum of RGB (Red+Green+Blue) = 215+173+250=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ADFA is #285205. Grayscale: #C2C2C2. Windows color (decimal): -2642438 or 16428503. OLE color: 16428503.

HSL color Cylindrical-coordinate representation of color #D7ADFA: hue angle of 272.73º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7ADFA is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215173250-
CMYK0.140.3100.02
HSL272.73º88.51%82.94%-
HSV(B)272.73º30.8%98.04%-
XYZ60.2251.2497.16-
YUV194.34159.41142.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.70%
GREEN value IS 173 (67.97% from 255) = 27.12%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=33.70%
G=27.12%
B=39.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2151732500.140.3100.02272.7388.5182.94
HexD7ADFAE1F021115953
Octal327255372163702421131123
Binary11010111101011011111101011101111101010001000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADFA; }

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

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

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

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

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

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

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

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