#dfacff

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

Shades of Mauve #DFACFF

Tints of Mauve #DFACFF

Color information

#DFACFF (or 0xDFACFF) is unknown color: approx Mauve. HEX triplet: DF, AC and FF. RGB value is (223,172,255). Sum of RGB (Red+Green+Blue) = 223+172+255=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACFF is #205300. Grayscale: #C4C4C4. Windows color (decimal): -2118401 or 16755935. OLE color: 16755935.

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

Color convert

RGB223172255-
CMYK0.130.3300
HSL276.87º100%83.73%-
HSV(B)276.87º32.55%100%-
XYZ63.2352.41101.39-
YUV196.71160.9146.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 172 (67.58% from 255) = 26.46%
BLUE value IS 255 (100% from 255) = 39.23%
R=34.31%
G=26.46%
B=39.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231722550.130.3300276.8710083.73
HexDFACFFD21001156454
Octal337254377154100425144124
Binary11011111101011001111111111011000010010001010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfacff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfacff; }

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

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

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

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

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

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

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

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