#D7AEFB

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

Shades of Mauve #D7AEFB

Tints of Mauve #D7AEFB

Color information

#D7AEFB (or 0xD7AEFB) is unknown color: approx Mauve. HEX triplet: D7, AE and FB. RGB value is (215,174,251). Sum of RGB (Red+Green+Blue) = 215+174+251=640 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.59% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7AEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AEFB is #285104. Grayscale: #C2C2C2. Windows color (decimal): -2642181 or 16494295. OLE color: 16494295.

HSL color Cylindrical-coordinate representation of color #D7AEFB: hue angle of 271.95º 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 #D7AEFB is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215174251-
CMYK0.140.3100.02
HSL271.95º90.59%83.33%-
HSV(B)271.95º30.68%98.43%-
XYZ60.5751.6898.05-
YUV195.04159.58142.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.59%
GREEN value IS 174 (68.36% from 255) = 27.19%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=33.59%
G=27.19%
B=39.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2151742510.140.3100.02271.9590.5983.33
HexD7AEFBE1F021105b53
Octal327256373163702420133123
Binary11010111101011101111101111101111101010001000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEFB; }

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

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

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

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

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

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

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

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