#DFBDFA

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

Shades of Mauve #DFBDFA

Tints of Mauve #DFBDFA

Color information

#DFBDFA (or 0xDFBDFA) is unknown color: approx Mauve. HEX triplet: DF, BD and FA. RGB value is (223,189,250). Sum of RGB (Red+Green+Blue) = 223+189+250=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFBDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDFA is #204205. Grayscale: #CDCDCD. Windows color (decimal): -2114054 or 16432607. OLE color: 16432607.

HSL color Cylindrical-coordinate representation of color #DFBDFA: hue angle of 273.44º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFBDFA is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223189250-
CMYK0.110.2400.02
HSL273.44º85.92%86.08%-
HSV(B)273.44º24.4%98.04%-
XYZ65.8858.9998.36-
YUV206.12152.76140.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 189 (74.22% from 255) = 28.55%
BLUE value IS 250 (98.05% from 255) = 37.76%
R=33.69%
G=28.55%
B=37.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231892500.110.2400.02273.4485.9286.08
HexDFBDFAB18021115656
Octal337275372133002421126126
Binary11011111101111011111101010111100001010001000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDFA; }

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

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

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

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

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

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

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

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