#D2AEFA

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

Shades of Mauve #D2AEFA

Tints of Mauve #D2AEFA

Color information

#D2AEFA (or 0xD2AEFA) is unknown color: approx Mauve. HEX triplet: D2, AE and FA. RGB value is (210,174,250). Sum of RGB (Red+Green+Blue) = 210+174+250=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AEFA is #2D5105. Grayscale: #C1C1C1. Windows color (decimal): -2969862 or 16428754. OLE color: 16428754.

HSL color Cylindrical-coordinate representation of color #D2AEFA: hue angle of 268.42º 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 #D2AEFA is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210174250-
CMYK0.160.3000.02
HSL268.42º88.37%83.14%-
HSV(B)268.42º30.4%98.04%-
XYZ58.9750.8897.15-
YUV193.43159.93139.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.12%
GREEN value IS 174 (68.36% from 255) = 27.44%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=33.12%
G=27.44%
B=39.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101742500.160.3000.02268.4288.3783.14
HexD2AEFA101E0210c5853
Octal322256372203602414130123
Binary110100101010111011111010100001111001010000110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AEFA; }

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

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

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

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

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

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

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

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