#DDA0FC

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

Shades of Mauve #DDA0FC

Tints of Mauve #DDA0FC

Color information

#DDA0FC (or 0xDDA0FC) is unknown color: approx Mauve. HEX triplet: DD, A0 and FC. RGB value is (221,160,252). Sum of RGB (Red+Green+Blue) = 221+160+252=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDA0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA0FC is #225F03. Grayscale: #BCBCBC. Windows color (decimal): -2252548 or 16556253. OLE color: 16556253.

HSL color Cylindrical-coordinate representation of color #DDA0FC: hue angle of 279.78º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDA0FC is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221160252-
CMYK0.120.3700.01
HSL279.78º93.88%80.78%-
HSV(B)279.78º36.51%98.82%-
XYZ59.9647.5498.11-
YUV188.73163.71151.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 160 (62.89% from 255) = 25.28%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=34.91%
G=25.28%
B=39.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211602520.120.3700.01279.7893.8880.78
HexDDA0FCC25011185e51
Octal335240374144501430136121
Binary11011101101000001111110011001001010110001100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA0FC; }

 p { color: rgb(221,160,252); }

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

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

 a { background-color: rgb(221,160,252); }

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

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

 span { border-color: rgb(221,160,252); }

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