#DDAAFB

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

Shades of Mauve #DDAAFB

Tints of Mauve #DDAAFB

Color information

#DDAAFB (or 0xDDAAFB) is unknown color: approx Mauve. HEX triplet: DD, AA and FB. RGB value is (221,170,251). Sum of RGB (Red+Green+Blue) = 221+170+251=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDAAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAFB is #225504. Grayscale: #C2C2C2. Windows color (decimal): -2249989 or 16493277. OLE color: 16493277.

HSL color Cylindrical-coordinate representation of color #DDAAFB: hue angle of 277.78º degrees, saturation: 0.91, 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 #DDAAFB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221170251-
CMYK0.120.3200.02
HSL277.78º91.01%82.55%-
HSV(B)277.78º32.27%98.43%-
XYZ61.6151.0997.88-
YUV194.48159.9146.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 170 (66.80% from 255) = 26.48%
BLUE value IS 251 (98.44% from 255) = 39.10%
R=34.42%
G=26.48%
B=39.10%

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
Decimal2211702510.120.3200.02277.7891.0182.55
HexDDAAFBC20021165b53
Octal335252373144002426133123
Binary110111011010101011111011110010000001010001011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAFB; }

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

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

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

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

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

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

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

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