#DFBFF3

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

Shades of Mauve #DFBFF3

Tints of Mauve #DFBFF3

Color information

#DFBFF3 (or 0xDFBFF3) is unknown color: approx Mauve. HEX triplet: DF, BF and F3. RGB value is (223,191,243). Sum of RGB (Red+Green+Blue) = 223+191+243=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFBFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFF3 is #20400C. Grayscale: #CECECE. Windows color (decimal): -2113549 or 15974367. OLE color: 15974367.

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

Color convert

RGB223191243-
CMYK0.080.2100.05
HSL276.92º68.42%85.1%-
HSV(B)276.92º21.4%95.29%-
XYZ65.2459.4292.82-
YUV206.5148.6139.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.94%
GREEN value IS 191 (75% from 255) = 29.07%
BLUE value IS 243 (95.31% from 255) = 36.99%
R=33.94%
G=29.07%
B=36.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231912430.080.2100.05276.9268.4285.1
HexDFBFF3815051154455
Octal337277363102505425104125
Binary110111111011111111110011100010101010110001010110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFF3; }

 p { color: rgb(223,191,243); }

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

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

 a { background-color: rgb(223,191,243); }

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

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

 span { border-color: rgb(223,191,243); }

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