#D2AFFF

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

Shades of Mauve #D2AFFF

Tints of Mauve #D2AFFF

Color information

#D2AFFF (or 0xD2AFFF) is unknown color: approx Mauve. HEX triplet: D2, AF and FF. RGB value is (210,175,255). Sum of RGB (Red+Green+Blue) = 210+175+255=640 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.81% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AFFF is #2D5000. Grayscale: #C2C2C2. Windows color (decimal): -2969601 or 16756690. OLE color: 16756690.

HSL color Cylindrical-coordinate representation of color #D2AFFF: hue angle of 266.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2AFFF is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB210175255-
CMYK0.180.3100
HSL266.25º100%84.31%-
HSV(B)266.25º31.37%100%-
XYZ59.9651.58101.4-
YUV194.58162.1139-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.81%
GREEN value IS 175 (68.75% from 255) = 27.34%
BLUE value IS 255 (100% from 255) = 39.84%
R=32.81%
G=27.34%
B=39.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101752550.180.3100266.2510084.31
HexD2AFFF121F0010a6454
Octal322257377223700412144124
Binary11010010101011111111111110010111110010000101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFFF; }

 p { color: rgb(210,175,255); }

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

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

 a { background-color: rgb(210,175,255); }

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

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

 span { border-color: rgb(210,175,255); }

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