#DDA7F3

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

Shades of Mauve #DDA7F3

Tints of Mauve #DDA7F3

Color information

#DDA7F3 (or 0xDDA7F3) is unknown color: approx Mauve. HEX triplet: DD, A7 and F3. RGB value is (221,167,243). Sum of RGB (Red+Green+Blue) = 221+167+243=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 167 (65.62% from 255 or 26.47% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDA7F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA7F3 is #22580C. Grayscale: #BFBFBF. Windows color (decimal): -2250765 or 15968221. OLE color: 15968221.

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

Color convert

RGB221167243-
CMYK0.090.3100.05
HSL282.63º76%80.39%-
HSV(B)282.63º31.28%95.29%-
XYZ59.8249.4891.19-
YUV191.81156.89148.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 167 (65.62% from 255) = 26.47%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=35.02%
G=26.47%
B=38.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211672430.090.3100.05282.637680.39
HexDDA7F391F0511b4c50
Octal335247363113705433114120
Binary110111011010011111110011100111111010110001101110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7F3; }

 p { color: rgb(221,167,243); }

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

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

 a { background-color: rgb(221,167,243); }

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

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

 span { border-color: rgb(221,167,243); }

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