#DFBDF2

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

Shades of Mauve #DFBDF2

Tints of Mauve #DFBDF2

Color information

#DFBDF2 (or 0xDFBDF2) is unknown color: approx Mauve. HEX triplet: DF, BD and F2. RGB value is (223,189,242). Sum of RGB (Red+Green+Blue) = 223+189+242=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFBDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDF2 is #20420D. Grayscale: #CDCDCD. Windows color (decimal): -2114062 or 15908319. OLE color: 15908319.

HSL color Cylindrical-coordinate representation of color #DFBDF2: hue angle of 278.49º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFBDF2 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223189242-
CMYK0.080.2200.05
HSL278.49º67.09%84.51%-
HSV(B)278.49º21.9%94.9%-
XYZ64.6658.4991.89-
YUV205.21148.76140.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 189 (74.22% from 255) = 28.90%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=34.10%
G=28.90%
B=37.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231892420.080.2200.05278.4967.0984.51
HexDFBDF2816051164355
Octal337275362102605426103125
Binary110111111011110111110010100010110010110001011010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDF2; }

 p { color: rgb(223,189,242); }

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

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

 a { background-color: rgb(223,189,242); }

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

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

 span { border-color: rgb(223,189,242); }

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