#DFB7FF

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

Shades of Mauve #DFB7FF

Tints of Mauve #DFB7FF

Color information

#DFB7FF (or 0xDFB7FF) is unknown color: approx Mauve. HEX triplet: DF, B7 and FF. RGB value is (223,183,255). Sum of RGB (Red+Green+Blue) = 223+183+255=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 183 (71.88% from 255 or 27.69% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFB7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB7FF is #204800. Grayscale: #CACACA. Windows color (decimal): -2115585 or 16758751. OLE color: 16758751.

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

Color convert

RGB223183255-
CMYK0.130.2800
HSL273.33º100%85.88%-
HSV(B)273.33º28.24%100%-
XYZ65.4156.77102.12-
YUV203.17157.25142.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 183 (71.88% from 255) = 27.69%
BLUE value IS 255 (100% from 255) = 38.58%
R=33.74%
G=27.69%
B=38.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231832550.130.2800273.3310085.88
HexDFB7FFD1C001116456
Octal337267377153400421144126
Binary1101111110110111111111111101111000010001000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB7FF; }

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

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

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

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

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

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

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

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