#DDA1FB

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

Shades of Mauve #DDA1FB

Tints of Mauve #DDA1FB

Color information

#DDA1FB (or 0xDDA1FB) is unknown color: approx Mauve. HEX triplet: DD, A1 and FB. RGB value is (221,161,251). Sum of RGB (Red+Green+Blue) = 221+161+251=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 161 (63.28% from 255 or 25.43% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDA1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA1FB is #225E04. Grayscale: #BCBCBC. Windows color (decimal): -2252293 or 16490973. OLE color: 16490973.

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

Color convert

RGB221161251-
CMYK0.120.3600.02
HSL280º91.84%80.78%-
HSV(B)280º35.86%98.43%-
XYZ59.9847.8397.34-
YUV189.2162.88150.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 161 (63.28% from 255) = 25.43%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=34.91%
G=25.43%
B=39.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211612510.120.3600.0228091.8480.78
HexDDA1FBC24021185c51
Octal335241373144402430134121
Binary110111011010000111111011110010010001010001100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA1FB; }

 p { color: rgb(221,161,251); }

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

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

 a { background-color: rgb(221,161,251); }

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

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

 span { border-color: rgb(221,161,251); }

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