#DFB7FD

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

Shades of Mauve #DFB7FD

Tints of Mauve #DFB7FD

Color information

#DFB7FD (or 0xDFB7FD) is unknown color: approx Mauve. HEX triplet: DF, B7 and FD. RGB value is (223,183,253). Sum of RGB (Red+Green+Blue) = 223+183+253=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 183 (71.88% from 255 or 27.77% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFB7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB7FD is #204802. Grayscale: #CACACA. Windows color (decimal): -2115587 or 16627679. OLE color: 16627679.

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

Color convert

RGB223183253-
CMYK0.120.2800.01
HSL274.29º94.59%85.49%-
HSV(B)274.29º27.67%99.22%-
XYZ65.0956.65100.43-
YUV202.94156.25142.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.84%
GREEN value IS 183 (71.88% from 255) = 27.77%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=33.84%
G=27.77%
B=38.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231832530.120.2800.01274.2994.5985.49
HexDFB7FDC1C011125f55
Octal337267375143401422137125
Binary1101111110110111111111011100111000110001001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB7FD; }

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

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

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

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

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

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

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

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