#D5ACFF

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

Shades of Mauve #D5ACFF

Tints of Mauve #D5ACFF

Color information

#D5ACFF (or 0xD5ACFF) is unknown color: approx Mauve. HEX triplet: D5, AC and FF. RGB value is (213,172,255). Sum of RGB (Red+Green+Blue) = 213+172+255=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ACFF is #2A5300. Grayscale: #C1C1C1. Windows color (decimal): -2773761 or 16755925. OLE color: 16755925.

HSL color Cylindrical-coordinate representation of color #D5ACFF: hue angle of 269.64º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5ACFF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB213172255-
CMYK0.160.3300
HSL269.64º100%83.73%-
HSV(B)269.64º32.55%100%-
XYZ60.2450.87101.25-
YUV193.72162.58141.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.28%
GREEN value IS 172 (67.58% from 255) = 26.88%
BLUE value IS 255 (100% from 255) = 39.84%
R=33.28%
G=26.88%
B=39.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2131722550.160.3300269.6410083.73
HexD5ACFF10210010e6454
Octal325254377204100416144124
Binary110101011010110011111111100001000010010000111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACFF; }

 p { color: rgb(213,172,255); }

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

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

 a { background-color: rgb(213,172,255); }

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

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

 span { border-color: rgb(213,172,255); }

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