#DFBFFD

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

Shades of Mauve #DFBFFD

Tints of Mauve #DFBFFD

Color information

#DFBFFD (or 0xDFBFFD) is unknown color: approx Mauve. HEX triplet: DF, BF and FD. RGB value is (223,191,253). Sum of RGB (Red+Green+Blue) = 223+191+253=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFBFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFFD is #204002. Grayscale: #CFCFCF. Windows color (decimal): -2113539 or 16629727. OLE color: 16629727.

HSL color Cylindrical-coordinate representation of color #DFBFFD: hue angle of 270.97º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFBFFD is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223191253-
CMYK0.120.2500.01
HSL270.97º93.94%87.06%-
HSV(B)270.97º24.51%99.22%-
XYZ66.7960.04101-
YUV207.64153.6138.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.43%
GREEN value IS 191 (75% from 255) = 28.64%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=33.43%
G=28.64%
B=37.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231912530.120.2500.01270.9793.9487.06
HexDFBFFDC190110f5e57
Octal337277375143101417136127
Binary1101111110111111111111011100110010110000111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFFD; }

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

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

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

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

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

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

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

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