#DFBDED

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

Shades of Mauve #DFBDED

Tints of Mauve #DFBDED

Color information

#DFBDED (or 0xDFBDED) is unknown color: approx Mauve. HEX triplet: DF, BD and ED. RGB value is (223,189,237). Sum of RGB (Red+Green+Blue) = 223+189+237=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFBDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDED is #204212. Grayscale: #CCCCCC. Windows color (decimal): -2114067 or 15580639. OLE color: 15580639.

HSL color Cylindrical-coordinate representation of color #DFBDED: hue angle of 282.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFBDED is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223189237-
CMYK0.060.2000.07
HSL282.5º57.14%83.53%-
HSV(B)282.5º20.25%92.94%-
XYZ63.9258.287.99-
YUV204.64146.26141.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.36%
GREEN value IS 189 (74.22% from 255) = 29.12%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=34.36%
G=29.12%
B=36.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231892370.060.2000.07282.557.1483.53
HexDFBDED6140711a3954
Octal3372753556240743271124
Binary1101111110111101111011011101010001111000110101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDED; }

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

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

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

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

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

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

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

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