#D7AEFE

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

Shades of Mauve #D7AEFE

Tints of Mauve #D7AEFE

Color information

#D7AEFE (or 0xD7AEFE) is unknown color: approx Mauve. HEX triplet: D7, AE and FE. RGB value is (215,174,254). Sum of RGB (Red+Green+Blue) = 215+174+254=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AEFE is #285101. Grayscale: #C3C3C3. Windows color (decimal): -2642178 or 16690903. OLE color: 16690903.

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

Color convert

RGB215174254-
CMYK0.150.3100.00
HSL270.75º97.56%83.92%-
HSV(B)270.75º31.5%99.61%-
XYZ61.0551.87100.56-
YUV195.38161.08142-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.44%
GREEN value IS 174 (68.36% from 255) = 27.06%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=33.44%
G=27.06%
B=39.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2151742540.150.3100.00270.7597.5683.92
HexD7AEFEF1F0010f6254
Octal327256376173700417142124
Binary1101011110101110111111101111111110010000111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEFE; }

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

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

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

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

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

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

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

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