#D5AEFF

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

Shades of Mauve #D5AEFF

Tints of Mauve #D5AEFF

Color information

#D5AEFF (or 0xD5AEFF) is unknown color: approx Mauve. HEX triplet: D5, AE and FF. RGB value is (213,174,255). Sum of RGB (Red+Green+Blue) = 213+174+255=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AEFF is #2A5100. Grayscale: #C2C2C2. Windows color (decimal): -2773249 or 16756437. OLE color: 16756437.

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

Color convert

RGB213174255-
CMYK0.160.3200
HSL268.89º100%84.12%-
HSV(B)268.89º31.76%100%-
XYZ60.6351.64101.38-
YUV194.9161.92140.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.18%
GREEN value IS 174 (68.36% from 255) = 27.10%
BLUE value IS 255 (100% from 255) = 39.72%
R=33.18%
G=27.10%
B=39.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2131742550.160.3200268.8910084.12
HexD5AEFF10200010d6454
Octal325256377204000415144124
Binary110101011010111011111111100001000000010000110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEFF; }

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

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

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

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

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

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

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

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