#D5AEFE

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

Shades of Mauve #D5AEFE

Tints of Mauve #D5AEFE

Color information

#D5AEFE (or 0xD5AEFE) is unknown color: approx Mauve. HEX triplet: D5, AE and FE. RGB value is (213,174,254). Sum of RGB (Red+Green+Blue) = 213+174+254=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AEFE is #2A5101. Grayscale: #C2C2C2. Windows color (decimal): -2773250 or 16690901. OLE color: 16690901.

HSL color Cylindrical-coordinate representation of color #D5AEFE: hue angle of 269.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 #D5AEFE is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB213174254-
CMYK0.160.3100.00
HSL269.25º97.56%83.92%-
HSV(B)269.25º31.5%99.61%-
XYZ60.4751.57100.53-
YUV194.78161.42141-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.23%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=33.23%
G=27.15%
B=39.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131742540.160.3100.00269.2597.5683.92
HexD5AEFE101F0010d6254
Octal325256376203700415142124
Binary11010101101011101111111010000111110010000110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEFE; }

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

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

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

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

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

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

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

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