#D8AFEF

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

Shades of Mauve #D8AFEF

Tints of Mauve #D8AFEF

Color information

#D8AFEF (or 0xD8AFEF) is unknown color: approx Mauve. HEX triplet: D8, AF and EF. RGB value is (216,175,239). Sum of RGB (Red+Green+Blue) = 216+175+239=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFEF is #275010. Grayscale: #C2C2C2. Windows color (decimal): -2576401 or 15708120. OLE color: 15708120.

HSL color Cylindrical-coordinate representation of color #D8AFEF: hue angle of 278.44º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8AFEF is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB216175239-
CMYK0.100.2700.06
HSL278.44º66.67%81.18%-
HSV(B)278.44º26.78%93.73%-
XYZ59.2351.4988.48-
YUV194.56153.08143.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.29%
GREEN value IS 175 (68.75% from 255) = 27.78%
BLUE value IS 239 (93.75% from 255) = 37.94%
R=34.29%
G=27.78%
B=37.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2161752390.100.2700.06278.4466.6781.18
HexD8AFEFA1B061164351
Octal330257357123306426103121
Binary110110001010111111101111101011011011010001011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFEF; }

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

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

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

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

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

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

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

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