#D6AEFB

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

Shades of Mauve #D6AEFB

Tints of Mauve #D6AEFB

Color information

#D6AEFB (or 0xD6AEFB) is unknown color: approx Mauve. HEX triplet: D6, AE and FB. RGB value is (214,174,251). Sum of RGB (Red+Green+Blue) = 214+174+251=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6AEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AEFB is #295104. Grayscale: #C2C2C2. Windows color (decimal): -2707717 or 16494294. OLE color: 16494294.

HSL color Cylindrical-coordinate representation of color #D6AEFB: hue angle of 271.17º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6AEFB is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214174251-
CMYK0.150.3100.02
HSL271.17º90.59%83.33%-
HSV(B)271.17º30.68%98.43%-
XYZ60.2851.5398.04-
YUV194.74159.75141.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.49%
GREEN value IS 174 (68.36% from 255) = 27.23%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=33.49%
G=27.23%
B=39.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141742510.150.3100.02271.1790.5983.33
HexD6AEFBF1F0210f5b53
Octal326256373173702417133123
Binary11010110101011101111101111111111101010000111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AEFB; }

 p { color: rgb(214,174,251); }

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

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

 a { background-color: rgb(214,174,251); }

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

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

 span { border-color: rgb(214,174,251); }

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