#DDA5F5

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

Shades of Mauve #DDA5F5

Tints of Mauve #DDA5F5

Color information

#DDA5F5 (or 0xDDA5F5) is unknown color: approx Mauve. HEX triplet: DD, A5 and F5. RGB value is (221,165,245). Sum of RGB (Red+Green+Blue) = 221+165+245=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 165 (64.84% from 255 or 26.15% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDA5F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5F5 is #225A0A. Grayscale: #BEBEBE. Windows color (decimal): -2251275 or 16098781. OLE color: 16098781.

HSL color Cylindrical-coordinate representation of color #DDA5F5: hue angle of 282º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA5F5 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221165245-
CMYK0.100.3300.04
HSL282º80%80.39%-
HSV(B)282º32.65%96.08%-
XYZ59.7648.8792.67-
YUV190.86158.55149.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 165 (64.84% from 255) = 26.15%
BLUE value IS 245 (96.09% from 255) = 38.83%
R=35.02%
G=26.15%
B=38.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211652450.100.3300.042828080.39
HexDDA5F5A210411a5050
Octal335245365124104432120120
Binary1101110110100101111101011010100001010010001101010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5F5; }

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

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

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

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

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

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

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

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