#DFBDFF

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

Shades of Mauve #DFBDFF

Tints of Mauve #DFBDFF

Color information

#DFBDFF (or 0xDFBDFF) is unknown color: approx Mauve. HEX triplet: DF, BD and FF. RGB value is (223,189,255). Sum of RGB (Red+Green+Blue) = 223+189+255=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFBDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDFF is #204200. Grayscale: #CECECE. Windows color (decimal): -2114049 or 16760287. OLE color: 16760287.

HSL color Cylindrical-coordinate representation of color #DFBDFF: hue angle of 270.91º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFBDFF is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223189255-
CMYK0.130.2600
HSL270.91º100%87.06%-
HSV(B)270.91º25.88%100%-
XYZ66.6859.3102.54-
YUV206.69155.26139.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.43%
GREEN value IS 189 (74.22% from 255) = 28.34%
BLUE value IS 255 (100% from 255) = 38.23%
R=33.43%
G=28.34%
B=38.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231892550.130.2600270.9110087.06
HexDFBDFFD1A0010f6457
Octal337275377153200417144127
Binary1101111110111101111111111101110100010000111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDFF; }

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

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

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

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

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

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

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

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