#D8ACFB

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

Shades of Mauve #D8ACFB

Tints of Mauve #D8ACFB

Color information

#D8ACFB (or 0xD8ACFB) is unknown color: approx Mauve. HEX triplet: D8, AC and FB. RGB value is (216,172,251). Sum of RGB (Red+Green+Blue) = 216+172+251=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8ACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ACFB is #275304. Grayscale: #C1C1C1. Windows color (decimal): -2577157 or 16493784. OLE color: 16493784.

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

Color convert

RGB216172251-
CMYK0.140.3100.02
HSL273.42º90.8%82.94%-
HSV(B)273.42º31.47%98.43%-
XYZ60.4851.0797.94-
YUV194.16160.08143.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.80%
GREEN value IS 172 (67.58% from 255) = 26.92%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=33.80%
G=26.92%
B=39.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161722510.140.3100.02273.4290.882.94
HexD8ACFBE1F021115b53
Octal330254373163702421133123
Binary11011000101011001111101111101111101010001000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ACFB; }

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

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

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

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

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

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

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

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