#DDB3F9

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

Shades of Mauve #DDB3F9

Tints of Mauve #DDB3F9

Color information

#DDB3F9 (or 0xDDB3F9) is unknown color: approx Mauve. HEX triplet: DD, B3 and F9. RGB value is (221,179,249). Sum of RGB (Red+Green+Blue) = 221+179+249=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 179 (70.31% from 255 or 27.58% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDB3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3F9 is #224C06. Grayscale: #C7C7C7. Windows color (decimal): -2247687 or 16364509. OLE color: 16364509.

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

Color convert

RGB221179249-
CMYK0.110.2800.02
HSL276º85.37%83.92%-
HSV(B)276º28.11%97.65%-
XYZ63.0454.4596.81-
YUV199.54155.91143.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 179 (70.31% from 255) = 27.58%
BLUE value IS 249 (97.66% from 255) = 38.37%
R=34.05%
G=27.58%
B=38.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211792490.110.2800.0227685.3783.92
HexDDB3F9B1C021145554
Octal335263371133402424125124
Binary11011101101100111111100110111110001010001010010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB3F9; }

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

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

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

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

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

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

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

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