#DFBDF5

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

Shades of Mauve #DFBDF5

Tints of Mauve #DFBDF5

Color information

#DFBDF5 (or 0xDFBDF5) is unknown color: approx Mauve. HEX triplet: DF, BD and F5. RGB value is (223,189,245). Sum of RGB (Red+Green+Blue) = 223+189+245=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFBDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDF5 is #20420A. Grayscale: #CDCDCD. Windows color (decimal): -2114059 or 16104927. OLE color: 16104927.

HSL color Cylindrical-coordinate representation of color #DFBDF5: hue angle of 276.43º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFBDF5 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223189245-
CMYK0.090.2300.04
HSL276.43º73.68%85.1%-
HSV(B)276.43º22.86%96.08%-
XYZ65.1158.6894.28-
YUV205.55150.26140.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.94%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 245 (96.09% from 255) = 37.29%
R=33.94%
G=28.77%
B=37.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2231892450.090.2300.04276.4373.6885.1
HexDFBDF5917041144a55
Octal337275365112704424112125
Binary110111111011110111110101100110111010010001010010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDF5; }

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

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

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

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

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

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

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

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