#DFBDF1

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

Shades of Mauve #DFBDF1

Tints of Mauve #DFBDF1

Color information

#DFBDF1 (or 0xDFBDF1) is unknown color: approx Mauve. HEX triplet: DF, BD and F1. RGB value is (223,189,241). Sum of RGB (Red+Green+Blue) = 223+189+241=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFBDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDF1 is #20420E. Grayscale: #CCCCCC. Windows color (decimal): -2114063 or 15842783. OLE color: 15842783.

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

Color convert

RGB223189241-
CMYK0.070.2200.05
HSL279.23º65%84.31%-
HSV(B)279.23º21.58%94.51%-
XYZ64.5158.4391.1-
YUV205.09148.26140.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.15%
GREEN value IS 189 (74.22% from 255) = 28.94%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=34.15%
G=28.94%
B=36.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231892410.070.2200.05279.236584.31
HexDFBDF1716051174154
Octal33727536172605427101124
Binary11011111101111011111000111110110010110001011110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDF1; }

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

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

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

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

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

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

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

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