#D6AFF0

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

Shades of Mauve #D6AFF0

Tints of Mauve #D6AFF0

Color information

#D6AFF0 (or 0xD6AFF0) is unknown color: approx Mauve. HEX triplet: D6, AF and F0. RGB value is (214,175,240). Sum of RGB (Red+Green+Blue) = 214+175+240=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AFF0 is #29500F. Grayscale: #C1C1C1. Windows color (decimal): -2707472 or 15773654. OLE color: 15773654.

HSL color Cylindrical-coordinate representation of color #D6AFF0: hue angle of 276º degrees, saturation: 0.68, 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 #D6AFF0 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214175240-
CMYK0.110.2700.06
HSL276º68.42%81.37%-
HSV(B)276º27.08%94.12%-
XYZ58.7951.2589.23-
YUV194.07153.92142.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.02%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 240 (94.14% from 255) = 38.16%
R=34.02%
G=27.82%
B=38.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2141752400.110.2700.0627668.4281.37
HexD6AFF0B1B061144451
Octal326257360133306424104121
Binary110101101010111111110000101111011011010001010010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFF0; }

 p { color: rgb(214,175,240); }

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

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

 a { background-color: rgb(214,175,240); }

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

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

 span { border-color: rgb(214,175,240); }

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