#D3AEFF

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

Shades of Mauve #D3AEFF

Tints of Mauve #D3AEFF

Color information

#D3AEFF (or 0xD3AEFF) is unknown color: approx Mauve. HEX triplet: D3, AE and FF. RGB value is (211,174,255). Sum of RGB (Red+Green+Blue) = 211+174+255=640 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.97% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AEFF is #2C5100. Grayscale: #C2C2C2. Windows color (decimal): -2904321 or 16756435. OLE color: 16756435.

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

Color convert

RGB211174255-
CMYK0.170.3200
HSL267.41º100%84.12%-
HSV(B)267.41º31.76%100%-
XYZ60.0551.34101.35-
YUV194.3162.26139.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.97%
GREEN value IS 174 (68.36% from 255) = 27.19%
BLUE value IS 255 (100% from 255) = 39.84%
R=32.97%
G=27.19%
B=39.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2111742550.170.3200267.4110084.12
HexD3AEFF11200010b6454
Octal323256377214000413144124
Binary110100111010111011111111100011000000010000101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AEFF; }

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

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

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

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

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

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

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

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