#DFB6FF

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

Shades of Mauve #DFB6FF

Tints of Mauve #DFB6FF

Color information

#DFB6FF (or 0xDFB6FF) is unknown color: approx Mauve. HEX triplet: DF, B6 and FF. RGB value is (223,182,255). Sum of RGB (Red+Green+Blue) = 223+182+255=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 182 (71.48% from 255 or 27.58% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB6FF is #204900. Grayscale: #CACACA. Windows color (decimal): -2115841 or 16758495. OLE color: 16758495.

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

Color convert

RGB223182255-
CMYK0.130.2900
HSL273.7º100%85.69%-
HSV(B)273.7º28.63%100%-
XYZ65.2156.36102.05-
YUV202.58157.58142.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.79%
GREEN value IS 182 (71.48% from 255) = 27.58%
BLUE value IS 255 (100% from 255) = 38.64%
R=33.79%
G=27.58%
B=38.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231822550.130.2900273.710085.69
HexDFB6FFD1D001126456
Octal337266377153500422144126
Binary1101111110110110111111111101111010010001001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6FF; }

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

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

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

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

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

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

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

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