#D0ACFD

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

Shades of Mauve #D0ACFD

Tints of Mauve #D0ACFD

Color information

#D0ACFD (or 0xD0ACFD) is unknown color: approx Mauve. HEX triplet: D0, AC and FD. RGB value is (208,172,253). Sum of RGB (Red+Green+Blue) = 208+172+253=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACFD is #2F5302. Grayscale: #BFBFBF. Windows color (decimal): -3101443 or 16624848. OLE color: 16624848.

HSL color Cylindrical-coordinate representation of color #D0ACFD: hue angle of 266.67º degrees, saturation: 0.95, 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 #D0ACFD is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208172253-
CMYK0.180.3200.01
HSL266.67º95.29%83.33%-
HSV(B)266.67º32.02%99.22%-
XYZ58.4950.0199.5-
YUV192162.43139.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.86%
GREEN value IS 172 (67.58% from 255) = 27.17%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=32.86%
G=27.17%
B=39.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081722530.180.3200.01266.6795.2983.33
HexD0ACFD12200110b5f53
Octal320254375224001413137123
Binary110100001010110011111101100101000000110000101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ACFD; }

 p { color: rgb(208,172,253); }

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

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

 a { background-color: rgb(208,172,253); }

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

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

 span { border-color: rgb(208,172,253); }

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