#D7AFEF

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

Shades of Mauve #D7AFEF

Tints of Mauve #D7AFEF

Color information

#D7AFEF (or 0xD7AFEF) is unknown color: approx Mauve. HEX triplet: D7, AF and EF. RGB value is (215,175,239). Sum of RGB (Red+Green+Blue) = 215+175+239=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AFEF is #285010. Grayscale: #C2C2C2. Windows color (decimal): -2641937 or 15708119. OLE color: 15708119.

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

Color convert

RGB215175239-
CMYK0.100.2700.06
HSL277.5º66.67%81.18%-
HSV(B)277.5º26.78%93.73%-
XYZ58.9351.3488.46-
YUV194.26153.25142.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.18%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 239 (93.75% from 255) = 38.00%
R=34.18%
G=27.82%
B=38.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2151752390.100.2700.06277.566.6781.18
HexD7AFEFA1B061164351
Octal327257357123306426103121
Binary110101111010111111101111101011011011010001011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFEF; }

 p { color: rgb(215,175,239); }

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

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

 a { background-color: rgb(215,175,239); }

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

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

 span { border-color: rgb(215,175,239); }

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