#D0ACF9

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

Shades of Mauve #D0ACF9

Tints of Mauve #D0ACF9

Color information

#D0ACF9 (or 0xD0ACF9) is unknown color: approx Mauve. HEX triplet: D0, AC and F9. RGB value is (208,172,249). Sum of RGB (Red+Green+Blue) = 208+172+249=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0ACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACF9 is #2F5306. Grayscale: #BFBFBF. Windows color (decimal): -3101447 or 16362704. OLE color: 16362704.

HSL color Cylindrical-coordinate representation of color #D0ACF9: hue angle of 268.05º degrees, saturation: 0.87, 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 #D0ACF9 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208172249-
CMYK0.160.3100.02
HSL268.05º86.52%82.55%-
HSV(B)268.05º30.92%97.65%-
XYZ57.8649.7596.18-
YUV191.54160.43139.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.07%
GREEN value IS 172 (67.58% from 255) = 27.34%
BLUE value IS 249 (97.66% from 255) = 39.59%
R=33.07%
G=27.34%
B=39.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081722490.160.3100.02268.0586.5282.55
HexD0ACF9101F0210c5753
Octal320254371203702414127123
Binary110100001010110011111001100001111101010000110010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ACF9; }

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

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

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

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

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

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

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

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