#DFBCF2

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

Shades of Mauve #DFBCF2

Tints of Mauve #DFBCF2

Color information

#DFBCF2 (or 0xDFBCF2) is unknown color: approx Mauve. HEX triplet: DF, BC and F2. RGB value is (223,188,242). Sum of RGB (Red+Green+Blue) = 223+188+242=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFBCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCF2 is #20430D. Grayscale: #CCCCCC. Windows color (decimal): -2114318 or 15908063. OLE color: 15908063.

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

Color convert

RGB223188242-
CMYK0.080.2200.05
HSL278.89º67.5%84.31%-
HSV(B)278.89º22.31%94.9%-
XYZ64.4458.0791.82-
YUV204.62149.1141.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.15%
GREEN value IS 188 (73.83% from 255) = 28.79%
BLUE value IS 242 (94.92% from 255) = 37.06%
R=34.15%
G=28.79%
B=37.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231882420.080.2200.05278.8967.584.31
HexDFBCF2816051174454
Octal337274362102605427104124
Binary110111111011110011110010100010110010110001011110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCF2; }

 p { color: rgb(223,188,242); }

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

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

 a { background-color: rgb(223,188,242); }

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

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

 span { border-color: rgb(223,188,242); }

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