#DDB1FF

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

Shades of Mauve #DDB1FF

Tints of Mauve #DDB1FF

Color information

#DDB1FF (or 0xDDB1FF) is unknown color: approx Mauve. HEX triplet: DD, B1 and FF. RGB value is (221,177,255). Sum of RGB (Red+Green+Blue) = 221+177+255=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 177 (69.53% from 255 or 27.11% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB1FF is #224E00. Grayscale: #C6C6C6. Windows color (decimal): -2248193 or 16757213. OLE color: 16757213.

HSL color Cylindrical-coordinate representation of color #DDB1FF: hue angle of 273.85º 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 #DDB1FF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221177255-
CMYK0.130.3100
HSL273.85º100%84.71%-
HSV(B)273.85º30.59%100%-
XYZ63.5954.04101.69-
YUV199.05159.58143.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 177 (69.53% from 255) = 27.11%
BLUE value IS 255 (100% from 255) = 39.05%
R=33.84%
G=27.11%
B=39.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211772550.130.3100273.8510084.71
HexDDB1FFD1F001126455
Octal335261377153700422144125
Binary1101110110110001111111111101111110010001001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB1FF; }

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

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

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

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

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

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

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

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