#DDB0EB

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

Shades of Mauve #DDB0EB

Tints of Mauve #DDB0EB

Color information

#DDB0EB (or 0xDDB0EB) is unknown color: approx Mauve. HEX triplet: DD, B0 and EB. RGB value is (221,176,235). Sum of RGB (Red+Green+Blue) = 221+176+235=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDB0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0EB is #224F14. Grayscale: #C3C3C3. Windows color (decimal): -2248469 or 15446237. OLE color: 15446237.

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

Color convert

RGB221176235-
CMYK0.060.2500.08
HSL285.76º59.6%80.59%-
HSV(B)285.76º25.11%92.16%-
XYZ60.3452.4285.54-
YUV196.18149.91145.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 176 (69.14% from 255) = 27.85%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=34.97%
G=27.85%
B=37.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211762350.060.2500.08285.7659.680.59
HexDDB0EB6190811e3c51
Octal33526035363101043674121
Binary11011101101100001110101111011001010001000111101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB0EB; }

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

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

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

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

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

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

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

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