#D6AEFE

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

Shades of Mauve #D6AEFE

Tints of Mauve #D6AEFE

Color information

#D6AEFE (or 0xD6AEFE) is unknown color: approx Mauve. HEX triplet: D6, AE and FE. RGB value is (214,174,254). Sum of RGB (Red+Green+Blue) = 214+174+254=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AEFE is #295101. Grayscale: #C2C2C2. Windows color (decimal): -2707714 or 16690902. OLE color: 16690902.

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

Color convert

RGB214174254-
CMYK0.160.3100.00
HSL270º97.56%83.92%-
HSV(B)270º31.5%99.61%-
XYZ60.7651.72100.55-
YUV195.08161.25141.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.33%
GREEN value IS 174 (68.36% from 255) = 27.10%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=33.33%
G=27.10%
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.00
SystemRedGreenBlueCMYKHSL
Decimal2141742540.160.3100.0027097.5683.92
HexD6AEFE101F0010e6254
Octal326256376203700416142124
Binary11010110101011101111111010000111110010000111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AEFE; }

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

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

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

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

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

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

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

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