#DFBCFB

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

Shades of Mauve #DFBCFB

Tints of Mauve #DFBCFB

Color information

#DFBCFB (or 0xDFBCFB) is unknown color: approx Mauve. HEX triplet: DF, BC and FB. RGB value is (223,188,251). Sum of RGB (Red+Green+Blue) = 223+188+251=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFBCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCFB is #204304. Grayscale: #CDCDCD. Windows color (decimal): -2114309 or 16497887. OLE color: 16497887.

HSL color Cylindrical-coordinate representation of color #DFBCFB: hue angle of 273.33º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFBCFB is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223188251-
CMYK0.110.2500.02
HSL273.33º88.73%86.08%-
HSV(B)273.33º25.1%98.43%-
XYZ65.8358.6299.11-
YUV205.65153.6140.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 188 (73.83% from 255) = 28.40%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=33.69%
G=28.40%
B=37.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231882510.110.2500.02273.3388.7386.08
HexDFBCFBB19021115956
Octal337274373133102421131126
Binary11011111101111001111101110111100101010001000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCFB; }

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

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

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

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

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

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

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

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