#D8AAFB

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

Shades of Mauve #D8AAFB

Tints of Mauve #D8AAFB

Color information

#D8AAFB (or 0xD8AAFB) is unknown color: approx Mauve. HEX triplet: D8, AA and FB. RGB value is (216,170,251). Sum of RGB (Red+Green+Blue) = 216+170+251=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8AAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AAFB is #275504. Grayscale: #C0C0C0. Windows color (decimal): -2577669 or 16493272. OLE color: 16493272.

HSL color Cylindrical-coordinate representation of color #D8AAFB: hue angle of 274.07º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8AAFB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216170251-
CMYK0.140.3200.02
HSL274.07º91.01%82.55%-
HSV(B)274.07º32.27%98.43%-
XYZ60.1150.3197.81-
YUV192.99160.74144.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.91%
GREEN value IS 170 (66.80% from 255) = 26.69%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=33.91%
G=26.69%
B=39.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161702510.140.3200.02274.0791.0182.55
HexD8AAFBE20021125b53
Octal330252373164002422133123
Binary110110001010101011111011111010000001010001001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AAFB; }

 p { color: rgb(216,170,251); }

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

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

 a { background-color: rgb(216,170,251); }

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

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

 span { border-color: rgb(216,170,251); }

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