#DDB2EC

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

Shades of Mauve #DDB2EC

Tints of Mauve #DDB2EC

Color information

#DDB2EC (or 0xDDB2EC) is unknown color: approx Mauve. HEX triplet: DD, B2 and EC. RGB value is (221,178,236). Sum of RGB (Red+Green+Blue) = 221+178+236=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDB2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB2EC is #224D13. Grayscale: #C5C5C5. Windows color (decimal): -2247956 or 15512285. OLE color: 15512285.

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

Color convert

RGB221178236-
CMYK0.060.2500.07
HSL284.48º60.42%81.18%-
HSV(B)284.48º24.58%92.55%-
XYZ60.8853.2786.43-
YUV197.47149.75144.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 178 (69.92% from 255) = 28.03%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=34.80%
G=28.03%
B=37.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211782360.060.2500.07284.4860.4281.18
HexDDB2EC6190711c3c51
Octal3352623546310743474121
Binary1101110110110010111011001101100101111000111001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB2EC; }

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

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

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

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

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

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

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

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