#D8AFF5

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

Shades of Mauve #D8AFF5

Tints of Mauve #D8AFF5

Color information

#D8AFF5 (or 0xD8AFF5) is unknown color: approx Mauve. HEX triplet: D8, AF and F5. RGB value is (216,175,245). Sum of RGB (Red+Green+Blue) = 216+175+245=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 245 - color contains mainly: blue. Hex color #D8AFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFF5 is #27500A. Grayscale: #C3C3C3. Windows color (decimal): -2576395 or 16101336. OLE color: 16101336.

HSL color Cylindrical-coordinate representation of color #D8AFF5: hue angle of 275.14º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8AFF5 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB216175245-
CMYK0.120.2900.04
HSL275.14º77.78%82.35%-
HSV(B)275.14º28.57%96.08%-
XYZ60.1351.8593.23-
YUV195.24156.08142.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.96%
GREEN value IS 175 (68.75% from 255) = 27.52%
BLUE value IS 245 (96.09% from 255) = 38.52%
R=33.96%
G=27.52%
B=38.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2161752450.120.2900.04275.1477.7882.35
HexD8AFF5C1D041134e52
Octal330257365143504423116122
Binary110110001010111111110101110011101010010001001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFF5; }

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

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

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

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

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

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

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

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