#DCACFC

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

Shades of Mauve #DCACFC

Tints of Mauve #DCACFC

Color information

#DCACFC (or 0xDCACFC) is unknown color: approx Mauve. HEX triplet: DC, AC and FC. RGB value is (220,172,252). Sum of RGB (Red+Green+Blue) = 220+172+252=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACFC is #235303. Grayscale: #C3C3C3. Windows color (decimal): -2315012 or 16559324. OLE color: 16559324.

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

Color convert

RGB220172252-
CMYK0.130.3200.01
HSL276º93.02%83.14%-
HSV(B)276º31.75%98.82%-
XYZ61.8451.7598.82-
YUV195.47159.9145.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 172 (67.58% from 255) = 26.71%
BLUE value IS 252 (98.83% from 255) = 39.13%
R=34.16%
G=26.71%
B=39.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201722520.130.3200.0127693.0283.14
HexDCACFCD20011145d53
Octal334254374154001424135123
Binary11011100101011001111110011011000000110001010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACFC; }

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

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

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

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

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

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

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

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