#DFACFD

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

Shades of Mauve #DFACFD

Tints of Mauve #DFACFD

Color information

#DFACFD (or 0xDFACFD) is unknown color: approx Mauve. HEX triplet: DF, AC and FD. RGB value is (223,172,253). Sum of RGB (Red+Green+Blue) = 223+172+253=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACFD is #205302. Grayscale: #C4C4C4. Windows color (decimal): -2118403 or 16624863. OLE color: 16624863.

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

Color convert

RGB223172253-
CMYK0.120.3200.01
HSL277.78º95.29%83.33%-
HSV(B)277.78º32.02%99.22%-
XYZ62.9152.2899.7-
YUV196.48159.9146.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 172 (67.58% from 255) = 26.54%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=34.41%
G=26.54%
B=39.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231722530.120.3200.01277.7895.2983.33
HexDFACFDC20011165f53
Octal337254375144001426137123
Binary11011111101011001111110111001000000110001011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACFD; }

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

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

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

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

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

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

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

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