#DDB3EB

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

Shades of Mauve #DDB3EB

Tints of Mauve #DDB3EB

Color information

#DDB3EB (or 0xDDB3EB) is unknown color: approx Mauve. HEX triplet: DD, B3 and EB. RGB value is (221,179,235). Sum of RGB (Red+Green+Blue) = 221+179+235=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDB3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3EB is #224C14. Grayscale: #C5C5C5. Windows color (decimal): -2247701 or 15447005. OLE color: 15447005.

HSL color Cylindrical-coordinate representation of color #DDB3EB: hue angle of 285º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDB3EB is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221179235-
CMYK0.060.2400.08
HSL285º58.33%81.18%-
HSV(B)285º23.83%92.16%-
XYZ60.9353.6185.73-
YUV197.94148.91144.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 179 (70.31% from 255) = 28.19%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=34.80%
G=28.19%
B=37.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211792350.060.2400.0828558.3381.18
HexDDB3EB6180811d3a51
Octal33526335363001043572121
Binary11011101101100111110101111011000010001000111011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB3EB; }

 p { color: rgb(221,179,235); }

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

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

 a { background-color: rgb(221,179,235); }

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

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

 span { border-color: rgb(221,179,235); }

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