#D5ACFC

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

Shades of Mauve #D5ACFC

Tints of Mauve #D5ACFC

Color information

#D5ACFC (or 0xD5ACFC) is unknown color: approx Mauve. HEX triplet: D5, AC and FC. RGB value is (213,172,252). Sum of RGB (Red+Green+Blue) = 213+172+252=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ACFC is #2A5303. Grayscale: #C1C1C1. Windows color (decimal): -2773764 or 16559317. OLE color: 16559317.

HSL color Cylindrical-coordinate representation of color #D5ACFC: hue angle of 270.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5ACFC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213172252-
CMYK0.150.3200.01
HSL270.75º93.02%83.14%-
HSV(B)270.75º31.75%98.82%-
XYZ59.7650.6898.73-
YUV193.38161.08142-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.44%
GREEN value IS 172 (67.58% from 255) = 27.00%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=33.44%
G=27.00%
B=39.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131722520.150.3200.01270.7593.0283.14
HexD5ACFCF200110f5d53
Octal325254374174001417135123
Binary11010101101011001111110011111000000110000111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACFC; }

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

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

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

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

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

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

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

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