#DDA5F8

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

Shades of Mauve #DDA5F8

Tints of Mauve #DDA5F8

Color information

#DDA5F8 (or 0xDDA5F8) is unknown color: approx Mauve. HEX triplet: DD, A5 and F8. RGB value is (221,165,248). Sum of RGB (Red+Green+Blue) = 221+165+248=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 165 (64.84% from 255 or 26.03% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDA5F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5F8 is #225A07. Grayscale: #BEBEBE. Windows color (decimal): -2251272 or 16295389. OLE color: 16295389.

HSL color Cylindrical-coordinate representation of color #DDA5F8: hue angle of 280.48º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA5F8 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221165248-
CMYK0.110.3300.03
HSL280.48º85.57%80.98%-
HSV(B)280.48º33.47%97.25%-
XYZ60.2249.0695.1-
YUV191.21160.05149.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 165 (64.84% from 255) = 26.03%
BLUE value IS 248 (97.27% from 255) = 39.12%
R=34.86%
G=26.03%
B=39.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211652480.110.3300.03280.4885.5780.98
HexDDA5F8B21031185651
Octal335245370134103430126121
Binary110111011010010111111000101110000101110001100010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5F8; }

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

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

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

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

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

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

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

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