#D3AEFC

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

Shades of Mauve #D3AEFC

Tints of Mauve #D3AEFC

Color information

#D3AEFC (or 0xD3AEFC) is unknown color: approx Mauve. HEX triplet: D3, AE and FC. RGB value is (211,174,252). Sum of RGB (Red+Green+Blue) = 211+174+252=637 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.12% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AEFC is #2C5103. Grayscale: #C1C1C1. Windows color (decimal): -2904324 or 16559827. OLE color: 16559827.

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

Color convert

RGB211174252-
CMYK0.160.3100.01
HSL268.46º92.86%83.53%-
HSV(B)268.46º30.95%98.82%-
XYZ59.5751.1598.83-
YUV193.96160.76140.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.12%
GREEN value IS 174 (68.36% from 255) = 27.32%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=33.12%
G=27.32%
B=39.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111742520.160.3100.01268.4692.8683.53
HexD3AEFC101F0110c5d54
Octal323256374203701414135124
Binary11010011101011101111110010000111110110000110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AEFC; }

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

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

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

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

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

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

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

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