#DDB0FF

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

Shades of Mauve #DDB0FF

Tints of Mauve #DDB0FF

Color information

#DDB0FF (or 0xDDB0FF) is unknown color: approx Mauve. HEX triplet: DD, B0 and FF. RGB value is (221,176,255). Sum of RGB (Red+Green+Blue) = 221+176+255=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0FF is #224F00. Grayscale: #C6C6C6. Windows color (decimal): -2248449 or 16756957. OLE color: 16756957.

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

Color convert

RGB221176255-
CMYK0.130.3100
HSL274.18º100%84.51%-
HSV(B)274.18º30.98%100%-
XYZ63.3953.64101.62-
YUV198.46159.91144.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 176 (69.14% from 255) = 26.99%
BLUE value IS 255 (100% from 255) = 39.11%
R=33.90%
G=26.99%
B=39.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211762550.130.3100274.1810084.51
HexDDB0FFD1F001126455
Octal335260377153700422144125
Binary1101110110110000111111111101111110010001001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB0FF; }

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

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

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

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

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

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

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

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