#D8AFEA

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

Shades of Mauve #D8AFEA

Tints of Mauve #D8AFEA

Color information

#D8AFEA (or 0xD8AFEA) is unknown color: approx Mauve. HEX triplet: D8, AF and EA. RGB value is (216,175,234). Sum of RGB (Red+Green+Blue) = 216+175+234=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFEA is #275015. Grayscale: #C1C1C1. Windows color (decimal): -2576406 or 15380440. OLE color: 15380440.

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

Color convert

RGB216175234-
CMYK0.080.2500.08
HSL281.69º58.42%80.2%-
HSV(B)281.69º25.21%91.76%-
XYZ58.551.284.64-
YUV193.98150.58143.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.56%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=34.56%
G=28%
B=37.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161752340.080.2500.08281.6958.4280.2
HexD8AFEA8190811a3a50
Octal330257352103101043272120
Binary110110001010111111101010100011001010001000110101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFEA; }

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

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

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

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

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

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

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

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