#D4AEFF

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

Shades of Mauve #D4AEFF

Tints of Mauve #D4AEFF

Color information

#D4AEFF (or 0xD4AEFF) is unknown color: approx Mauve. HEX triplet: D4, AE and FF. RGB value is (212,174,255). Sum of RGB (Red+Green+Blue) = 212+174+255=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AEFF is #2B5100. Grayscale: #C2C2C2. Windows color (decimal): -2838785 or 16756436. OLE color: 16756436.

HSL color Cylindrical-coordinate representation of color #D4AEFF: hue angle of 268.15º 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 #D4AEFF is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB212174255-
CMYK0.170.3200
HSL268.15º100%84.12%-
HSV(B)268.15º31.76%100%-
XYZ60.3451.49101.37-
YUV194.6162.09140.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.07%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 255 (100% from 255) = 39.78%
R=33.07%
G=27.15%
B=39.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121742550.170.3200268.1510084.12
HexD4AEFF11200010c6454
Octal324256377214000414144124
Binary110101001010111011111111100011000000010000110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AEFF; }

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

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

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

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

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

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

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

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