#DDB5EC

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

Shades of Mauve #DDB5EC

Tints of Mauve #DDB5EC

Color information

#DDB5EC (or 0xDDB5EC) is unknown color: approx Mauve. HEX triplet: DD, B5 and EC. RGB value is (221,181,236). Sum of RGB (Red+Green+Blue) = 221+181+236=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDB5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB5EC is #224A13. Grayscale: #C7C7C7. Windows color (decimal): -2247188 or 15513053. OLE color: 15513053.

HSL color Cylindrical-coordinate representation of color #DDB5EC: hue angle of 283.64º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB5EC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221181236-
CMYK0.060.2300.07
HSL283.64º59.14%81.76%-
HSV(B)283.64º23.31%92.55%-
XYZ61.4854.4886.63-
YUV199.23148.75143.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 181 (71.09% from 255) = 28.37%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=34.64%
G=28.37%
B=36.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211812360.060.2300.07283.6459.1481.76
HexDDB5EC6170711c3b52
Octal3352653546270743473122
Binary1101110110110101111011001101011101111000111001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5EC; }

 p { color: rgb(221,181,236); }

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

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

 a { background-color: rgb(221,181,236); }

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

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

 span { border-color: rgb(221,181,236); }

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