#D2AEEE

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

Shades of Mauve #D2AEEE

Tints of Mauve #D2AEEE

Color information

#D2AEEE (or 0xD2AEEE) is unknown color: approx Mauve. HEX triplet: D2, AE and EE. RGB value is (210,174,238). Sum of RGB (Red+Green+Blue) = 210+174+238=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AEEE is #2D5111. Grayscale: #BFBFBF. Windows color (decimal): -2969874 or 15642322. OLE color: 15642322.

HSL color Cylindrical-coordinate representation of color #D2AEEE: hue angle of 273.75º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2AEEE is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210174238-
CMYK0.120.2700.07
HSL273.75º65.31%80.78%-
HSV(B)273.75º26.89%93.33%-
XYZ57.1550.1587.56-
YUV192.06153.93140.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.76%
GREEN value IS 174 (68.36% from 255) = 27.97%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=33.76%
G=27.97%
B=38.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101742380.120.2700.07273.7565.3180.78
HexD2AEEEC1B071124151
Octal322256356143307422101121
Binary110100101010111011101110110011011011110001001010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AEEE; }

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

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

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

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

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

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

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

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