#D9AEFE

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

Shades of Mauve #D9AEFE

Tints of Mauve #D9AEFE

Color information

#D9AEFE (or 0xD9AEFE) is unknown color: approx Mauve. HEX triplet: D9, AE and FE. RGB value is (217,174,254). Sum of RGB (Red+Green+Blue) = 217+174+254=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AEFE is #265101. Grayscale: #C3C3C3. Windows color (decimal): -2511106 or 16690905. OLE color: 16690905.

HSL color Cylindrical-coordinate representation of color #D9AEFE: hue angle of 272.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9AEFE is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB217174254-
CMYK0.150.3100.00
HSL272.25º97.56%83.92%-
HSV(B)272.25º31.5%99.61%-
XYZ61.6452.18100.59-
YUV195.98160.75143-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.64%
GREEN value IS 174 (68.36% from 255) = 26.98%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=33.64%
G=26.98%
B=39.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2171742540.150.3100.00272.2597.5683.92
HexD9AEFEF1F001106254
Octal331256376173700420142124
Binary1101100110101110111111101111111110010001000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEFE; }

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

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

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

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

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

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

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

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