#DDA8FE

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

Shades of Mauve #DDA8FE

Tints of Mauve #DDA8FE

Color information

#DDA8FE (or 0xDDA8FE) is unknown color: approx Mauve. HEX triplet: DD, A8 and FE. RGB value is (221,168,254). Sum of RGB (Red+Green+Blue) = 221+168+254=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 168 (66.02% from 255 or 26.13% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA8FE is #225701. Grayscale: #C1C1C1. Windows color (decimal): -2250498 or 16689373. OLE color: 16689373.

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

Color convert

RGB221168254-
CMYK0.130.3400.00
HSL276.98º97.73%82.75%-
HSV(B)276.98º33.86%99.61%-
XYZ61.7150.53100.27-
YUV193.65162.06147.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 168 (66.02% from 255) = 26.13%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=34.37%
G=26.13%
B=39.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211682540.130.3400.00276.9897.7382.75
HexDDA8FED22001156253
Octal335250376154200425142123
Binary11011101101010001111111011011000100010001010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8FE; }

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

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

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

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

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

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

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

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