#DDA8FC

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

Shades of Mauve #DDA8FC

Tints of Mauve #DDA8FC

Color information

#DDA8FC (or 0xDDA8FC) is unknown color: approx Mauve. HEX triplet: DD, A8 and FC. RGB value is (221,168,252). Sum of RGB (Red+Green+Blue) = 221+168+252=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDA8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA8FC is #225703. Grayscale: #C1C1C1. Windows color (decimal): -2250500 or 16558301. OLE color: 16558301.

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

Color convert

RGB221168252-
CMYK0.120.3300.01
HSL277.86º93.33%82.35%-
HSV(B)277.86º33.33%98.82%-
XYZ61.3950.4198.59-
YUV193.42161.06147.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 168 (66.02% from 255) = 26.21%
BLUE value IS 252 (98.83% from 255) = 39.31%
R=34.48%
G=26.21%
B=39.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211682520.120.3300.01277.8693.3382.35
HexDDA8FCC21011165d52
Octal335250374144101426135122
Binary11011101101010001111110011001000010110001011010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8FC; }

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

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

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

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

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

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

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

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