#DFBCEB

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

Shades of Mauve #DFBCEB

Tints of Mauve #DFBCEB

Color information

#DFBCEB (or 0xDFBCEB) is unknown color: approx Mauve. HEX triplet: DF, BC and EB. RGB value is (223,188,235). Sum of RGB (Red+Green+Blue) = 223+188+235=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFBCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCEB is #204314. Grayscale: #CBCBCB. Windows color (decimal): -2114325 or 15449311. OLE color: 15449311.

HSL color Cylindrical-coordinate representation of color #DFBCEB: hue angle of 284.68º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFBCEB is Cyan = 0.05, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223188235-
CMYK0.050.200.08
HSL284.68º54.02%82.94%-
HSV(B)284.68º20%92.16%-
XYZ63.4157.6586.38-
YUV203.82145.6141.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 188 (73.83% from 255) = 29.10%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=34.52%
G=29.10%
B=36.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231882350.050.200.08284.6854.0282.94
HexDFBCEB5140811d3653
Octal33727435352401043566123
Binary11011111101111001110101110110100010001000111011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCEB; }

 p { color: rgb(223,188,235); }

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

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

 a { background-color: rgb(223,188,235); }

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

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

 span { border-color: rgb(223,188,235); }

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