#DDA5F2

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

Shades of Mauve #DDA5F2

Tints of Mauve #DDA5F2

Color information

#DDA5F2 (or 0xDDA5F2) is unknown color: approx Mauve. HEX triplet: DD, A5 and F2. RGB value is (221,165,242). Sum of RGB (Red+Green+Blue) = 221+165+242=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 165 (64.84% from 255 or 26.27% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDA5F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5F2 is #225A0D. Grayscale: #BEBEBE. Windows color (decimal): -2251278 or 15902173. OLE color: 15902173.

HSL color Cylindrical-coordinate representation of color #DDA5F2: hue angle of 283.64º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA5F2 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221165242-
CMYK0.090.3200.05
HSL283.64º74.76%79.8%-
HSV(B)283.64º31.82%94.9%-
XYZ59.348.6990.28-
YUV190.52157.05149.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 165 (64.84% from 255) = 26.27%
BLUE value IS 242 (94.92% from 255) = 38.54%
R=35.19%
G=26.27%
B=38.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211652420.090.3200.05283.6474.7679.8
HexDDA5F29200511c4b50
Octal335245362114005434113120
Binary1101110110100101111100101001100000010110001110010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5F2; }

 p { color: rgb(221,165,242); }

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

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

 a { background-color: rgb(221,165,242); }

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

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

 span { border-color: rgb(221,165,242); }

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