#DFC1FD

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

Shades of Mauve #DFC1FD

Tints of Mauve #DFC1FD

Color information

#DFC1FD (or 0xDFC1FD) is unknown color: approx Mauve. HEX triplet: DF, C1 and FD. RGB value is (223,193,253). Sum of RGB (Red+Green+Blue) = 223+193+253=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 193 (75.78% from 255 or 28.85% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFC1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC1FD is #203E02. Grayscale: #D0D0D0. Windows color (decimal): -2113027 or 16630239. OLE color: 16630239.

HSL color Cylindrical-coordinate representation of color #DFC1FD: hue angle of 270º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFC1FD is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223193253-
CMYK0.120.2400.01
HSL270º93.75%87.45%-
HSV(B)270º23.72%99.22%-
XYZ67.2360.92101.14-
YUV208.81152.94138.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 193 (75.78% from 255) = 28.85%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=33.33%
G=28.85%
B=37.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231932530.120.2400.0127093.7587.45
HexDFC1FDC180110e5e57
Octal337301375143001416136127
Binary1101111111000001111111011100110000110000111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1FD; }

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

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

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

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

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

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

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

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