#DDB3F3

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

Shades of Mauve #DDB3F3

Tints of Mauve #DDB3F3

Color information

#DDB3F3 (or 0xDDB3F3) is unknown color: approx Mauve. HEX triplet: DD, B3 and F3. RGB value is (221,179,243). Sum of RGB (Red+Green+Blue) = 221+179+243=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 179 (70.31% from 255 or 27.84% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDB3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3F3 is #224C0C. Grayscale: #C6C6C6. Windows color (decimal): -2247693 or 15971293. OLE color: 15971293.

HSL color Cylindrical-coordinate representation of color #DDB3F3: hue angle of 279.38º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDB3F3 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221179243-
CMYK0.090.2600.05
HSL279.38º72.73%82.75%-
HSV(B)279.38º26.34%95.29%-
XYZ62.1254.0891.96-
YUV198.85152.91143.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 179 (70.31% from 255) = 27.84%
BLUE value IS 243 (95.31% from 255) = 37.79%
R=34.37%
G=27.84%
B=37.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211792430.090.2600.05279.3872.7382.75
HexDDB3F391A051174953
Octal335263363113205427111123
Binary110111011011001111110011100111010010110001011110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB3F3; }

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

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

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

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

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

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

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

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