#DDABFA

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

Shades of Mauve #DDABFA

Tints of Mauve #DDABFA

Color information

#DDABFA (or 0xDDABFA) is unknown color: approx Mauve. HEX triplet: DD, AB and FA. RGB value is (221,171,250). Sum of RGB (Red+Green+Blue) = 221+171+250=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABFA is #225405. Grayscale: #C2C2C2. Windows color (decimal): -2249734 or 16427997. OLE color: 16427997.

HSL color Cylindrical-coordinate representation of color #DDABFA: hue angle of 277.97º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDABFA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221171250-
CMYK0.120.3200.02
HSL277.97º88.76%82.55%-
HSV(B)277.97º31.6%98.04%-
XYZ61.6451.497.12-
YUV194.96159.06146.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 171 (67.19% from 255) = 26.64%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=34.42%
G=26.64%
B=38.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211712500.120.3200.02277.9788.7682.55
HexDDABFAC20021165953
Octal335253372144002426131123
Binary110111011010101111111010110010000001010001011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABFA; }

 p { color: rgb(221,171,250); }

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

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

 a { background-color: rgb(221,171,250); }

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

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

 span { border-color: rgb(221,171,250); }

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