#D8ADEA

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

Shades of Mauve #D8ADEA

Tints of Mauve #D8ADEA

Color information

#D8ADEA (or 0xD8ADEA) is unknown color: approx Mauve. HEX triplet: D8, AD and EA. RGB value is (216,173,234). Sum of RGB (Red+Green+Blue) = 216+173+234=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADEA is #275215. Grayscale: #C0C0C0. Windows color (decimal): -2576918 or 15379928. OLE color: 15379928.

HSL color Cylindrical-coordinate representation of color #D8ADEA: hue angle of 282.3º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8ADEA is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216173234-
CMYK0.080.2600.08
HSL282.3º59.22%79.8%-
HSV(B)282.3º26.07%91.76%-
XYZ58.1150.4384.51-
YUV192.81151.25144.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.67%
GREEN value IS 173 (67.97% from 255) = 27.77%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=34.67%
G=27.77%
B=37.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161732340.080.2600.08282.359.2279.8
HexD8ADEA81A0811a3b50
Octal330255352103201043273120
Binary110110001010110111101010100011010010001000110101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADEA; }

 p { color: rgb(216,173,234); }

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

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

 a { background-color: rgb(216,173,234); }

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

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

 span { border-color: rgb(216,173,234); }

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