#DFB3FF

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

Shades of Mauve #DFB3FF

Tints of Mauve #DFB3FF

Color information

#DFB3FF (or 0xDFB3FF) is unknown color: approx Mauve. HEX triplet: DF, B3 and FF. RGB value is (223,179,255). Sum of RGB (Red+Green+Blue) = 223+179+255=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 179 (70.31% from 255 or 27.25% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB3FF is #204C00. Grayscale: #C8C8C8. Windows color (decimal): -2116609 or 16757727. OLE color: 16757727.

HSL color Cylindrical-coordinate representation of color #DFB3FF: hue angle of 274.74º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFB3FF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223179255-
CMYK0.130.3000
HSL274.74º100%85.1%-
HSV(B)274.74º29.8%100%-
XYZ64.655.15101.85-
YUV200.82158.58143.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.94%
GREEN value IS 179 (70.31% from 255) = 27.25%
BLUE value IS 255 (100% from 255) = 38.81%
R=33.94%
G=27.25%
B=38.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231792550.130.3000274.7410085.1
HexDFB3FFD1E001136455
Octal337263377153600423144125
Binary1101111110110011111111111101111100010001001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB3FF; }

 p { color: rgb(223,179,255); }

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

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

 a { background-color: rgb(223,179,255); }

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

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

 span { border-color: rgb(223,179,255); }

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