#DDBAF6

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

Shades of Mauve #DDBAF6

Tints of Mauve #DDBAF6

Color information

#DDBAF6 (or 0xDDBAF6) is unknown color: approx Mauve. HEX triplet: DD, BA and F6. RGB value is (221,186,246). Sum of RGB (Red+Green+Blue) = 221+186+246=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDBAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAF6 is #224509. Grayscale: #CBCBCB. Windows color (decimal): -2245898 or 16169693. OLE color: 16169693.

HSL color Cylindrical-coordinate representation of color #DDBAF6: hue angle of 275º degrees, saturation: 0.77, 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 #DDBAF6 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221186246-
CMYK0.100.2400.04
HSL275º76.92%84.71%-
HSV(B)275º24.39%96.47%-
XYZ64.0157.1494.84-
YUV203.3152.1140.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 186 (73.05% from 255) = 28.48%
BLUE value IS 246 (96.48% from 255) = 37.67%
R=33.84%
G=28.48%
B=37.67%

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
Decimal2211862460.100.2400.0427576.9284.71
HexDDBAF6A18041134d55
Octal335272366123004423115125
Binary110111011011101011110110101011000010010001001110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAF6; }

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

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

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

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

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

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

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

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