#D0ACF8

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

Shades of Mauve #D0ACF8

Tints of Mauve #D0ACF8

Color information

#D0ACF8 (or 0xD0ACF8) is unknown color: approx Mauve. HEX triplet: D0, AC and F8. RGB value is (208,172,248). Sum of RGB (Red+Green+Blue) = 208+172+248=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 248 (97.27% from 255 or 39.49% from 628); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0ACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACF8 is #2F5307. Grayscale: #BFBFBF. Windows color (decimal): -3101448 or 16297168. OLE color: 16297168.

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

Color convert

RGB208172248-
CMYK0.160.3100.03
HSL268.42º84.44%82.35%-
HSV(B)268.42º30.65%97.25%-
XYZ57.7149.6995.36-
YUV191.43159.93139.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.12%
GREEN value IS 172 (67.58% from 255) = 27.39%
BLUE value IS 248 (97.27% from 255) = 39.49%
R=33.12%
G=27.39%
B=39.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2081722480.160.3100.03268.4284.4482.35
HexD0ACF8101F0310c5452
Octal320254370203703414124122
Binary110100001010110011111000100001111101110000110010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ACF8; }

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

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

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

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

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

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

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

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