#DFBBEA

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

Shades of Mauve #DFBBEA

Tints of Mauve #DFBBEA

Color information

#DFBBEA (or 0xDFBBEA) is unknown color: approx Mauve. HEX triplet: DF, BB and EA. RGB value is (223,187,234). Sum of RGB (Red+Green+Blue) = 223+187+234=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFBBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBEA is #204415. Grayscale: #CACACA. Windows color (decimal): -2114582 or 15383519. OLE color: 15383519.

HSL color Cylindrical-coordinate representation of color #DFBBEA: hue angle of 285.96º degrees, saturation: 0.53, 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 #DFBBEA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223187234-
CMYK0.050.2000.08
HSL285.96º52.81%82.55%-
HSV(B)285.96º20.09%91.76%-
XYZ63.0557.1785.55-
YUV203.12145.43142.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 187 (73.44% from 255) = 29.04%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=34.63%
G=29.04%
B=36.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231872340.050.2000.08285.9652.8182.55
HexDFBBEA5140811e3553
Octal33727335252401043665123
Binary11011111101110111110101010110100010001000111101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBEA; }

 p { color: rgb(223,187,234); }

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

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

 a { background-color: rgb(223,187,234); }

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

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

 span { border-color: rgb(223,187,234); }

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