#DDC1FF

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

Shades of Mauve #DDC1FF

Tints of Mauve #DDC1FF

Color information

#DDC1FF (or 0xDDC1FF) is unknown color: approx Mauve. HEX triplet: DD, C1 and FF. RGB value is (221,193,255). Sum of RGB (Red+Green+Blue) = 221+193+255=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 193 (75.78% from 255 or 28.85% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDC1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1FF is #223E00. Grayscale: #D0D0D0. Windows color (decimal): -2244097 or 16761309. OLE color: 16761309.

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

Color convert

RGB221193255-
CMYK0.130.2400
HSL267.1º100%87.84%-
HSV(B)267.1º24.31%100%-
XYZ66.9460.73102.8-
YUV208.44154.28136.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.03%
GREEN value IS 193 (75.78% from 255) = 28.85%
BLUE value IS 255 (100% from 255) = 38.12%
R=33.03%
G=28.85%
B=38.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211932550.130.2400267.110087.84
HexDDC1FFD180010b6458
Octal335301377153000413144130
Binary1101110111000001111111111101110000010000101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1FF; }

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

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

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

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

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

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

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

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