#D0ACFF

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

Shades of Mauve #D0ACFF

Tints of Mauve #D0ACFF

Color information

#D0ACFF (or 0xD0ACFF) is unknown color: approx Mauve. HEX triplet: D0, AC and FF. RGB value is (208,172,255). Sum of RGB (Red+Green+Blue) = 208+172+255=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACFF is #2F5300. Grayscale: #BFBFBF. Windows color (decimal): -3101441 or 16755920. OLE color: 16755920.

HSL color Cylindrical-coordinate representation of color #D0ACFF: hue angle of 266.02º 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 #D0ACFF is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208172255-
CMYK0.180.3300
HSL266.02º100%83.73%-
HSV(B)266.02º32.55%100%-
XYZ58.8150.13101.18-
YUV192.23163.43139.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.76%
GREEN value IS 172 (67.58% from 255) = 27.09%
BLUE value IS 255 (100% from 255) = 40.16%
R=32.76%
G=27.09%
B=40.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081722550.180.3300266.0210083.73
HexD0ACFF12210010a6454
Octal320254377224100412144124
Binary110100001010110011111111100101000010010000101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ACFF; }

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

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

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

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

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

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

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

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