#D2AFEE

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

Shades of Mauve #D2AFEE

Tints of Mauve #D2AFEE

Color information

#D2AFEE (or 0xD2AFEE) is unknown color: approx Mauve. HEX triplet: D2, AF and EE. RGB value is (210,175,238). Sum of RGB (Red+Green+Blue) = 210+175+238=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AFEE is #2D5011. Grayscale: #C0C0C0. Windows color (decimal): -2969618 or 15642578. OLE color: 15642578.

HSL color Cylindrical-coordinate representation of color #D2AFEE: hue angle of 273.33º 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 #D2AFEE is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210175238-
CMYK0.120.2600.07
HSL273.33º64.95%80.98%-
HSV(B)273.33º26.47%93.33%-
XYZ57.3450.5387.62-
YUV192.65153.6140.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.71%
GREEN value IS 175 (68.75% from 255) = 28.09%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=33.71%
G=28.09%
B=38.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101752380.120.2600.07273.3364.9580.98
HexD2AFEEC1A071114151
Octal322257356143207421101121
Binary110100101010111111101110110011010011110001000110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFEE; }

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

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

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

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

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

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

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

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