#DDBAF5

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

Shades of Mauve #DDBAF5

Tints of Mauve #DDBAF5

Color information

#DDBAF5 (or 0xDDBAF5) is unknown color: approx Mauve. HEX triplet: DD, BA and F5. RGB value is (221,186,245). Sum of RGB (Red+Green+Blue) = 221+186+245=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDBAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAF5 is #22450A. Grayscale: #CACACA. Windows color (decimal): -2245899 or 16104157. OLE color: 16104157.

HSL color Cylindrical-coordinate representation of color #DDBAF5: hue angle of 275.59º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDBAF5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221186245-
CMYK0.100.2400.04
HSL275.59º74.68%84.51%-
HSV(B)275.59º24.08%96.08%-
XYZ63.8657.0894.04-
YUV203.19151.6140.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 186 (73.05% from 255) = 28.53%
BLUE value IS 245 (96.09% from 255) = 37.58%
R=33.90%
G=28.53%
B=37.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211862450.100.2400.04275.5974.6884.51
HexDDBAF5A18041144b55
Octal335272365123004424113125
Binary110111011011101011110101101011000010010001010010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAF5; }

 p { color: rgb(221,186,245); }

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

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

 a { background-color: rgb(221,186,245); }

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

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

 span { border-color: rgb(221,186,245); }

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