#D9AEEE

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

Shades of Mauve #D9AEEE

Tints of Mauve #D9AEEE

Color information

#D9AEEE (or 0xD9AEEE) is unknown color: approx Mauve. HEX triplet: D9, AE and EE. RGB value is (217,174,238). Sum of RGB (Red+Green+Blue) = 217+174+238=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AEEE is #265111. Grayscale: #C1C1C1. Windows color (decimal): -2511122 or 15642329. OLE color: 15642329.

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

Color convert

RGB217174238-
CMYK0.090.2700.07
HSL280.31º65.31%80.78%-
HSV(B)280.31º26.89%93.33%-
XYZ59.1851.287.65-
YUV194.15152.75144.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.50%
GREEN value IS 174 (68.36% from 255) = 27.66%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=34.50%
G=27.66%
B=37.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171742380.090.2700.07280.3165.3180.78
HexD9AEEE91B071184151
Octal331256356113307430101121
Binary110110011010111011101110100111011011110001100010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEEE; }

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

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

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

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

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

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

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

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