#DFC1FF

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

Shades of Mauve #DFC1FF

Tints of Mauve #DFC1FF

Color information

#DFC1FF (or 0xDFC1FF) is unknown color: approx Mauve. HEX triplet: DF, C1 and FF. RGB value is (223,193,255). Sum of RGB (Red+Green+Blue) = 223+193+255=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 193 (75.78% from 255 or 28.76% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFC1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC1FF is #203E00. Grayscale: #D0D0D0. Windows color (decimal): -2113025 or 16761311. OLE color: 16761311.

HSL color Cylindrical-coordinate representation of color #DFC1FF: hue angle of 269.03º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFC1FF is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223193255-
CMYK0.130.2400
HSL269.03º100%87.84%-
HSV(B)269.03º24.31%100%-
XYZ67.5561.05102.83-
YUV209.04153.94137.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 193 (75.78% from 255) = 28.76%
BLUE value IS 255 (100% from 255) = 38.00%
R=33.23%
G=28.76%
B=38.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231932550.130.2400269.0310087.84
HexDFC1FFD180010d6458
Octal337301377153000415144130
Binary1101111111000001111111111101110000010000110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1FF; }

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

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

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

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

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

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

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

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