#DDBAF9

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

Shades of Mauve #DDBAF9

Tints of Mauve #DDBAF9

Color information

#DDBAF9 (or 0xDDBAF9) is unknown color: approx Mauve. HEX triplet: DD, BA and F9. RGB value is (221,186,249). Sum of RGB (Red+Green+Blue) = 221+186+249=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDBAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAF9 is #224506. Grayscale: #CBCBCB. Windows color (decimal): -2245895 or 16366301. OLE color: 16366301.

HSL color Cylindrical-coordinate representation of color #DDBAF9: hue angle of 273.33º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDBAF9 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221186249-
CMYK0.110.2500.02
HSL273.33º84%85.29%-
HSV(B)273.33º25.3%97.65%-
XYZ64.4857.3397.29-
YUV203.65153.6140.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 186 (73.05% from 255) = 28.35%
BLUE value IS 249 (97.66% from 255) = 37.96%
R=33.69%
G=28.35%
B=37.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211862490.110.2500.02273.338485.29
HexDDBAF9B19021115455
Octal335272371133102421124125
Binary11011101101110101111100110111100101010001000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAF9; }

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

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

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

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

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

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

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

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