#DFBDF3

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

Shades of Mauve #DFBDF3

Tints of Mauve #DFBDF3

Color information

#DFBDF3 (or 0xDFBDF3) is unknown color: approx Mauve. HEX triplet: DF, BD and F3. RGB value is (223,189,243). Sum of RGB (Red+Green+Blue) = 223+189+243=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFBDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDF3 is #20420C. Grayscale: #CDCDCD. Windows color (decimal): -2114061 or 15973855. OLE color: 15973855.

HSL color Cylindrical-coordinate representation of color #DFBDF3: hue angle of 277.78º degrees, saturation: 0.69, 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 #DFBDF3 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223189243-
CMYK0.080.2200.05
HSL277.78º69.23%84.71%-
HSV(B)277.78º22.22%95.29%-
XYZ64.8158.5592.68-
YUV205.32149.26140.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 189 (74.22% from 255) = 28.85%
BLUE value IS 243 (95.31% from 255) = 37.10%
R=34.05%
G=28.85%
B=37.10%

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
Decimal2231892430.080.2200.05277.7869.2384.71
HexDFBDF3816051164555
Octal337275363102605426105125
Binary110111111011110111110011100010110010110001011010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDF3; }

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

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

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

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

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

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

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

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