#D2AEFB

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

Shades of Mauve #D2AEFB

Tints of Mauve #D2AEFB

Color information

#D2AEFB (or 0xD2AEFB) is unknown color: approx Mauve. HEX triplet: D2, AE and FB. RGB value is (210,174,251). Sum of RGB (Red+Green+Blue) = 210+174+251=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2AEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AEFB is #2D5104. Grayscale: #C1C1C1. Windows color (decimal): -2969861 or 16494290. OLE color: 16494290.

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

Color convert

RGB210174251-
CMYK0.160.3100.02
HSL268.05º90.59%83.33%-
HSV(B)268.05º30.68%98.43%-
XYZ59.1350.9497.98-
YUV193.54160.43139.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.07%
GREEN value IS 174 (68.36% from 255) = 27.40%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=33.07%
G=27.40%
B=39.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101742510.160.3100.02268.0590.5983.33
HexD2AEFB101F0210c5b53
Octal322256373203702414133123
Binary110100101010111011111011100001111101010000110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AEFB; }

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

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

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

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

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

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

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

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