#DDACEB

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

Shades of Mauve #DDACEB

Tints of Mauve #DDACEB

Color information

#DDACEB (or 0xDDACEB) is unknown color: approx Mauve. HEX triplet: DD, AC and EB. RGB value is (221,172,235). Sum of RGB (Red+Green+Blue) = 221+172+235=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACEB is #225314. Grayscale: #C1C1C1. Windows color (decimal): -2249493 or 15445213. OLE color: 15445213.

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

Color convert

RGB221172235-
CMYK0.060.2700.08
HSL286.67º61.17%79.8%-
HSV(B)286.67º26.81%92.16%-
XYZ59.5750.8885.28-
YUV193.83151.23147.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 172 (67.58% from 255) = 27.39%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=35.19%
G=27.39%
B=37.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211722350.060.2700.08286.6761.1779.8
HexDDACEB61B0811f3d50
Octal33525435363301043775120
Binary11011101101011001110101111011011010001000111111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACEB; }

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

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

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

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

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

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

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

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