#DFB6FD

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

Shades of Mauve #DFB6FD

Tints of Mauve #DFB6FD

Color information

#DFB6FD (or 0xDFB6FD) is unknown color: approx Mauve. HEX triplet: DF, B6 and FD. RGB value is (223,182,253). Sum of RGB (Red+Green+Blue) = 223+182+253=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 182 (71.48% from 255 or 27.66% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFB6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB6FD is #204902. Grayscale: #CACACA. Windows color (decimal): -2115843 or 16627423. OLE color: 16627423.

HSL color Cylindrical-coordinate representation of color #DFB6FD: hue angle of 274.65º 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 #DFB6FD is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223182253-
CMYK0.120.2800.01
HSL274.65º94.67%85.29%-
HSV(B)274.65º28.06%99.22%-
XYZ64.8956.24100.36-
YUV202.35156.58142.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.89%
GREEN value IS 182 (71.48% from 255) = 27.66%
BLUE value IS 253 (99.22% from 255) = 38.45%
R=33.89%
G=27.66%
B=38.45%

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
Decimal2231822530.120.2800.01274.6594.6785.29
HexDFB6FDC1C011135f55
Octal337266375143401423137125
Binary1101111110110110111111011100111000110001001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6FD; }

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

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

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

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

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

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

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

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