#D8AEFF

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

Shades of Mauve #D8AEFF

Tints of Mauve #D8AEFF

Color information

#D8AEFF (or 0xD8AEFF) is unknown color: approx Mauve. HEX triplet: D8, AE and FF. RGB value is (216,174,255). Sum of RGB (Red+Green+Blue) = 216+174+255=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AEFF is #275100. Grayscale: #C3C3C3. Windows color (decimal): -2576641 or 16756440. OLE color: 16756440.

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

Color convert

RGB216174255-
CMYK0.150.3200
HSL271.11º100%84.12%-
HSV(B)271.11º31.76%100%-
XYZ61.552.09101.42-
YUV195.79161.41142.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.49%
GREEN value IS 174 (68.36% from 255) = 26.98%
BLUE value IS 255 (100% from 255) = 39.53%
R=33.49%
G=26.98%
B=39.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2161742550.150.3200271.1110084.12
HexD8AEFFF200010f6454
Octal330256377174000417144124
Binary11011000101011101111111111111000000010000111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AEFF; }

 p { color: rgb(216,174,255); }

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

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

 a { background-color: rgb(216,174,255); }

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

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

 span { border-color: rgb(216,174,255); }

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