#DDB2FF

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

Shades of Mauve #DDB2FF

Tints of Mauve #DDB2FF

Color information

#DDB2FF (or 0xDDB2FF) is unknown color: approx Mauve. HEX triplet: DD, B2 and FF. RGB value is (221,178,255). Sum of RGB (Red+Green+Blue) = 221+178+255=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 178 (69.92% from 255 or 27.22% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB2FF is #224D00. Grayscale: #C7C7C7. Windows color (decimal): -2247937 or 16757469. OLE color: 16757469.

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

Color convert

RGB221178255-
CMYK0.130.3000
HSL273.51º100%84.9%-
HSV(B)273.51º30.2%100%-
XYZ63.7954.43101.75-
YUV199.64159.25143.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 178 (69.92% from 255) = 27.22%
BLUE value IS 255 (100% from 255) = 38.99%
R=33.79%
G=27.22%
B=38.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211782550.130.3000273.5110084.9
HexDDB2FFD1E001126455
Octal335262377153600422144125
Binary1101110110110010111111111101111100010001001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB2FF; }

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

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

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

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

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

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

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

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