#DFC2FC

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

Shades of Mauve #DFC2FC

Tints of Mauve #DFC2FC

Color information

#DFC2FC (or 0xDFC2FC) is unknown color: approx Mauve. HEX triplet: DF, C2 and FC. RGB value is (223,194,252). Sum of RGB (Red+Green+Blue) = 223+194+252=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 194 (76.17% from 255 or 29.00% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFC2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2FC is #203D03. Grayscale: #D1D1D1. Windows color (decimal): -2112772 or 16564959. OLE color: 16564959.

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

Color convert

RGB223194252-
CMYK0.120.2300.01
HSL270º90.62%87.45%-
HSV(B)270º23.02%98.82%-
XYZ67.2961.3100.38-
YUV209.28152.11137.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 194 (76.17% from 255) = 29.00%
BLUE value IS 252 (98.83% from 255) = 37.67%
R=33.33%
G=29.00%
B=37.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231942520.120.2300.0127090.6287.45
HexDFC2FCC170110e5b57
Octal337302374142701416133127
Binary1101111111000010111111001100101110110000111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2FC; }

 p { color: rgb(223,194,252); }

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

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

 a { background-color: rgb(223,194,252); }

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

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

 span { border-color: rgb(223,194,252); }

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