#DDA8FD

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

Shades of Mauve #DDA8FD

Tints of Mauve #DDA8FD

Color information

#DDA8FD (or 0xDDA8FD) is unknown color: approx Mauve. HEX triplet: DD, A8 and FD. RGB value is (221,168,253). Sum of RGB (Red+Green+Blue) = 221+168+253=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 168 (66.02% from 255 or 26.17% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA8FD is #225702. Grayscale: #C1C1C1. Windows color (decimal): -2250499 or 16623837. OLE color: 16623837.

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

Color convert

RGB221168253-
CMYK0.130.3400.01
HSL277.41º95.51%82.55%-
HSV(B)277.41º33.6%99.22%-
XYZ61.5550.4799.43-
YUV193.54161.56147.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 168 (66.02% from 255) = 26.17%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=34.42%
G=26.17%
B=39.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211682530.130.3400.01277.4195.5182.55
HexDDA8FDD22011156053
Octal335250375154201425140123
Binary11011101101010001111110111011000100110001010111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8FD; }

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

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

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

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

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

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

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

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