#D7AFEE

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

Shades of Mauve #D7AFEE

Tints of Mauve #D7AFEE

Color information

#D7AFEE (or 0xD7AFEE) is unknown color: approx Mauve. HEX triplet: D7, AF and EE. RGB value is (215,175,238). Sum of RGB (Red+Green+Blue) = 215+175+238=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #D7AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AFEE is #285011. Grayscale: #C1C1C1. Windows color (decimal): -2641938 or 15642583. OLE color: 15642583.

HSL color Cylindrical-coordinate representation of color #D7AFEE: hue angle of 278.1º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7AFEE is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB215175238-
CMYK0.100.2600.07
HSL278.1º64.95%80.98%-
HSV(B)278.1º26.47%93.33%-
XYZ58.7951.2887.69-
YUV194.14152.75142.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.24%
GREEN value IS 175 (68.75% from 255) = 27.87%
BLUE value IS 238 (93.36% from 255) = 37.90%
R=34.24%
G=27.87%
B=37.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2151752380.100.2600.07278.164.9580.98
HexD7AFEEA1A071164151
Octal327257356123207426101121
Binary110101111010111111101110101011010011110001011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFEE; }

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

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

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

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

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

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

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

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