#D7AEFC

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

Shades of Mauve #D7AEFC

Tints of Mauve #D7AEFC

Color information

#D7AEFC (or 0xD7AEFC) is unknown color: approx Mauve. HEX triplet: D7, AE and FC. RGB value is (215,174,252). Sum of RGB (Red+Green+Blue) = 215+174+252=641 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.54% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AEFC is #285103. Grayscale: #C2C2C2. Windows color (decimal): -2642180 or 16559831. OLE color: 16559831.

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

Color convert

RGB215174252-
CMYK0.150.3100.01
HSL271.54º92.86%83.53%-
HSV(B)271.54º30.95%98.82%-
XYZ60.7351.7598.88-
YUV195.15160.08142.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.54%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 252 (98.83% from 255) = 39.31%
R=33.54%
G=27.15%
B=39.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151742520.150.3100.01271.5492.8683.53
HexD7AEFCF1F011105d54
Octal327256374173701420135124
Binary1101011110101110111111001111111110110001000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEFC; }

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

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

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

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

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

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

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

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