#DFBCFA

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

Shades of Mauve #DFBCFA

Tints of Mauve #DFBCFA

Color information

#DFBCFA (or 0xDFBCFA) is unknown color: approx Mauve. HEX triplet: DF, BC and FA. RGB value is (223,188,250). Sum of RGB (Red+Green+Blue) = 223+188+250=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFBCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCFA is #204305. Grayscale: #CDCDCD. Windows color (decimal): -2114310 or 16432351. OLE color: 16432351.

HSL color Cylindrical-coordinate representation of color #DFBCFA: hue angle of 273.87º degrees, saturation: 0.86, 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 #DFBCFA is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223188250-
CMYK0.110.2500.02
HSL273.87º86.11%85.88%-
HSV(B)273.87º24.8%98.04%-
XYZ65.6758.5698.28-
YUV205.53153.1140.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 188 (73.83% from 255) = 28.44%
BLUE value IS 250 (98.05% from 255) = 37.82%
R=33.74%
G=28.44%
B=37.82%

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
Decimal2231882500.110.2500.02273.8786.1185.88
HexDFBCFAB19021125656
Octal337274372133102422126126
Binary11011111101111001111101010111100101010001001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCFA; }

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

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

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

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

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

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

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

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