#DDB3FC

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

Shades of Mauve #DDB3FC

Tints of Mauve #DDB3FC

Color information

#DDB3FC (or 0xDDB3FC) is unknown color: approx Mauve. HEX triplet: DD, B3 and FC. RGB value is (221,179,252). Sum of RGB (Red+Green+Blue) = 221+179+252=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 179 (70.31% from 255 or 27.45% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDB3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3FC is #224C03. Grayscale: #C7C7C7. Windows color (decimal): -2247684 or 16561117. OLE color: 16561117.

HSL color Cylindrical-coordinate representation of color #DDB3FC: hue angle of 274.52º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDB3FC is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221179252-
CMYK0.120.2900.01
HSL274.52º92.41%84.51%-
HSV(B)274.52º28.97%98.82%-
XYZ63.5154.6499.29-
YUV199.88157.41143.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 179 (70.31% from 255) = 27.45%
BLUE value IS 252 (98.83% from 255) = 38.65%
R=33.90%
G=27.45%
B=38.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211792520.120.2900.01274.5292.4184.51
HexDDB3FCC1D011135c55
Octal335263374143501423134125
Binary1101110110110011111111001100111010110001001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB3FC; }

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

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

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

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

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

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

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

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