#D8AEED

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

Shades of Mauve #D8AEED

Tints of Mauve #D8AEED

Color information

#D8AEED (or 0xD8AEED) is unknown color: approx Mauve. HEX triplet: D8, AE and ED. RGB value is (216,174,237). Sum of RGB (Red+Green+Blue) = 216+174+237=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AEED is #275112. Grayscale: #C1C1C1. Windows color (decimal): -2576659 or 15576792. OLE color: 15576792.

HSL color Cylindrical-coordinate representation of color #D8AEED: hue angle of 280º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8AEED is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216174237-
CMYK0.090.2700.07
HSL280º63.64%80.59%-
HSV(B)280º26.58%92.94%-
XYZ58.7450.9986.87-
YUV193.74152.41143.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.45%
GREEN value IS 174 (68.36% from 255) = 27.75%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=34.45%
G=27.75%
B=37.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161742370.090.2700.0728063.6480.59
HexD8AEED91B071184051
Octal330256355113307430100121
Binary110110001010111011101101100111011011110001100010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AEED; }

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

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

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

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

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

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

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

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