#DDB3FF

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

Shades of Mauve #DDB3FF

Tints of Mauve #DDB3FF

Color information

#DDB3FF (or 0xDDB3FF) is unknown color: approx Mauve. HEX triplet: DD, B3 and FF. RGB value is (221,179,255). Sum of RGB (Red+Green+Blue) = 221+179+255=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 179 (70.31% from 255 or 27.33% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3FF is #224C00. Grayscale: #C7C7C7. Windows color (decimal): -2247681 or 16757725. OLE color: 16757725.

HSL color Cylindrical-coordinate representation of color #DDB3FF: hue angle of 273.16º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB3FF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221179255-
CMYK0.130.3000
HSL273.16º100%85.1%-
HSV(B)273.16º29.8%100%-
XYZ63.9954.83101.82-
YUV200.22158.91142.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 179 (70.31% from 255) = 27.33%
BLUE value IS 255 (100% from 255) = 38.93%
R=33.74%
G=27.33%
B=38.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211792550.130.3000273.1610085.1
HexDDB3FFD1E001116455
Octal335263377153600421144125
Binary1101110110110011111111111101111100010001000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB3FF; }

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

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

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

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

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

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

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

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