#D8AFEB

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

Shades of Mauve #D8AFEB

Tints of Mauve #D8AFEB

Color information

#D8AFEB (or 0xD8AFEB) is unknown color: approx Mauve. HEX triplet: D8, AF and EB. RGB value is (216,175,235). Sum of RGB (Red+Green+Blue) = 216+175+235=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFEB is #275014. Grayscale: #C1C1C1. Windows color (decimal): -2576405 or 15445976. OLE color: 15445976.

HSL color Cylindrical-coordinate representation of color #D8AFEB: hue angle of 281º degrees, saturation: 0.6, 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 #D8AFEB is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216175235-
CMYK0.080.2600.08
HSL281º60%80.39%-
HSV(B)281º25.53%92.16%-
XYZ58.6451.2685.4-
YUV194.1151.08143.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.50%
GREEN value IS 175 (68.75% from 255) = 27.96%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=34.50%
G=27.96%
B=37.54%

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
Decimal2161752350.080.2600.082816080.39
HexD8AFEB81A081193c50
Octal330257353103201043174120
Binary110110001010111111101011100011010010001000110011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFEB; }

 p { color: rgb(216,175,235); }

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

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

 a { background-color: rgb(216,175,235); }

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

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

 span { border-color: rgb(216,175,235); }

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