#DDA0FE

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

Shades of Mauve #DDA0FE

Tints of Mauve #DDA0FE

Color information

#DDA0FE (or 0xDDA0FE) is unknown color: approx Mauve. HEX triplet: DD, A0 and FE. RGB value is (221,160,254). Sum of RGB (Red+Green+Blue) = 221+160+254=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 160 (62.89% from 255 or 25.20% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDA0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA0FE is #225F01. Grayscale: #BCBCBC. Windows color (decimal): -2252546 or 16687325. OLE color: 16687325.

HSL color Cylindrical-coordinate representation of color #DDA0FE: hue angle of 278.94º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDA0FE is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB221160254-
CMYK0.130.3700.00
HSL278.94º97.92%81.18%-
HSV(B)278.94º37.01%99.61%-
XYZ60.2847.6799.79-
YUV188.95164.71150.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 160 (62.89% from 255) = 25.20%
BLUE value IS 254 (99.61% from 255) = 40%
R=34.80%
G=25.20%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211602540.130.3700.00278.9497.9281.18
HexDDA0FED25001176251
Octal335240376154500427142121
Binary11011101101000001111111011011001010010001011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA0FE; }

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

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

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

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

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

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

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

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