#DFC1F3

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

Shades of Mauve #DFC1F3

Tints of Mauve #DFC1F3

Color information

#DFC1F3 (or 0xDFC1F3) is unknown color: approx Mauve. HEX triplet: DF, C1 and F3. RGB value is (223,193,243). Sum of RGB (Red+Green+Blue) = 223+193+243=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 193 (75.78% from 255 or 29.29% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFC1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC1F3 is #203E0C. Grayscale: #CFCFCF. Windows color (decimal): -2113037 or 15974879. OLE color: 15974879.

HSL color Cylindrical-coordinate representation of color #DFC1F3: hue angle of 276º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC1F3 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223193243-
CMYK0.080.2100.05
HSL276º67.57%85.49%-
HSV(B)276º20.58%95.29%-
XYZ65.6860.392.97-
YUV207.67147.94138.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.84%
GREEN value IS 193 (75.78% from 255) = 29.29%
BLUE value IS 243 (95.31% from 255) = 36.87%
R=33.84%
G=29.29%
B=36.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231932430.080.2100.0527667.5785.49
HexDFC1F3815051144455
Octal337301363102505424104125
Binary110111111100000111110011100010101010110001010010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1F3; }

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

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

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

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

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

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

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

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