#DDA5FE

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

Shades of Mauve #DDA5FE

Tints of Mauve #DDA5FE

Color information

#DDA5FE (or 0xDDA5FE) is unknown color: approx Mauve. HEX triplet: DD, A5 and FE. RGB value is (221,165,254). Sum of RGB (Red+Green+Blue) = 221+165+254=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 165 (64.84% from 255 or 25.78% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5FE is #225A01. Grayscale: #BFBFBF. Windows color (decimal): -2251266 or 16688605. OLE color: 16688605.

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

Color convert

RGB221165254-
CMYK0.130.3500.00
HSL277.75º97.8%82.16%-
HSV(B)277.75º35.04%99.61%-
XYZ61.1649.44100.08-
YUV191.89163.05148.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 165 (64.84% from 255) = 25.78%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=34.53%
G=25.78%
B=39.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211652540.130.3500.00277.7597.882.16
HexDDA5FED23001166252
Octal335245376154300426142122
Binary11011101101001011111111011011000110010001011011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5FE; }

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

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

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

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

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

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

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

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