#D2AFFA

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

Shades of Mauve #D2AFFA

Tints of Mauve #D2AFFA

Color information

#D2AFFA (or 0xD2AFFA) is unknown color: approx Mauve. HEX triplet: D2, AF and FA. RGB value is (210,175,250). Sum of RGB (Red+Green+Blue) = 210+175+250=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AFFA is #2D5005. Grayscale: #C1C1C1. Windows color (decimal): -2969606 or 16429010. OLE color: 16429010.

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

Color convert

RGB210175250-
CMYK0.160.300.02
HSL268º88.24%83.33%-
HSV(B)268º30%98.04%-
XYZ59.1651.2697.22-
YUV194.02159.6139.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.07%
GREEN value IS 175 (68.75% from 255) = 27.56%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=33.07%
G=27.56%
B=39.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101752500.160.300.0226888.2483.33
HexD2AFFA101E0210c5853
Octal322257372203602414130123
Binary110100101010111111111010100001111001010000110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFFA; }

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

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

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

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

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

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

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

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